You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying ARM templates the EntScale-SubnetNsg- reports a conflict
{
"status": "Failed",
"error": {
"code": "DeploymentFailed",
"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",
"details": [
{
"code": "BadRequest",
"message": "{\r\n "error": {\r\n "code": "InvalidCreatePolicyAssignmentRequest",\r\n "message": "The policy definition specified in policy assignment 'Deny-Subnet-Without-Nsg' is out of scope. Policy definitions should be specified only at or above the policy assignment scope. If the management groups hierarchy changed recently or if assigning a management group policy to new subscription, please allow up to 30 minutes for the hierarchy changes to apply and try again."\r\n }\r\n}"
}
]
}
}
Steps to reproduce
I've clean up my subscriptions and MG prior to running the Example
I'm deploying to UK South
I selected no to Connectivity
Screenshots
The text was updated successfully, but these errors were encountered:
When deploying ARM templates the EntScale-SubnetNsg- reports a conflict
{
"status": "Failed",
"error": {
"code": "DeploymentFailed",
"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",
"details": [
{
"code": "BadRequest",
"message": "{\r\n "error": {\r\n "code": "InvalidCreatePolicyAssignmentRequest",\r\n "message": "The policy definition specified in policy assignment 'Deny-Subnet-Without-Nsg' is out of scope. Policy definitions should be specified only at or above the policy assignment scope. If the management groups hierarchy changed recently or if assigning a management group policy to new subscription, please allow up to 30 minutes for the hierarchy changes to apply and try again."\r\n }\r\n}"
}
]
}
}
Steps to reproduce
Screenshots
The text was updated successfully, but these errors were encountered: