Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
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:
- 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.
- 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.
- 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.
- 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: