Azure Portal
The Azure Portal is a unified web interface to build, manage, and monitor Azure resources—from simple web apps to complex cloud applications.
Key Features
-
Search resources, services, and documentation
-
Manage resources efficiently
-
Create dashboards and pin favorites for easy access
-
Access Cloud Shell directly from the portal
-
Receive notifications and alerts
-
Quick links to Azure documentation
-
Portal URL: https://portal.azure.com
Azure Mobile App
-
Monitor resources on-the-go (iOS or Android)
-
Check status, metrics, and alerts remotely
-
Diagnose and fix issues (restart VMs, web apps, etc.)
-
Execute Azure CLI or PowerShell commands from mobile
Using the Portal
-
Open Help & Support (
?icon) → Launch Guided Tour -
Check Keyboard Shortcuts for productivity
-
Navigate to your Dashboard (
G + D)
Customizing Your Experience
-
Create a New Dashboard
-
Add, pin, move, resize, delete tiles
-
Change color themes via Settings
-
Reorder Favorites
-
Pin Cost Management & Billing info to dashboard
-
Use the Search box to find resources (e.g.,
Resource groups→+ Add)
Azure Cloud Shell
Azure Cloud Shell is a browser-accessible command-line environment for managing Azure resources.
Key Features
-
Temporary session with per-user host
-
Requires a resource group, storage account, and Azure File share
-
Integrated Monaco Editor for editing files
-
Automatic authentication with Azure
-
20-minute timeout without activity
-
$HOME persists in a 5-GB file share
-
Supports Bash (Linux) or PowerShell (Windows)
-
Uses the same Azure file share for both shells
Demonstration Steps
Configuring Cloud Shell
-
Click the Cloud Shell icon
-
Choose PowerShell or Bash
-
Create a Storage Account if needed
-
Select your Subscription and Create Storage
PowerShell Commands
-
Get-AzSubscription→ List subscriptions -
Get-AzResourceGroup→ List resource groups
Bash Commands
-
az account list→ List subscriptions -
az resource list→ List resources -
Tab completion supported
Cloud Editor
-
Launch with
code .or click {} icon -
Edit files, change settings (text size/font)
-
Upload/download files
-
Save and close editor using the ellipsis (
...)