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

  1. Access the Azure Portal.

  2. Select the Support & Troubleshooting icon on the top banner. Review the Support resources links.

  3. Select the Settings icon on the top banner. Review Appearance + startup views settings.

  4. Use the left-side menu and select Dashboard. Edit the dashboard using the Tile Gallery. Discuss customization options.

  5. Show how to search for and locate resources.

  6. Use the upper left menu to locate All services.

  7. As you have time review other features.

  8. 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

  1. Access the Azure Portal.

  2. Click the Cloud Shell icon on the top banner.

  3. On the Welcome to the Shell page, notice your selections for Bash or PowerShell. Select PowerShell.

  4. 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

  1. Ensure the PowerShell shell is selected and try a few commands. For example, Get-AzSubscription and Get-AzResourceGroup.

  2. Show how auto-complete works. Show how to clear the screen, cls.

  3. Ensure the Bash shell is selected and try a few commands. For example, az account list and az resource list.

  4. Ask if students have any questions on using the PowerShell or Bash commands.

Experiment with the Cloud shell editor (optional)

  1. To use the Cloud Editor, select the curly braces icon.

  2. Select a file from the left navigation pane. For example, .profile.

  3. Notice on the editor top banner, selections for Settings (Text Size and Font) and Upload/Download files.

  4. Notice on the ellipsis (...) on the far right for Save, Close Editor, and Open File.

  5. Experiment as you have time, then close the Cloud Editor.

  6. Close the Cloud Shell.

Demonstration – QuickStart Templates

In this demonstration, we will explore QuickStart templates.

Reference: Tutorial - Create & deploy template - Azure Resource Manager

  1. Start by browsing to the Azure Quickstart Templates gallery. Notice there are JSON and Bicep examples.

  2. 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.

  3. Discuss how the Deploy to Azure button enables you to deploy the template directly through the Azure portal.

  4. 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.

  5. Return to the code samples gallery, and locate a Bicep template. For example, Create a Create a Standard Storage Account.

  6. Deploy the Bicep template and discuss how you can edit the template and parameters file. As you have time, review the syntax.