In this lab, you will use remote access (i.e., SSH) to log in to a Linux VM and install Azure command-line tools in order to deploy basic infrastructure (i.e., a storage account).
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Use SSH to Connect to the Linux Virtual Machine
This objective is complete when you have successfully used SSH to access the virtual machine.
- Install Deployment Tools (Azure CLI Recommended)
This objective is complete when you have successfully installed either Azure PowerShell (also requiring PowerShell) or Azure CLI.
- Connect to Azure
This objective is complete when you have successfully authenticated and connected to the Azure tenant you logged into in the first objective.
- Deploy Basic Infrastructure Using the CLI
This objective is complete when you have successfully deployed the basic infrastructure to Azure and verified deployment either in the command line or the Azure portal.
Deploy a storage account with the following settings:
- Storage account name (the name must be globally unique):
acglearn<RANDOM_NUMBERS><RANDOM_WORD>
- Region: Use the default location
- Performance: Standard
- Redundancy: Locally redundant storage (LRS)
Leave all other settings on their defaults.
- Storage account name (the name must be globally unique):