Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article provides troubleshooting steps that help you resolve Azure Backup Vault management errors.
Common user errors
UserErrorSystemIdentityNotEnabledWithVault
Error code: UserErrorSystemIdentityNotEnabledWithVault
Cause: Backup Vault is created with System Identity enabled by default. This error appears when System Identity of the Backup Vault is in a disabled state and a backup related operation fails with this error.
Recommended action: To resolve this error, enable the System Identity of the Backup Vault and reassign all the necessary roles to it. Else use a User Identity in its place with all the roles assigned and update Managed Identity for all the Backup Instances using the now disabled System Identity.
UserErrorUserIdentityNotFoundOrNotAssociatedWithVault
Error code: UserErrorUserIdentityNotFoundOrNotAssociatedWithVault
Cause: Backup Instances can be created with a User Identity having all the required roles assigned to it. In addition, User Identity can also be used for operations like Encryption using a Customer Managed Key. This error appears when the particular User Identity is deleted or not attached with the Backup Vault.
Recommended action: To resolve this error, assign the same or alternate User Identity to the Backup Vault and update the Backup Instance to use the new identity in latter case. Otherwise, enable the System Identity of the Backup Vault, update the Backup Instance and assign all the necessary roles to it.
UserErrorStorageAccountKeyAccessDisallowed
Error code: UserErrorStorageAccountKeyAccessDisallowed
Error message: The storage account doesn't support key based authentication.
Cause: Storage account doesn't permit key based authentication.
Recommended action: Ensure that storage account key access is enabled, and then retry the operation. Learn more.