Share via

app service deployment source -github repo not visible

Sivanarutselvan Sadacharam 0 Reputation points
2025-12-31T07:41:38.1766667+00:00

We are running azure app services (webapp/Static app). we are using github action on deployment center. i can signin and authroize org.

i can see ORG name. But repositories are not visible . Oauth app third party applications are approved state.

kindly let me know if anyone know the solution

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Praneeth Maddali 9,595 Reputation points Microsoft External Staff Moderator
    2025-12-31T10:42:48.7833333+00:00

    Hi @Sivanarutselvan Sadacharam

    Thank you for reaching us regarding your issue and sharing the screenshots they've been helpful in identifying the issue. Based on what I see, the Azure App Service GitHub App appears to have admin access and repo read/write permissions, with your organization access confirmed. If repositories still aren't appearing in Deployment Center after selecting your organization, it may be due to how repository access is set in GitHub or a permissions sync issue with your account.

    Here are a few steps you can try:

    1. Revoke and re-authorize the connection: In the Azure portal, go to your App Service's Deployment Center, disconnect the GitHub source, and reconnect it. Be sure to grant access to all necessary repositories during authorization.
    2. Check the GitHub App settings in your organization: Log into GitHub, navigate to your organization's Settings > GitHub Apps, locate "Azure App Service," and review its repository access. Switch to "All repositories" if needed and save the changes.
    3. Verify your GitHub role for workflows: Ensure your account has at least "Write" access to the repository for GitHub Actions workflows. If you lack admin rights, ask your organization owner to update your access.
    4. Clear cache and retry: Try using an incognito window or clearing cookies for azure.microsoft.com and github.com, as browser caching can sometimes cause issues.

    If a new test repository appears but older ones do not, the issue may be related to individual repository permissions.

    Reference:

    https://learn.microsoft.com/en-us/azure/app-service/deploy-github-actions?referrer=grok.com&tabs=openid%2Caspnetcore

    https://learn.microsoft.com/en-us/azure/app-service/deploy-continuous-deployment?referrer=grok.com&tabs=github

    Was this answer helpful?

    0 comments No comments

  2. Akshat Pathak 0 Reputation points
    2025-12-31T08:16:58.54+00:00

    Hi ,

    Looks more related to permissions issue you might have on those repositories.
    Can you revoke the Oauth permissions in Github & reauth again in deployment center ?
    When you do that you might see the permissions that should been there for your role to access the github data.
    User's image

    If the permissions are not there for you, then probably you won't see any repositories there.

    refer to below doc for permissions in github.
    https://docs.github.com/en/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization

    Was this answer helpful?


  3. AI answer

    2025-12-31T07:41:49.4566667+00:00

    If you are unable to see your GitHub repositories in the Azure App Service deployment center after signing in and authorizing your organization, consider the following steps:

    1. Permissions: Ensure that the Azure account you are using has the necessary permissions to access the repositories in your GitHub organization. Sometimes, additional permissions may be required to view certain repositories.
    2. Repository Visibility: Check if the repositories are private. If they are private, ensure that the OAuth app has been granted access to those repositories. You may need to adjust the settings in GitHub to allow access.
    3. OAuth App Configuration: Verify that the OAuth app is correctly configured in GitHub and that it has the necessary scopes to read repository information. You can check this in the GitHub settings under "Applications".
    4. Refresh Authorization: Sometimes, reauthorizing the connection can help. Try disconnecting and reconnecting the GitHub account in the Azure portal.
    5. Browser Cache: Clear your browser cache or try accessing the Azure portal in an incognito window to rule out any caching issues that might be affecting the display of repositories.

    If the issue persists after trying these steps, consider reaching out to Azure support for further assistance.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.