Taras
Taras

Reputation: 31

Can't choose any of organiztional repositories in Azure Deployment Center

I wanted to deploy angular application to azure web app. I tryed to deploy from github but this app is located in organizational repository and i'm not the owner. So i request the owner and he approved. I thought than know i can choose repository but can not. There are nothing to choose in chekbox - "No result found". Can anybody help me?

Upvotes: 3

Views: 1787

Answers (3)

Kishore Sahasranaman
Kishore Sahasranaman

Reputation: 4230

In Authorize popup, you need to select Organization access explicitly before clicking Authorize AzureAppService

enter image description here

Upvotes: 0

yunhasnawa
yunhasnawa

Reputation: 965

I also experienced the same problem, tried to check settings in my Github account and everything was OK. Then I refreshed the deployment center page, started the deployment wizard all over again, and then suddenly it worked.

Upvotes: 0

George Chen
George Chen

Reputation: 14324

If you are not the owner of the organization, I think the cause of the problem is the Organization Access.

You need let the owner go to the settings to grand Azure App Service access. You could follow the steps in the article. And now the App in the page would like the pic shows. enter image description here

If you still have other questions, please let me know.

Upvotes: 2

Related Questions