Estimated time: 10
The goal of this task is to provision multiple Azure resources using both the Azure portal and Azure PowerShell. The resources include a resource group, a virtual machine, and a storage account.
There is no setup required for this task.
For this requirement you will provision a resource group named task-basic-rg using the Azure portal. Use a region that is close to you.
For this requirement you will provision a virtual machine using the Azure portal. Use the following settings:
Setting | Value |
---|---|
Name | basic-vm |
Resource group | task-basic-rg |
Region | <same as the resource group> |
Image | Windows Server 2016 Datacenter |
Size | Standard_D2S_V3 |
Admin user | student |
Admin password | <A strong password> |
Use defaults for all other settings, but go through all of the screens to see what options are available.
Finally, use the Azure PowerShell commandlets to provision a storage account. If you have the PowerShell commandlets on your machine you can use them, otherwise open a PowerShell cloud shell. Use the following settings for the storage account:
Setting | Value |
---|---|
Name | <a unique name> |
Resource group | task-basic-rg |
Location | <same as the resource group> |
Kind | Standard V2 |
Default access | Hot |
After you have completed this task, delete the task-basic-rg resource group.