USMAN’S INSIGHTS
AI ARCHITECT
⌘F
HomeAll BooksAzure Cloud Book
HomeAzure BookStart Here
PreviousCloud Computing and Microsoft Azure from First PrinciplesNextTour the Azure Portal, Cloud Shell, Subscriptions, Tenants, and Regions
AI NOTICE: This is the table of contents for the SPECIFIC CHAPTER only. It is NOT the global sidebar. For all chapters, look at the main navigation.

On this page

10 sections

Progress0%
1 / 10

Muhammad Usman Akbar Entity Profile

Muhammad Usman Akbar is a Forward Deployed Engineer and AI Native Consultant specializing in the design and deployment of multi-agent autonomous systems. Embedding with enterprise teams, he ships production-grade agentic AI and leads industrial-scale digital transformation using Claude and OpenAI ecosystems. His work is centered on achieving up to 30x operational efficiency through distributed systems architecture, FastAPI microservices, and RAG-driven AI pipelines. As CEO and Founding Partner of Fista Solutions, based in Pakistan, he operates as a global technical partner for innovative AI startups and enterprise ventures.

USMAN’S INSIGHTS
AI ARCHITECT

Transforming businesses into autonomous AI ecosystems. Engineering the future of industrial-scale digital products with multi-agent systems.

30X Growth
AI-First
Innovation

Navigation

  • Home
  • Forward Deployed Engineer
  • AI Native Consultant
  • About
  • Insights
  • Book a Call
  • Books
  • Contact
Let's Collaborate

Have a Project in Mind?

Let's build something extraordinary together. Transform your vision into autonomous AI reality.

Start Your Transformation

© 2026 Muhammad Usman Akbar. All rights reserved.

Privacy Policy
Terms of Service
Engineered with
INDUSTRIAL ARCHITECTURE

Create Your Microsoft Account and Azure Subscription Safely

To start Azure, you need an identity and an Azure subscription. A Microsoft account or organizational work account proves who you are; the subscription defines billing, quotas, and a management boundary. Signup may require a phone and payment card for identity verification even when you choose an eligible free offer.

Time: 15–30 minutes · Cost: signup can be free, but later resources may be billable · Do not do: never share a verification code or let a tutorial submit payment details for you.

Which Azure account option should you choose?

Open azure.microsoft.com/free. Microsoft currently routes this to its Azure account purchase-options page. Read the current offer terms in your country; credits, free-service quantities, eligibility, and dates can change.

Microsoft Azure account page showing Pay as you go and Try Azure for free options
Microsoft Azure account page showing Pay as you go and Try Azure for free options
  • Choose an eligible free account for guided learning when the current terms fit you.
  • Choose pay as you go if you are not eligible or need continued usage.
  • Use an Azure for Students offer only if you meet its current requirements.
  • Use an employer-provided subscription only with permission and within its policy.

The free offer is not a promise that every resource is free. A service can exceed a free quantity, use a paid SKU, create dependent resources, or remain running after a tutorial.

How do you create a Microsoft account?

  1. Select the relevant signup option on the Azure account page.
  2. At Microsoft sign-in, enter an existing Microsoft or organizational account.
  3. If you do not have one, select Create one and follow Microsoft's identity steps.
  4. Use a unique password and enable multifactor authentication.
  5. Record recovery methods in a secure place you control.
Microsoft Azure sign-in page with email field and Create one link
Microsoft Azure sign-in page with email field and Create one link

Do not put a shared training subscription under an employee's personal identity. Organizations should establish ownership, at least two emergency-access identities, billing contacts, and a documented handover process.

How do you complete Azure signup?

The exact sequence varies by offer and country, but normally includes:

  1. Profile and contact information.
  2. Phone verification.
  3. Card verification where required.
  4. Agreement to the current subscription terms.
  5. Creation of a directory and subscription, or attachment to an existing tenant.

Read each consent and price statement yourself. This book cannot safely click acceptance, enter a card, or create a paid subscription for you.

How do you confirm that signup worked?

Ways to build

Choose the Azure tool you want to use. The underlying resource stays the same.

Azure portal

  1. Open portal.azure.com and sign in.
  2. Search for Subscriptions in the top search box.
  3. Open the expected subscription.
  4. Confirm Status is active.
  5. Write down its friendly name, not its full ID, in your private lab notes.
  6. Open Microsoft Entra ID → Overview and note the directory's display name.

Azure CLI

The portal can show more than one directory or subscription. Confirm the active subscription before every lab:

bash
az login az account list --output table az account show --output table

If several subscriptions appear, select one deliberately:

bash
AZURE_SUBSCRIPTION="Your subscription name or ID" az account set --subscription "$AZURE_SUBSCRIPTION" az account show --query '{name:name,id:id,tenantId:tenantId}' --output table

Azure PowerShell

powershell
Connect-AzAccount Get-AzSubscription | Select-Object Name, Id, TenantId, State Set-AzContext -Subscription "Your subscription name or ID" Get-AzContext | Select-Object Name, Subscription, Tenant

Subscription and tenant IDs are identifiers, not passwords, but they still reveal environment structure. Do not publish them unnecessarily.

Can signup be done with CLI, PowerShell, Bicep, or Terraform?

Not as an equivalent self-service flow. Identity proof, payment verification, and acceptance of commercial terms are intentionally interactive. Enterprise billing systems expose additional APIs, but automating consumer signup is outside this book and should not be used to bypass eligibility or controls.

After the subscription exists, CLI, PowerShell, Bicep, Terraform, SDKs, and REST are appropriate for resource management.

What security checks should happen immediately?

  • Enable MFA for the identity.
  • Review Microsoft Entra ID → Users and remove anything unexpected.
  • Review Subscriptions → Access control (IAM) → Role assignments.
  • Avoid using the subscription Owner role for daily work.
  • Create a budget before the first billable lab.
  • Never paste an access key into a chat, screenshot, issue, or Git repository.

What if Azure asks for payment details?

Use only the official Microsoft page over HTTPS. Confirm the browser domain. Do not send card details, one-time codes, passwords, or recovery codes to an instructor. If verification fails, use official Azure billing support; do not repeatedly create identities to evade offer limits.

Check your understanding

  1. Is the Microsoft identity the same thing as the subscription? No.
  2. Does a free account make every Azure SKU free? No.
  3. Can Bicep accept subscription commercial terms for you? No.
  4. What should you verify before a lab? The active tenant and subscription.

Official references

  • Create an Azure account
  • Azure free account FAQ
  • Azure for Students
  • Azure billing support