It seems you're experiencing multiple issues while trying to create a Virtual Machine (VM) in Azure for Students. Here are some potential solutions based on the problems you've outlined:
- VM Creation Never Starts: If the portal shows a loading spinner without any deployment being created, it could be a temporary issue with the Azure portal. Try refreshing the page or logging out and back in. If the problem persists, consider using a different browser or clearing your browser's cache.
- Region Restrictions by Azure Policy: Since your subscription is restricted by the policy "Allowed resource deployment regions," you will need to ensure that you are selecting a region that is allowed. If certain regions do not appear in the dropdown, it might be due to temporary unavailability or a delay in the resource provider's update. You can try re-registering the resource provider by going to Subscriptions, selecting your subscription, then Resource Provider, and re-registering Microsoft.DesktopVirtualization.
- VM Sizes Unavailable: The message indicating that certain sizes are unavailable could be due to quota limits or regional restrictions. You may want to check the available VM sizes for your subscription and region. If you are consistently seeing the "NotAvailableForSubscription" message, consider selecting a different, smaller VM size that is known to be available in your allowed regions.
- SSH Key Issues: If you are facing issues with generating and downloading the SSH key, ensure that you are not selecting a resource group that has restrictions. Try creating a new resource group specifically for this VM and see if that resolves the issue. Additionally, you can manually generate an SSH key pair outside of Azure and use that instead.
- Resource Group Errors: If Azure reports that the resource group does not exist or is not empty, double-check the resource group name and ensure that you are in the correct subscription. Sometimes, there can be a delay in the Azure portal reflecting the latest changes.
- No Deployment Logs: If there are no logs or failed deployments showing, it might be an issue with the Azure portal itself. You can try checking the Azure Activity Logs through the Azure portal to see if any entries are being recorded.
- Subscription Status: Since your subscription is active and verified, ensure that you are using the correct account associated with the Azure for Students subscription. If issues persist, consider reaching out to Azure support for assistance.
If these steps do not resolve your issues, you may need to contact Azure support directly for further assistance, especially since your subscription is tied to your university.
References: