App service name in Azure DevOps shows No Results Found

Viewed 1608

enter image description here

I selected the Azure Subscription that matches the Subscription ID from my app service in Azure Portal, but I keep getting this message No Results Found when I try to select an App Service Name.

3 Answers

Please check if you Service connection is not limited to resource group. For instace this one is:

enter image description here

To check this please go to: Project Settings -> Service Connections -> end edit connection to see details.

Resource group should be empty if your choice is to do not limit connection to particular resource group.

So my guess is that your connection is limited to resource group which doesnt have app service.

I would suggest you to please check the App type i.e., webapp you created on window, or some other OS based on select the App type. I created my web app on Windows OS and can be able to see the app service name populating over here.

enter image description here enter image description here

Search for the Task : AZURE APP SERVICE DEPLOY

Related