-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The template deployment 'Microsoft.Template-20200826183423' is not valid according to the validation procedure. #1
Comments
Someone tried to deploy to West US, which should not be an option, as that is a Production region. I can’t figure out what template was used or who tried to deploy it, but I’m still looking.
When I find it, I’ll update the template to only allow R&D subscriptions: West US 2, East US, West Central US, and South Central US. I may be able to make an Azure Blueprint (supercedes management group policies) to block deployments to anything other than R&D regions too, but if the templates have production regions as an option, I’m sure someone will try to deploy there.
Thanks,
Hugh
From: 0fif <[email protected]>
Sent: Wednesday, August 26, 2020 6:44 PM
To: maxskunkworks/TLG <[email protected]>
Cc: Subscribed <[email protected]>
Subject: [maxskunkworks/TLG] The template deployment 'Microsoft.Template-20200826183423' is not valid according to the validation procedure. (#1)
{
"deploymentStatusCode": -1,
"stage": 6,
"expected": true,
"error": {
"message": "The template deployment 'Microsoft.Template-20200826183423' is not valid according to the validation procedure. The tracking id is 'cd9a1a7a-d2ed-4280-8b0b-07df3e52cd7d'. See inner errors for details."
},
"subscriptionId": "********************",
"resourceGroupName": "ResourceGroup1",
"resourceGroupLocation": "westus",
"deploymentName": "Microsoft.Template-20200826183423",
"details": {
"code": "InvalidTemplateDeployment",
"message": "The template deployment 'Microsoft.Template-20200826183423' is not valid according to the validation procedure. The tracking id is 'cd9a1a7a-d2ed-4280-8b0b-07df3e52cd7d'. See inner errors for details.",
"details": [
{
"code": "QuotaExceeded",
"message": "Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westus, Current Limit: 4, Current Usage: 0, Additional Required: 6, (Minimum) New Limit Required: 6. Submit a request for Quota increase at ****************** by specifying parameters listed in the ‘Details’ section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests."
}
]
}
}
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmaxskunkworks%2FTLG%2Fissues%2F1&data=02%7C01%7Cv-hugtay%40microsoft.com%7C971bf69d18f248a481c308d84a2aa1d4%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637340894255292641&sdata=Ky0zzaTV411Wpt96uak0b2K7nMrcD06lK7ZJA8sQs1g%3D&reserved=0>, or unsubscribe<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAE73QLHFU7GKVEDSHF2OWR3SCW245ANCNFSM4QMOEMPQ&data=02%7C01%7Cv-hugtay%40microsoft.com%7C971bf69d18f248a481c308d84a2aa1d4%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637340894255302635&sdata=M8wQGLuebhLv5LCTL7WiCfJk%2FSDEbBkbDYP1ztfSvCg%3D&reserved=0>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{
"deploymentStatusCode": -1,
"stage": 6,
"expected": true,
"error": {
"message": "The template deployment 'Microsoft.Template-20200826183423' is not valid according to the validation procedure. The tracking id is 'cd9a1a7a-d2ed-4280-8b0b-07df3e52cd7d'. See inner errors for details."
},
"subscriptionId": "********************",
"resourceGroupName": "ResourceGroup1",
"resourceGroupLocation": "westus",
"deploymentName": "Microsoft.Template-20200826183423",
"details": {
"code": "InvalidTemplateDeployment",
"message": "The template deployment 'Microsoft.Template-20200826183423' is not valid according to the validation procedure. The tracking id is 'cd9a1a7a-d2ed-4280-8b0b-07df3e52cd7d'. See inner errors for details.",
"details": [
{
"code": "QuotaExceeded",
"message": "Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westus, Current Limit: 4, Current Usage: 0, Additional Required: 6, (Minimum) New Limit Required: 6. Submit a request for Quota increase at ****************** by specifying parameters listed in the ‘Details’ section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests."
}
]
}
}
The text was updated successfully, but these errors were encountered: