What should you do?

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 VH
C . Select the Enable the VM Extensions checkbox while provisioning a VM based on your uploaded VH
E . Install the VM Agent MSI and execute the following Power Shell commands:$vm = Get-AzureVM -serviceName $svc -Name $name$vm.V
F . ProvisionGuestAgent = $trueUpdate-AzureVM -Name Sname -VM $vm.VM -ServiceName $svc
G . Install the VM Agent MSI and execute the following Power Shell commands:$vm = Get-AzureVM -serviceName $svc -Name $nameSet-AzureVMBGInfoExtension -VM $vm.VMSet-AzureVM Access Extension -VM $vm.VMUpdate-AzureVM -Name Sname -VM $vm.VM -ServiceName $svc

Answer: C

Explanation:You are uploading a VM to Azure (not provisioning a VM from Azure C so therefore needs the VM Agent MSI)

Is VM Agent installed?

$x = Get-AzureVM -ServiceName $vmName

$x.vm.ProvisionGuestAgent

If ‘False’ C

Latest 70-533 Dumps Valid Version with 351 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments