Validation Error when provisioning azure resources in my subscription #405
Unanswered
andrewslynko
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I keep getting the error message when deploying the solution to my azure subscription (). Despite the owner RBAC role I'm getting the following error when running azd up
Validation Error Details:
ERROR: error executing step command 'provision': deployment failed: error deploying infrastructure: validating deployment to subscription:
InvalidTemplateDeployment: Deployment failed with multiple errors: 'Authorization failed for template resource '713ab8a6-8623-5718-8868-683ca91fe126' of type 'Microsoft.Authorization/roleAssignments'. The client 'live.com#myemailaccount' with object id '8d0e817b-05cc-4e00-a548-fe8f0a26b39e' does not have permission to perform action 'Microsoft.Authorization/roleAssignments/write' at scope '/subscriptions/0aea4b91-6071-449f-a656-11b893e7d713/resourceGroups/AIServices/providers/Microsoft.Authorization/roleAssignments/713ab8a6-8623-5718-8868-683ca91fe126'.:Authorization failed for template resource 'af9c293d-acc9-5aed-a784-a785d23db822' of type 'Microsoft.Authorization/roleAssignments'. The client '###' with object id '8d0e817b-05cc-4e00-a548-fe8f0a26b39e' does not have permission to perform action 'Microsoft.Authorization/roleAssignments/write' at scope '/subscriptions/0aea4b91-6071-449f-a656-11b893e7d713/resourceGroups/AIServices/providers/Microsoft.Authorization/roleAssignments/af9c293d-acc9-5aed-a784-a785d23db822'.
Any clue what could be wrong?
Beta Was this translation helpful? Give feedback.
All reactions