Since the outage yesterday, I can't connect my Web App to Azure Repos in the deployment tab.
It just says:
No accounts found for Azure Repos. Please create a new account in Azure Repos and try again.
Since the outage yesterday, I can't connect my Web App to Azure Repos in the deployment tab.
It just says:
No accounts found for Azure Repos. Please create a new account in Azure Repos and try again.
Thanks for asking question! Just to confirm how are you trying to enable continuous deployment from Azure Repos.
To elaborate: Azure Repos as a deployment source is support for Windows apps.
App Service Build Service (Kudu) is the default build provider. If you want to use Azure Pipelines as the build provider for your App Service app, don't configure it in App Service. Instead, configure CI/CD directly from Azure Pipelines. The Azure Pipelines option just points you in the right direction.
You need to select the Azure DevOps Organization, Project, Repository, and Branch you want to deploy continuously.
If your DevOps organization isn't listed, it's not yet linked to your Azure subscription.
For more information, see Create an Azure service connection.
The article deploy-continuous-deployment shows you how to use the Azure portal to continuously deploy your app through the Kudu build service or Azure Pipelines.
Please let us know if issue remains.
8 people are following this question.