Cannot see all GitHub Repository in Deployment Center

Phuoc Nguyen 1 Reputation point
2021-10-19T03:25:47.75+00:00

I try to setup CI/CD for our existing app on Azure. When select correct Github and Organization in Deployment Center, i cannot see all our repos in GitHub (some are available, some not). Do you know where it going wrong?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,877 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ajkuma 22,401 Reputation points Microsoft Employee
    2021-10-19T14:13:35.55+00:00

    PhuocNguyen-6888, Thanks for good question.

    As I understand you’re setting up CI/CD (GitHub) on an existing Azure WebApp for the first time. Just to confirm (isolate the issue), is this a private repo? Is this issue confined only to this repo and WebApp?

    It is necessary to do an explicit action to enable a GitHub Organization to be able to be visible from an OAuth connected client.
    To begin with, you may browse to https://github.com/settings/applications and review the access permissions as mentioned in this doc - Investigating continuous deployment

    And also, from the GitHub settings ‘You need to mark all the organizations that you need access to’ as outlined in this similar discussion thread and see if it helps.

    2 people found this answer helpful.
    0 comments No comments