1

I can't see all my Github organization repositories in the dropdown of Azure deployment center. Azure was already authorized long time ago and the dropdown was showing all the repos correctly until last week when I was playing arround in the DevOps and had to authorize again but I think it broke something. Now in the DevOps, I can see all the repos of the organization but not in the deployment center of my web apps where I only see 3, which are not the ones I want...

enter image description here

Since it's already authorized I can't see the "Authorize" button it asked the first time. I can "Change account" but it does nothing.

On Github I reinstalled Azure Pipelines in "Installed GitHub Apps" thinking it would fix the problem but it doesn't.

Azure App Service is also Approved in the "Third party access" tab. I tried to "Deny access/Grant access" whit no result.

enter image description here

Is there a way to remove the authorization on Azure and then re-authorize ? Or maybe I need to add something in the Github organization settings ?

Berthy
  • 358
  • 2
  • 8
  • You need to cancel authorization on github before you can reauthorize in Azure. – Cindy Pau Mar 18 '20 at 07:20
  • Have you test that? Is it work? – Cindy Pau Mar 30 '20 at 08:40
  • Yes I tested but it didn't work... I always have access to the 3 same repos, can't see to others. I found a workarround by using Dev Ops instead but it require to create pipelines & releases that Kudu build was already doing for me... – Berthy Mar 30 '20 at 18:35

1 Answers1

5

Yes, this need you to re-authorization.

This is how to do that:

First, remove the old authorization.

enter image description here

enter image description here

Second, go to your web app and start a new authorization.

enter image description here

Third, The reason you ca n’t see it in the deployment is because you do n’t have access rights. You need to mark all the organizations that you need access to in this step.

enter image description here

Cindy Pau
  • 13,085
  • 1
  • 15
  • 27