AZ-104 Exam EP 10: Azure Portal & Cloud Shell
Table of Contents
Introduction
This tutorial provides a comprehensive guide to using the Azure Portal and Azure Cloud Shell, as highlighted in the AZ-104 Exam series. Understanding these tools is essential for Azure administrators, as they help in managing cloud resources efficiently. This guide will walk you through the Azure Portal interface, the Azure Mobile App, and the Azure Cloud Shell to enhance your cloud management skills.
Step 1: Navigate the Azure Portal
-
Access the Azure Portal:
- Open your web browser and go to the Azure Portal at portal.azure.com.
- Log in with your Azure account credentials.
-
Familiarize with the Interface:
- Explore the dashboard to understand its layout.
- Take note of the navigation pane on the left for quick access to resources.
-
Customize Your Dashboard:
- Add or remove tiles to personalize your view.
- Click on the "Customize dashboard" button to make adjustments.
Step 2: Utilize the Azure Mobile App
-
Download the Azure Mobile App:
- Available on both Android and iOS platforms.
- Search for "Microsoft Azure" in your device's app store and install it.
-
Sign In to Your Account:
- Open the app and log in with your Azure credentials.
-
Explore Key Features:
- Monitor resources and alerts on the go.
- Use the app to manage subscriptions and view notifications.
Step 3: Work with Azure Cloud Shell
-
Access Azure Cloud Shell:
- Within the Azure Portal, click on the Cloud Shell icon (>) in the top menu bar.
-
Choose Your Shell Environment:
- Select either Bash or PowerShell based on your preference.
-
Run Basic Commands:
- Familiarize yourself with some basic commands:
# List all your Azure resources az resource list # Create a new resource group az group create --name MyResourceGroup --location eastus
- Familiarize yourself with some basic commands:
-
Store and Manage Scripts:
- Use the integrated editor to create and save scripts.
- Access your scripts later for reuse.
Conclusion
In this tutorial, you learned how to navigate the Azure Portal, utilize the Azure Mobile App, and work with Azure Cloud Shell. Each of these tools plays a vital role in effective cloud management. As a next step, practice using these tools with real Azure resources to gain hands-on experience. Consider exploring additional features and functionalities within the Azure ecosystem to further enhance your skills.