Back to BlogAzure Cloud

Azure Portal Navigation Guide for New Admins: Find Everything in Minutes

25 September 2026 6 min read
Photo by Jonas Leupe on Unsplash

The Azure portal is powerful but chaotic when you first log in. Hundreds of services, dozens of navigation paths, and no obvious way to get where you need to go. If you're a new Azure administrator coming from healthcare IT, system administration, or a career-change background, the scale can feel overwhelming. The good news: the portal follows real patterns once you understand the core structure.

This guide shows you exactly where everything lives, how to move between services fast, and how to set up your own customised workspace so you never search for the same resource twice.

The Main Dashboard: Your Starting Point

When you log into the Azure portal (portal.azure.com), you land on the Dashboard by default. Think of this as your home screen. You'll see tiles showing your most-used resources, quick links, and service shortcuts.

The Dashboard is customisable, which means you can rearrange it to match your daily workflow. If you're managing virtual machines, you'll want a VM status tile front and centre. If you're mostly handling identity and access, pin Azure Active Directory (now called Microsoft Entra ID) shortcuts instead.

To customise your Dashboard:

  • Click "Edit Dashboard" in the top toolbar
  • Drag tiles around to match your priority order
  • Add new tiles by clicking "Add tile from Marketplace"
  • Remove tiles by clicking the three dots and selecting "Delete"
  • Most new admins leave this on the default view. Spend 30 minutes tailoring it to your actual job, and you'll save hours every week.

    The Left Sidebar: Your Navigation Spine

    The left sidebar is where 90% of Azure services live. It's divided into sections, and understanding the grouping saves enormous amounts of time.

    At the very top of the sidebar, you'll see your subscription name and the ability to switch between subscriptions if you manage multiple. Below that are the main sections:

    Favorites: Your pinned services appear here. If you use a service weekly or more often, pin it. This keeps your sidebar clean and stops you hunting through nested menus. Right-click any service name in the sidebar and select "Add to Favorites" to pin it.

    General: Includes Home, Dashboard, Cost Management, Help + Support, and Settings. Cost Management is crucial if you're responsible for budget tracking. Many healthcare organisations moving to Azure find unexpected spend here, so check it monthly.

    Azure Services: This is the main catalogue. Everything from Virtual Machines to App Services, Databases to AI services lives here. It's sorted alphabetically within groups like Compute, Networking, Storage, and Databases. Scroll through once to see what's available. You don't need to memorise it, just know that it exists and is always in the same place.

    Manage: Settings for your tenant, subscriptions, and user access live here. New admins should review the "Subscriptions" and "Azure role assignments" areas early on to understand who has access to what.

    Finding Services: The Search Bar vs. Browsing

    The search bar at the top of the portal is faster than navigation for most tasks. Type "virtual machines" and you land at the VM list. Type "resource groups" and you see all your resource groups. Type "role assignments" to manage access.

    For new admins, this is the quickest way to find obscure services you'll only use occasionally. Say you need to set up a virtual network peering connection (a feature many healthcare networks use for hybrid setups). You might never find it by clicking through menus, but typing "peering" or "virtual network peering" finds it instantly.

    The search bar also searches inside open blades. If you're looking at a Virtual Machine resource and need to find a specific setting, search within that screen rather than starting over.

    Understanding Blades: The Navigation Stack

    Azure uses "blades" (panels that slide out from the right) to show detail. When you click a resource, a new blade opens. Click a setting inside that blade, another blade opens to the right.

    This can feel confusing at first because you're building a stack of panels. But it's actually logical: your navigation history is visible. Each open blade shows you the breadcrumb trail back to where you started. Click any breadcrumb to jump back without losing your place.

    At the top of each blade, you'll see the resource name and a chevron (>) next to it. Click that chevron to collapse the blade menu and see a dropdown list of related resources. This is faster than closing the blade and searching for a related service.

    Common Tasks: Where to Find Them

    As a new Azure admin, you'll perform the same tasks repeatedly. Here's where they live:

    Create a new resource: Search "Create a resource" or click the "Create a resource" button at the top left. This opens the marketplace. Type the service type you want (e.g. "virtual machine", "database") and follow the wizard. Most resources follow the same four-step flow: Basics, Disks/Networking/Configuration, Management, and Review + Create.

    Manage users and groups: Go to Microsoft Entra ID in the sidebar. This is where you add users, assign roles, configure multi-factor authentication, and manage group memberships. If you're moving from on-premises Active Directory, this replaces that functionality in the cloud.

    View and manage costs: Go to Cost Management + Billing in the sidebar. Most organisations underestimate cloud spend in the first quarter. Review this monthly and set budget alerts so you're never surprised.

    Monitor resources: Go to Monitor (in Favorites or Azure Services). This is where you set up alerts, view logs, and diagnose problems. If a virtual machine stops responding, Monitor is where you'll find the CPU, memory, and network graphs that show what went wrong.

    Manage access: Go to Subscriptions in the sidebar, select your subscription, then click "Access control (IAM)". Here you add users, assign roles, and manage who can do what. This is critical for security and should be reviewed quarterly.

    Keyboard Shortcuts and Efficiency Tips

  • Press "/" to focus the search bar from anywhere
  • Press "?" to open the keyboard shortcuts reference
  • Press "C" then type a service name to quickly create that resource
  • Ctrl+/ (or Cmd+/ on Mac) opens the shortcuts panel
  • Most new admins ignore shortcuts and just click. After two weeks in the portal, spending 10 minutes learning these shortcuts will save you hours.

    Setting Up Your Workspace: The First Week Checklist

    Your first week should include:

    1. Customise your Dashboard to show resources you use daily

    2. Pin 5 to 8 services you'll access weekly to Favorites

    3. Explore Cost Management and set up a budget alert

    4. Visit Microsoft Entra ID and understand your user structure

    5. Review subscription-level access control so you know who can do what

    New Azure admins often jump straight into managing resources. Spending a few hours on workspace setup and navigation basics prevents weeks of wasted clicking.

    If you're coming from healthcare IT or a related field and planning to deepen your Azure administration skills, consider joining the Azure Administrator Programme. You'll learn navigation in context alongside real configuration tasks, backup strategies, and security practices that apply directly to what you'll do in your new role. The three-month programme covers the skills employers expect and prepares you for the AZ-104 certification exam.

    View the Azure Administrator Programme here

    Frequently asked questions

    Where do I find my subscription ID in the Azure portal?

    Go to Subscriptions in the left sidebar. Your subscription ID is displayed on the main list, and you can also click your subscription name to see all details including ID, state, and cost centre information. Copy and paste this ID when creating support tickets or configuring third-party integrations.

    Can I access the Azure portal on mobile, and is navigation different?

    Yes, the Azure mobile app is available on iOS and Android, but it's designed for read-only monitoring rather than management tasks. You can view resource health, check costs, and run basic queries, but complex navigation and configuration is much easier on desktop because the portal relies on mouse interaction and nested menu structures that don't translate well to touch.

    How do I quickly jump between different Azure subscriptions?

    Click your subscription name in the top left of the sidebar, near your profile icon. This opens the subscription switcher. Select the subscription you want to work in. Your entire sidebar and all displayed resources instantly switch to that subscription. You can only manage one subscription at a time in the portal, so switching is the only way to access resources in different subscriptions.

    What does "Resource Group" mean and why do I need to pick one when creating resources?

    A Resource Group is a container that holds related Azure resources (virtual machines, databases, storage accounts, etc.). Every resource must belong to exactly one Resource Group. Grouping resources this way lets you manage permissions, billing, and deletion as a single unit. For example, you might create a "Production-Healthcare-App" Resource Group and assign all members of your ops team access to it, rather than granting permissions to individual resources.

    Is the Azure portal the only way to manage Azure resources?

    No. You can also use the Azure CLI (command line interface), PowerShell, Terraform, or ARM templates for infrastructure as code. The portal is best for initial setup, learning, and occasional management tasks. Most professional Azure administrators eventually use a mix of portal and command line depending on the task. The portal is where you start as a new admin, but understanding alternatives early helps you see which tool fits each job.

    Ready to start your IT career?

    SmoothOps 365 runs live instructor-led training every Saturday and Sunday. 3 months. 50 contact hours. Keep your job while you train.