Azure Portal Tour: Getting Started

Navigate and utilize the core features of the Azure Portal with ease.

Welcome to the Azure Portal!

The Azure Portal is your central hub for managing your Azure resources. This guide will walk you through the essential components to get you started quickly.

Understanding the Key Areas

1

Search Bar

Located at the top of the portal, the search bar is your fastest way to find resources, services, and documentation. Try searching for "Virtual Machines" or "Resource Groups".

Screenshot of Search Bar
2

Left-Hand Navigation Menu

This menu provides quick access to frequently used services and your most recent resources. You can "pin" services here for even faster access.

  • Home: Your dashboard overview.
  • All services: Browse and discover the full range of Azure offerings.
  • Resource groups: Logical containers for your Azure resources.
  • Virtual machines: Manage your compute resources.
  • Storage accounts: Store and manage data.
Screenshot of Left Menu
3

Azure Cloud Shell

Access a browser-based shell experience (Bash or PowerShell) directly from the portal. Click the Cloud Shell icon (>_) in the header bar.

Screenshot of Cloud Shell Icon
4

Your Dashboard

The default "Home" page is your dashboard. You can customize it by adding, removing, and rearranging tiles to display the information most important to you.

Screenshot of Dashboard

Your First Steps

1

Create a Resource Group

Resource groups are fundamental for organizing your Azure services. Let's create one:

  • Click "Resource groups" in the left-hand menu or search for it.
  • Click "+ Create".
  • Select your Subscription and enter a name for your resource group (e.g., "MyFirstResourceGroup").
  • Choose a Region.
  • Click "Review + create", then "Create".
Screenshot of Create Resource Group
2

Create a Virtual Machine

Deploy your first virtual machine:

  • Search for "Virtual machines" and click it.
  • Click "+ Create" then "Azure virtual machine".
  • Fill in the required details (Subscription, Resource group, VM name, Region, Image, Username, Password).
  • Review your settings and click "Create".
Screenshot of Create VM

Next Steps & Resources

This tour covered the basics. Here are some recommended next steps:

Explore VM Tutorials

Learn About Storage

Understand Networking

Official Azure Portal Documentation