Azure Bot Deployment Issue

Admin BERRYWORKS VENTURES 0 Reputation points
2024-02-06T12:44:40.8+00:00

Hi Support, We have created a echo bot using azure bot framework. Now we are trying to deploy in our azure account in free subscription. We are using following command:
az deployment group create --resource-group NewResourceGroup --template-file template-BotApp-new-rg.json --parameters parameters-for-template-BotApp-new-rg.json 

We are receiving following error:

{"status":"Failed","error":{"code":"DeploymentFailed","target":"/subscriptions/e1808aef-660e-47cc-865e-6198989216ad/resourceGroups/NewResourceGroup/providers/Microsoft.Resources/deployments/template-BotApp-new-rg","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"NotFound","target":"/subscriptions/e1808aef-660e-47cc-865e-6198989216ad/resourceGroups/NewResourceGroup/providers/Microsoft.Resources/resourceGroups/NewResourceGroup","message":"{\r\n  "message": "No HTTP resource was found that matches the request URI 'https://management.azure.com/subscriptions/e1808aef-660e-47cc-865e-6198989216ad/resourcegroups/NewResourceGroup/providers/Microsoft.Resources/resourceGroups/NewResourceGroup?api-version=2018-05-01'."\r\n}"}]}}  Can you advise what exactly this error is? Which resource it is not finding?
In free subscription can we deploy our bot?

Please advise. Thanks Abhishek

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
751 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,959 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. elias estevao 0 Reputation points Microsoft Employee
    2024-02-06T12:51:45.5366667+00:00

    Hi. This might be too late but, the error message simply indicate that your deployment cannot find the resource group you listed. Verify that you have the correct resource group and try again.

    0 comments No comments