Hello @iheb sliti ,
A Deny Assignment is blocking the creation of the Azure resource. Deny assignments prevent certain Azure actions, even if the user has a role assignment that grants them access to the resource.
Deny assignments are managed by Azure to protect resources, and you cannot create them directly. However, you can set deny rules when creating a deployment stack, which will generate a deny assignment tied to the resources of that stack.
For additional details on how to protect managed resources and to compare role assignments with deny assignments, including their properties, please refer to the following documents.
Identify the Deny Assignment: Check the resource group or specific resource to locate any deny assignments. This can be done through the Azure portal.
Remove the Deny Assignment: In the Azure portal, navigate to the resource group, go to the "Access control (IAM)" section, and search for any deny assignments. If a deny assignment is found, you will need the appropriate permissions to remove it.
Users with any of the following roles, or users assigned custom roles, have the ability to remove deny assignments:
Role-Based Access Control (RBAC) Administrator
User Access Administrator
Global Administrator
I hope this information is helpful. Please feel free to reach out if you have any further questions.