An Azure service that is used to provision Windows and Linux virtual machines.
Hello Tahir.
Thank you for reaching out. I understand the confusion—when you create an Azure Free account, it’s natural to expect the subscription to appear as “Free” while creating a virtual machine. Let me clarify how this works and how you can resolve the issue.
What’s Happening and Why
When you sign up for an Azure Free Account, the subscription is successfully created in the backend, but in some cases it does not immediately appear in the Azure portal UI. This behavior is typically related to one of the following Microsoft‑documented scenarios:
- The subscription was created under a different Microsoft Entra (Azure AD) directory
- The subscription is filtered or hidden in the portal view
- The subscription provisioning is still in progress (this can take some time for free accounts)
- The browser session or portal cache is preventing the subscription from displaying correctly
Because of this, the Subscription field appears empty during VM creation, which blocks you from proceeding.
Recommended Microsoft‑Supported Actions
Please try the following steps in order, as recommended by Microsoft:
- Switch Directory (Tenant)
- In the Azure portal, select your profile (top‑right corner)
- Choose Switch directory
- Select each available directory and check whether the subscription appears
- Choose Switch directory
- In the Azure portal, select your profile (top‑right corner)
Check Subscription Filters
- Go to Subscriptions in the Azure portal
- Select Filter
- Ensure:
Ensure:- Directory = All
- Subscription state = All
- Hidden subscriptions are shown
- Allow Time for Provisioning
- For newly created Free subscriptions, visibility can take additional time
- Sign out, wait, sign back in, and refresh the portal
- Verify Using Azure CLI (Optional Validation)
- If the subscription appears in CLI but not in the portal, this confirms a portal display issue:
az account list --output table
Try a Private/Incognito Browser Session
- This avoids cached portal data that can hide newly created subscriptions
These steps have resolved the issue for many customers with Azure Free accounts.
If the subscription still does not appear after completing the above steps, there may be a backend provisioning or directory association issue.
Please add a comment in the Comments section, and we’ll be happy to review your case and guide you further.