
Explanation/Reference:
Explanation:
Box 1: ReservedIP
Set the variable ReservedIP, which is later used in the third statement.
Box 2:New-AzureReservedIP
The New-AzureReservedIP cmdlet creates a reserved IP address.
You want to create a new VM named MyApp that will have a fixed IP address.
Box 3: West US
You want to create a new VM named MyApp that will have a fixed IP address and be hosted by an Azure Datacenter in the US West region.
Box 4: ReservedIPName
The -ReservedIPName parameter, of the New-AzureVM command, specifies the name of the reserved IP address.
Box 5: West US
The location should West US, just as in Box 3.
Reference:
https://docs.microsoft.com/en-us/powershell/module/azure/new-azurereservedip?view=azuresmps-4.0.0
https://docs.microsoft.com/en-us/powershell/module/azure/new-azurevm?view=azuresmps-4.0.0