An Azure service that is used to provision Windows and Linux virtual machines.
Hello shanmukha tadisetti,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you are unable to create any Azure Virtual Machine in any region with a new Azure subscription.
The deployment is failing because the subscription is blocked by Azure regional access eligibility and/or VM SKU availability/quota restrictions.
The locationineligible error means the selected Azure region is not currently accepting new customers for that tenant or subscription. The SkuNotAvailable error means the selected VM size is not available for that subscription in the selected region or availability zone.
To fix this you will need to check an allowed region and your available VM SKU first, then deploy there. If the required region or SKU is still blocked, the issue must be resolved through Azure region access or Compute quota/SKU enablement because it is controlled at Azure subscription/backend eligibility level. - https://learn.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/error-region-access-policy, https://learn.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/error-sku-not-available
What you need to do is to:
- Stop retrying the blocked region, especially where
locationineligibleis returned. - Use Azure CLI to identify VM SKUs that are actually available to the subscription.
- Check regional and VM-family vCPU quota before retrying deployment.
- Deploy using only a confirmed available region and VM size.
- If no required region/SKU is available, open Azure Support for region access, SKU availability, or quota enablement via your Azure Portal or contact Priority Customer Service.
I hope this is helpful. Please! Do not hesitate to let me know if you have any other questions, steps or clarifications.
Please do not close the thread by upvoting and accepting the answer if any part of it is helpful.