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.
Azure Bot Deployment Issue
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
1 answer
Sort by: Most helpful
-
elias estevao 0 Reputation points Microsoft Employee
2024-02-06T12:51:45.5366667+00:00