Microsoft Exam Questions

You need to ensure that you are able to deploy the BGInfo and VMAccess extensions

You administer a Windows Server virtual machine (VM).
You upload the VM to Azure.
You need to ensure that you are able to deploy the BGInfo and VMAccess extensions.
What should you do?

A.
Select the Install the VM Agent checkbox while provisioning a VM based on your
uploaded VHD.

B.
Select the Enable the VM Extensions checkbox while provisioning a VM based on your
uploaded VHD.

C.
Install the VM Agent MSI and execute the following Power Shell commands: $vm = GetAzureVM -serviceName $svc -Name $name $vm.VM.ProvisionGuestAgent = $true UpdateAzureVM -Name Sname -VM $vm.VM -ServiceName $svc

D.
Install the VM Agent MSI and execute the following Power Shell commands: $vm = GetAzureVM -serviceName $svc -Name $name Set-AzureVMBGInfoExtension -VM $vm.VM
Set-AzureVM Access Extension -VM $vm.VM Update-AzureVM -Name Sname -VM $vm.VM -ServiceName $svc

Explanation:
http://msdn.microsoft.com/en-us/library/azure/dn606311.aspx