An Azure relational database service.
Hi @DoFast,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
Based on the error message, it seems the problem is related to incorrect storage account credentials.
Here are some steps you can take to resolve this:
- Ensure the Storage account URL is correct and accessible.
- Confirm that the access key is valid and hasn’t been regenerated. You can find these details in the Azure portal under your storage account settings
- Ensure that all parameters in your deployment template or command are correct, especially those related to the storage account.
- Ensure that your storage account and SQL Managed Instance are in the same virtual network or have the necessary network configurations to communicate with each other.
- Make sure the managed identity associated with your Azure SQL Managed Instance has the necessary permissions to access the storage account. Assign the Storage Blob Data Contributor role to the managed identity.
For more information on troubleshooting deployment errors, refer to Troubleshoot common Azure deployment errors.
Hope this helps. Do let us know if you have any further queries.
If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.