0
0
AzureHow-ToBeginner · 4 min read

How to Use Azure Portal: Simple Guide for Beginners

To use the Azure Portal, sign in at portal.azure.com, then create and manage cloud resources using the dashboard and menus. You can navigate services, configure settings, and monitor your resources all through this web interface.
📐

Syntax

The Azure Portal is a web interface accessed via a browser at https://portal.azure.com. You use it by signing in with your Microsoft account, then selecting or creating resources through menus and buttons.

Key parts include:

  • Dashboard: Your main workspace showing resource tiles.
  • Navigation Menu: Access services like Virtual Machines, Storage, and Databases.
  • Create Button: Start new resources with guided steps.
  • Search Bar: Quickly find resources or services.
url
https://portal.azure.com
Output
Opens Azure Portal login page
💻

Example

This example shows how to create a simple Virtual Machine using Azure Portal:

  1. Go to https://portal.azure.com and sign in.
  2. Click Create a resource on the dashboard.
  3. Search for Virtual Machine and select it.
  4. Fill in the required details like name, region, and size.
  5. Review and click Create to deploy.

The portal will show deployment progress and notify when ready.

text
1. Sign in at https://portal.azure.com
2. Click 'Create a resource'
3. Search and select 'Virtual Machine'
4. Enter VM details (name, region, size)
5. Click 'Create' to deploy
Output
Virtual Machine is created and ready to use
⚠️

Common Pitfalls

Common mistakes when using Azure Portal include:

  • Not selecting the correct subscription or resource group, causing confusion about where resources are created.
  • Skipping required fields during resource creation, which blocks deployment.
  • Ignoring region selection, which affects latency and cost.
  • Not reviewing pricing details before creating resources, leading to unexpected charges.

Always double-check your inputs and subscription context before creating resources.

text
Wrong way:
- Creating resources without selecting the right subscription
- Leaving required fields empty

Right way:
- Verify subscription at top-right
- Fill all required fields marked with *
- Choose region close to your users
- Review pricing before finalizing
📊

Quick Reference

Here is a quick reference for Azure Portal basics:

ActionDescription
Sign InGo to https://portal.azure.com and use your Microsoft account
Create ResourceClick 'Create a resource' and follow prompts
NavigateUse the left menu or search bar to find services
MonitorCheck resource health and metrics on dashboard
ManageUse resource blades to configure settings and permissions

Key Takeaways

Access Azure Portal at https://portal.azure.com and sign in with your Microsoft account.
Use the dashboard and navigation menu to create and manage cloud resources easily.
Always verify your subscription and fill all required fields when creating resources.
Select the correct region to optimize performance and cost.
Review pricing and deployment status to avoid surprises.