Hi@Lê Thành Đạt
Welcome to Microsoft Q&A platform and thanks for posting your question here.
The error message you received indicates that the deployment of your Synapse workspace failed due to a deny assignment check for the StorageRoleDeploymentResource resource of type Microsoft.Resources/deployments. This error can occur if you do not have the necessary permissions to create a Synapse workspace and deploy resources to Azure.
To resolve this issue, you can try the following steps:
- Check if you have the necessary permissions to create a Synapse workspace and deploy resources to Azure. You can refer to the Azure documentation on Role-based access control (RBAC) in Azure Synapse Analytics for more information.
- Ensure that you have provided the correct parameters and values in your deployment template. You can refer to the Azure documentation on Azure Resource Manager templates for more information.
- Check if there are any existing resources with the same name as the ones you are trying to create. You can refer to the Azure documentation on Naming rules and restrictions for Azure resources for more information.
Reference link:
https://learn.microsoft.com/en-us/azure/role-based-access-control/overview
https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/overview
https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/deploy-portal
I hope this information helps you. Let me know if you have any further questions or concerns.