We are trying to push an app from GitHub to Azure Web App. In GitHub I am an owner of an organization called DNA:
In the org the repo we would like to deploy exists:
In Azure I go to the "Deployment center" and choose GitHub in the source. I sign in with my account but I only see my personal repos and not repos from the org. What can cause this?
Follow below steps to see the multiple(or) specific organizations in the drop down of Organization under Deployment=>Source=>GitHub
.
Settings=>Applications
.Authorized OAuth Apps
, select Azure App Service
.While creating Azure App Service, navigate to Deployment section=> Source=> GitHub
, click on Authorize, you can see your organization. click on Grant=> Authorize AzureAppService.
Now, you will be able to see all your organizations and repositories.
You can see all the repositories available under the selected organization.