Hi Azmain Mahatab,
The error message “RequestDisallowedByAzure” indicates that the resources you're trying to deploy are blocked due to a policy restricting the Azure regions where your subscription can create resources.
This usually happens when an Azure Policy such as “Allowed locations” or “Allowed resource deployment regions” is applied to ensure compliance and control over where resources can be deployed.
Verify:
- In the Azure Portal, go to Policy > Assignments, and look for Allowed locations.
- Open the policy assignment and check the Parameters tab to see the list of approved regions.
- Make sure to create your resource group, virtual machine etc in one of these allowed regions.
If you need access to regions outside this list, you may need to contact Azure support for further assistance.
Please find the documentation to raise support request:
Hope this helps. Please let me know if you have any queries.