Hello @KOTA,
Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.
I understand your question regarding the “Deployment Failed” error when creating a virtual network in your Azure student subscription. This error often occurs due to a few typical reasons,
- Student subscriptions come with certain resource limits. If you’ve reached the maximum number of virtual networks or public IPs, your deployment might not succeed.
- Some regions may not fully support all resources for student accounts. Try selecting a different region, such as East US or Central India, as this can often resolve the issue.
- Ensure the resource group you’re using exists and that there are no policies blocking the creation of new network resources.
- Also, double-check your address space and subnet settings. Overlapping IP ranges can cause deployment failures.
Fix the issue by following the steps below:
- Check the Error Details: Go to Azure portal, click on Deployment Failed → View Error Details, the message will typically provide specific details about what went wrong.
- Go to Subscriptions → Usage + Quotas and please confirm whether you still have the capacity to create virtual networks.
- When setting up the VNet, choose a different supported region to help determine if there are any regional restrictions.
- Start by deploying with a basic configuration, such as using an address space of 10.0.0.0/16 and a single subnet, to confirm that the setup functions correctly.
Note: If you can share the exact error message or a screenshot, I’ll be happy to investigate it further and walk you through the fix step-by-step.
How to create Virtual network: https://learn.microsoft.com/en-us/azure/virtual-network/quickstart-create-virtual-network?tabs=portal
Kindly let us know if the above helps or you need further assistance on this issue.
Please do not forget to "Accept the answer” and “up-vote it” wherever the information provided helps you, this can be beneficial to other community members__.__ It would be greatly appreciated and helpful to others.