You have an Azure subscription that has a virtual machine named VM1. VM1 runs a line-of-business application named APP1.You create two additional virtual machines named VM2 and VM3 to host APP1You need to ensure that there is always at least one virtual machine online to host App1.Which command should you run? To answer, select the appropriate options in the answer area.The Get-AzureVM cmdlet retrieves information about virtual machines running in Azure. It returns an object with information on a specific virtual machine, or if no virtual machine is specified, for all the virtual machines in the specified service of the current subscription.Reference:https://msdn.microsoft.com/fr-fr/library/azure/dn495236.aspx
Question:
Which command should you run?
Options:
Export-AzureVM
Get-AzureaffinityGroup
Get-AzureEndPoint
Get-AzureVM
Correct Answer
The Correct Answer for this Question is
Get-AzureVM