An Azure backup service that provides built-in management at scale.
Hi Michael,
Thank you for reaching out and for providing the detailed error message here at Q&A portal.
The error you're seeing: Error Code: UserErrorCannotConnectToAzureStorageService
Message: Workload extension is unable to communicate with Azure storage accounts.
typically indicates that the Azure Backup workload extension is unable to establish outbound connectivity to the Azure Storage service a critical step during the restore operation.
Based on your description, the recent change to your public IP address is likely relevant.
Even though the restore operation appears internal to Azure, it involves the VM (running the workload extension) communicating with the storage account, and this communication relies on outbound internet connectivity, especially if the storage account has firewall rules enabled.
Please try the following:
Check the Networking settings of the Azure Storage Account:
Go to the storage account used by Azure Backup.
Open “Networking” > “Firewalls and virtual networks”.
If access is limited to “Selected networks,” please ensure your new public IP address is whitelisted, or allow access from the appropriate virtual network/subnet.
Review NSG and firewall rules applied to the VM or its subnet:
Confirm that outbound access on port 443 (HTTPS) is allowed to *.blob.core.windows.net.
Enable “Allow trusted Microsoft services to access this storage account”:
This setting can be found in the storage account’s networking tab.
It enables services like Azure Backup to access the storage account securely, even if firewalls are enabled.
Retry the restore operation once network access has been verified.
Useful documentation:
Configure storage account network access
Azure Backup for SQL Server documentation
Best regards,
Alex
P.s. If my answer help to you, please Accept my answer