2023-06-07 09:22:12 -07:00
---
demo:
2023-06-08 10:47:28 -07:00
title: 'Demonstration 03: Administer Azure Resources'
2025-10-11 08:55:18 -04:00
module: 'Administer Azure Resources'
2023-06-07 09:22:12 -07:00
---
# 03 - Administer Azure Resources
## Demonstration -- Azure Portal
In this demonstration, we will explore the Azure portal.
2023-06-08 15:37:27 -07:00
**Reference**: [Manage Azure portal settings and preferences ](https://docs.microsoft.com/azure/azure-portal/set-preferences )
2023-06-08 15:31:33 -07:00
2023-06-08 15:37:27 -07:00
**Reference**: [Create a dashboard in the Azure portal ](https://docs.microsoft.com/azure/azure-portal/azure-portal-dashboards )
2023-06-07 09:22:12 -07:00
2023-06-08 15:37:27 -07:00
**Reference**: [How to create an Azure support request ](https://docs.microsoft.com/azure/azure-portal/supportability/how-to-create-azure-support-request )
2023-06-07 09:22:12 -07:00
1. Access the Azure Portal.
2023-06-13 05:57:55 -07:00
1. Select the **Support & Troubleshooting** icon on the top banner. Review the **Support resources** links.
2023-06-07 09:22:12 -07:00
1. Select the **Settings** icon on the top banner. Review **Appearance + startup views** settings.
2023-08-24 09:55:46 -07:00
1. Use the left-side menu and select **Dashboard** . **Edit** the dashboard using the **Tile Gallery** . Discuss customization options.
2023-06-07 09:22:12 -07:00
2023-08-24 09:55:46 -07:00
1. Show how to search for and locate resources.
1. Use the upper left menu to locate **All services** .
1. As you have time review other features.
1. Ask if the students have any questions.
2023-06-07 09:22:12 -07:00
## Demonstration -- Cloud Shell
In this demonstration, we will experiment with Cloud Shell.
2023-06-08 15:37:27 -07:00
**Reference**: [Quickstart for Azure Cloud Shell ](https://learn.microsoft.com/en-us/azure/cloud-shell/quickstart?tabs=azurecli )
2023-06-07 09:22:12 -07:00
2023-06-08 15:31:33 -07:00
**Configure the Cloud Shell**
2023-06-07 09:22:12 -07:00
1. Access the **Azure Portal** .
1. Click the **Cloud Shell** icon on the top banner.
1. On the Welcome to the Shell page, notice your selections for Bash or PowerShell. Select **PowerShell** .
1. 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** .
1. Show how auto-complete works. Show how to clear the screen, **cls** .
1. Ensure the **Bash** shell is selected and try a few commands. For example, **az account list** and **az resource list** .
1. 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.
1. Select a file from the left navigation pane. For example, ** .profile**.
1. Notice on the editor top banner, selections for Settings (Text Size and Font) and Upload/Download files.
2024-02-21 16:31:41 +00:00
1. Notice on the ellipsis (**\...**) on the far right for **Save** , **Close Editor** , and **Open File** .
2023-06-07 09:22:12 -07:00
1. Experiment as you have time, then **close** the Cloud Editor.
1. Close the Cloud Shell.
## Demonstration -- QuickStart Templates
In this demonstration, we will explore QuickStart templates.
2023-06-08 15:37:27 -07:00
**Reference**: [Tutorial - Create & deploy template - Azure Resource Manager ](https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-tutorial-create-first-template?tabs=azure-powershell )
2023-06-07 09:22:12 -07:00
2025-10-11 08:55:18 -04:00
1. Start by browsing to the [Azure Quickstart Templates gallery ](https://learn.microsoft.com/en-us/samples/browse/?expanded=azure&products=azure-resource-manager ). Notice there are JSON and Bicep examples.
2023-06-07 09:22:12 -07:00
2025-10-11 08:55:18 -04:00
1. 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 ](https://learn.microsoft.com/en-us/samples/azure/azure-quickstart-templates/vm-tags/ ) template.
2023-06-07 09:22:12 -07:00
2025-10-11 08:55:18 -04:00
1. Discuss how the **Deploy to Azure** button enables you to deploy the template directly through the Azure portal.
2023-06-07 09:22:12 -07:00
1. **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.
2025-10-11 08:55:18 -04:00
1. Return to the code samples gallery, and locate a Bicep template. For example, [Create a Standard Storage Account ](https://learn.microsoft.com/en-us/samples/azure/azure-quickstart-templates/storage-account-create/ ).
2023-06-07 09:22:12 -07:00
2023-06-07 09:30:45 -07:00
1. **Deploy** the Bicep template and discuss how you can edit the template and parameters file. As you have time, review the syntax.