Skip to content

New-AzureWebsite should let me connect to a private GitHub repository #218

Closed
@jdhuntington

Description

@jdhuntington

I'd like to create a new azure website from a private github repository that belongs to an organization that I'm a member of.

I ran the following transcript, and instead of the website being created, I was prompted to pick from only public repositories that belong to me or my organizations.

I would also like the ability to specify the branch of the github repository that the website should deploy.

> $creds = Get-Credential

cmdlet Get-Credential at command pipeline position 1
Supply values for the following parameters:
Credential
> Get-AzureSubscription -current

[... snip ...]

> New-AzureWebsite -name testwebsite546 -GithubCredentials $creds -GitHub -GithubRepository "MyOrganization/OrgPrivateRepo"

Metadata

Metadata

Assignees

No one assigned

    Labels

    App Servicesaka WebSitesService AttentionThis issue is responsible by Azure service team.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions