Tag not monitored by Microsoft.
HI @Elcid Chawa
Thank you for your question. I understand that after changing your GitHub password, your workflows are no longer deploying to Azure App Service and you're seeing an account flagged message. This is a common issue — password changes invalidate the OAuth authorization Azure uses, and it can also trigger GitHub’s security flag.
Recommended steps to resolve this:
- Address the GitHub flag first – Visit GitHub Support and submit a request (Account >flagged/restricted). Mention the recent password change. This usually gets cleared quickly.
- Reconfigure the connection in Azure – In your App Service > Deployment Center, disconnect and reconnect your GitHub repository. Re-authorize when prompted. This refreshes the workflow and permissions.
- Verify workflow & secrets – Check the Actions tab for errors, and confirm your GitHub secrets (especially if using publish profile). We strongly recommend switching to OpenID Connect with user-assigned identity for more reliable authentication.
Reference :
https://learn.microsoft.com/en-us/azure/app-service/deploy-github-actions?tabs=openid%2Caspnetcore
https://learn.microsoft.com/en-us/azure/app-service/deploy-continuous-deployment?tabs=github
If the answer is helpful, Please do click "Accept the answer” and Yes, this can be beneficial to other community members.
If you have any other questions, let me know in the "comments" and I would be happy to help you