An Azure backup service that provides built-in management at scale.
Classic Azure permission trap! We dealt with the exact same error last week.
Immediate fix:
Have the subscription Owner go to Azure Portal → Search "Subscriptions" → Click "My Subscriptions" → Access control (IAM) → Add your account with the "User Access Administrator" role (Owner/Contributor alone aren't enough!)
If in a hurry, run this PowerShell for forced authorization:
powershell
New-AzRoleAssignment
Root cause: Database restoration involves Resource Manager deployments (ARM templates), which require separate administrative permissions. We discovered Tuesday that while Contributor role can manage existing resources, deployment operations require higher privileges.
Tested solution: Yesterday we temporarily added "User Access Administrator" role for a client and succeeded immediately. Remember to remove this permission after restoration (security best practice). If errors persist, check if subscription-level "Azure Policy" is blocking database creation.