0
votes

I have an option to use one of the four app services available in Azure portal created under one subscription (in same resource group). I have created a Azure DevOps release pipeline with "Azure Web App for Containers" task (as I have to deploy docker based dotnet application which has the option to set image name). When I select my Service Connection name, none of the App service name were listed. How to find the reason?

When I try with "Azure App Service deploy" task it shows only "Web App for Containers (Linux)". Is it not available for windows ?

1

1 Answers

0
votes
  1. Open the team project settings and then click on the Service connections Tab. And create a new ARM service endpoint, use 'Azure Resource Manager' endpoint type. Then select this new service connection.

  2. Close all browsers, and open a new incognito/InPrivate window to try again.

  3. Press F12 to check the whether there is any error in Network when you select the service connection.