-
Notifications
You must be signed in to change notification settings - Fork 579
Troubleshooting
Having trouble using the module and unable to find a solution in the Wiki?
If it isn't listed below, let us know about it in our Issues log. We'll do our best to help and you may find your issue documented here in the future!
Error: authorization.RoleDefinitionsClient#Get: Failure responding to request: StatusCode=404 -- Original Error: autorest/azure: Service returned an error. Status=404 Code="RoleDefinitionDoesNotExist" Message="The specified role definition with ID '<redacted>' does not exist."
- Description:
-
This error is a transient error which may occur when the Resource Provider in ARM is yet to complete replication of the newly created Role Definition.
- Solution:
-
If the Role Definition has been successfully created in Azure but has not been committed to the
terraform state
you will need to runterraform import
to add the Resource to the state file. Due to caching in ARM, it could take up to 10 minutes before you can successfully import the Resource.This problem has been identified and logged on GitHub against the AzureRM Provider: #10442
This wiki is being actively developed
If you discover any documentation bugs or would like to request new content, please raise them as an issue or feel free to contribute to the wiki via a pull request. The wiki docs are located in the repository in the docs/wiki/
folder.
- Home
- User guide
- Video guides
-
Examples
- Level 100
- Level 200
-
Level 300
- Deploy multi region networking with custom settings (Hub and Spoke)
- Deploy multi region networking with custom settings (Virtual WAN)
- Deploy with Zero Trust network principles (Hub and Spoke)
- Deploy identity resources with custom settings
- Deploy management resources with custom settings
- Expand built-in archetype definitions
- Create custom policies, initiatives and assignments
- Override module role assignments
- Control policy enforcement mode
- Policy assignments with user assigned managed identities
- Level 400
- Frequently Asked Questions
- Troubleshooting
- Contributing