If you are experiencing issues with resizing your Azure Virtual Machines (VMs) or provisioning new VMs despite having sufficient quota, it is likely due to allocation failures. Here are some steps you can take to troubleshoot and resolve the issue:
- Check Resource Availability: The cluster or region where you are trying to resize or create the VM may not have sufficient resources available for the requested VM size. You can try resizing to a smaller VM size that may have more availability.
- Stop All VMs in the Availability Set: If your VMs are part of an availability set, stop all VMs in that set. This can help in reallocating resources across the clusters. After stopping, attempt to resize the desired VM.
- Navigate to Resource groups > your resource group > Resources > your availability set > Virtual Machines > your virtual machine > Stop.
- After all VMs are stopped, try resizing the VM again.
- Retry the Allocation: Sometimes, allocation issues can be temporary. Waiting for a short period and then retrying the allocation can resolve the problem.
- Consider Changing Regions or Zones: If the current region or zone is experiencing high demand, consider deploying or migrating your VMs to a different region or availability zone where there might be more capacity.
- Use Azure Support: If these steps do not resolve the issue, consider reaching out to Azure Support for further assistance. You can submit a support request through the Azure portal.
By following these steps, you should be able to address the provisioning or resizing issues with your Azure VMs.
References: