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