Azure VM unable to deploy Error 403 and Conflict

LonSQL 1 Reputation point
2022-06-10T19:01:35.937+00:00

Hello

I am really getting very stuck here - I am studying for my DB-300 exam and am trying to build a SQL VM to use the Azure Db backup and do a restore and I keep getting the same error.

What I have tried so far:
Create the VM (SQL2019 Win 2019) and then add the SQL backup - 403 error
Create the VM (SQL2019 Win 2019) and configure the backup in the deployment - 403 error
Create a different image (SQL2016 Win 2016) and configure the backup in the deployment - 403 error

Tried to deploy the Azure Stack Development Kit so I could test my stack(????) still no link email from MS

In the deployment over view I get
VMNAME Microsoft.SqlVirtualMachine/SqlVirtualMachines Conflict

Here are the two errors

----------------------------------------------------------------------------------------

{"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":"Ext_AutomatedBackup_AzureStorageError","message":"Error: 'The remote server returned an error: (403) Forbidden.;The remote server returned an error: (403) Forbidden.;The remote server returned an error: (403) Forbidden.'"}]}

------------------------------------------------------------------------------------------

and

-----------------------------------------------------------------------------------------------

{
"status": "Failed",
"error": {
"code": "Ext_AutomatedBackup_AzureStorageError",
"message": "Error: 'The remote server returned an error: (403) Forbidden.;The remote server returned an error: (403) Forbidden.;The remote server returned an error: (403) Forbidden.'"
}
}

--------------------------------------------------------------------------------------------

Any thoughts?

SQL Server on Azure Virtual Machines
Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,339 questions
Azure SQL Database
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alberto Morillo 34,441 Reputation points MVP
    2022-06-10T19:50:17.447+00:00

    Please make sure these permissions have been provided.

    Verify also that the VM has network connectivity. Establish network connectivity.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.