Multiple resource group found

Pavel Makul 0 Reputation points
2024-07-17T18:57:44.0633333+00:00

We faced a strange issue during deploying our API to Azure AppService resource. Deploy yaml pipeline includes AzureAppServiceManageV0 task run and it is precisely this task that has begun to fail recently. We continue getting "Multiple resource group found for App Service 'our-api-name'" error message. But on Azure Portal for current subscription we have exactly single 'our-api-name' resource. Could you please explain what went wrong? Just for info we decided to check how many resources we have with name 'our-api-name' using Azure CLI in cmd with command 'az resource list --name our-api-name --resource-type Microsoft.Web/sites'. And Azure CLI shows that we have two resources in the same group, but it should be impossible, on Azure Portal for current subscription we see exactly single resource.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,429 questions
{count} votes