Question : 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?
1. Select the Install the VM Agent checkbox while provisioning a VM based on your uploaded VHD. 2. Select the Enable the VM Extensions checkbox while provisioning a VM based on your uploaded VHD. 3. Access Mostly Uused Products by 50000+ Subscribers UpdateAzureVM -Name Sname -VM $vm.VM -ServiceName $svc 4. 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
Correct Answer : Get Lastest Questions and Answer : Explanation: nothing says the VM is already uploaded One just tell us it is on premise and I want to upload it to Azure
so answer is A because it is the simple one . Why not D?
We had to install TWO extension: BGInfo and VMAccess extensions
This is the only command line that install both of them.
The question does not say we created the VM from the portal, but we upload the VM. So BGInfo is not set by default.
Question : You manage a cloud service that supports features hosted by two instances of an Azure virtual machine (VM). You discover that occasional outages cause your service to fail. You need to minimize the impact of outages to your cloud service. Which two actions should you perform? Each correct answer presents part of the solution.
A. Deploy a third instance of the VM.
B. Configure Load Balancing on the VMs.
C. Redeploy the VMs to belong to an Affinity Group.
Correct Answer : Get Lastest Questions and Answer : Explanation: Adding your virtual machine to an availability set helps your application stay available during network failures, local disk hardware failures, and any planned downtime.
Combine the Azure Load Balancer with an Availability Set to get the most application resiliency. The Azure Load Balancer distributes traffic between multiple virtual machines.
Incorrect Not C: Affinity groups allow you to optimize performance by grouping the services that need to work together in the same data center.
Question : You administer an Azure subscription with an existing cloud service named contosocloudservice. Contosocloudservice contains a set of related virtual machines (VMs) named ContosoDC, ContosoSQL and ContosoWeb1. You want to provision a new VM within contosocloudservice.
You need to use the latest gallery image to create a new Windows Server 2012 R2 VM that has a target IOPS of 500 for any provisioned disks. Which PowerShell command should you use?
Correct Answer : Get Lastest Questions and Answer : Explanation: Possible only A and B as are the only ones with the required -adminuser Then A is the only one that provides 500IOPS