03 - Administer Azure Resources
Demonstration – Azure Portal
In this demonstration, we will explore the Azure portal.
Reference: Manage Azure portal settings and preferences
Reference: Create a dashboard in the Azure portal
Reference: How to create an Azure support request
-
Access the Azure Portal.
-
Select the Support & Troubleshooting icon on the top banner. Review the Support resources links.
-
Select the Settings icon on the top banner. Review Appearance + startup views settings.
-
Use the left-side menu and select Dashboard. Edit the dashboard using the Tile Gallery. Discuss customization options.
-
Show how to search for and locate resources.
-
Use the upper left menu to locate All services.
-
As you have time review other features.
-
Ask if the students have any questions.
Demonstration – Cloud Shell
In this demonstration, we will experiment with Cloud Shell.
Reference: Quickstart for Azure Cloud Shell
Configure the Cloud Shell
-
Access the Azure Portal.
-
Click the Cloud Shell icon on the top banner.
-
On the Welcome to the Shell page, notice your selections for Bash or PowerShell. Select PowerShell.
-
Discuss how the Azure Cloud Shell requires an Azure file share to persist files. If necessary, configure the storage share.
Experiment with Azure PowerShell and Bash
-
Ensure the PowerShell shell is selected and try a few commands. For example, Get-AzSubscription and Get-AzResourceGroup.
-
Show how auto-complete works. Show how to clear the screen, cls.
-
Ensure the Bash shell is selected and try a few commands. For example, az account list and az resource list.
-
Ask if students have any questions on using the PowerShell or Bash commands.
Experiment with the Cloud shell editor (optional)
-
To use the Cloud Editor, select the curly braces icon.
-
Select a file from the left navigation pane. For example, .profile.
-
Notice on the editor top banner, selections for Settings (Text Size and Font) and Upload/Download files.
-
Notice on the ellipsis (...) on the far right for Save, Close Editor, and Open File.
-
Experiment as you have time, then close the Cloud Editor.
-
Close the Cloud Shell.
Demonstration – QuickStart Templates
In this demonstration, we will explore QuickStart templates.
Reference: Tutorial - Create & deploy template - Azure Resource Manager
-
Start by browsing to the Azure Quickstart Templates gallery. Notice there are JSON and Bicep examples.
-
Ask students if there are any specific templates that are of interest. If not, select a template. For example, the Deploy a simple Windows VM with tags template.
-
Discuss how the Deploy to Azure button enables you to deploy the template directly through the Azure portal.
-
Deploy the JSON template and discuss how you can edit the template and parameters file. Review the purpose of the files. As you have time, review the syntax.
-
Return to the code samples gallery, and locate a Bicep template. For example, Create a Create a Standard Storage Account.
-
Deploy the Bicep template and discuss how you can edit the template and parameters file. As you have time, review the syntax.