@Marcelo Silva Welcome to the Microsoft Q&A Platform.
.
The error message you are seeing indicates that there is a deny assignment
at the root scope, which is preventing you from creating the resources needed for Azure Machine Learning and accessing Azure Cloud Shell. This deny assignment is likely part of a security policy that prevents certain operations, possibly due to unusual activity detection.
.
Here are the steps you can take to resolve this issue:
-
Review Role Assignments and Deny Assignments
- Check for Deny Assignments: Navigate to the Azure portal and go to the subscription level. Under "Access Control (IAM)", check for any deny assignments that might be affecting your permissions.
- Check for Role Assignments: Ensure that your user account has the appropriate role assignments, such as "Owner" or "Contributor", which are necessary to create resources.
-
Contact your Subscription Administrator
If you are not the owner or administrator of the Azure subscription, reach out to the subscription administrator to review and modify the deny assignments. The administrator can:
- Remove or modify the deny assignment that is preventing the resource creation.
- Ensure that there are no security policies blocking the required actions.
-
Review Azure Policy
- Azure Policy Compliance: Check if there are any Azure Policies assigned at the subscription or resource group level that might be causing the denial. You can find this under the "Policy" section in the Azure portal.
-
Re-attempt Resource Creation
Once the deny assignment has been addressed, try creating the "Azure Machine Learning" resource and the storage account again.
Hope this helps.