Question : You manage a virtual Windows Server web server that is hosted by an on-premises Windows Hyper-V server. You plan to use the virtual machine (VM) in Azure. You need to migrate the VM to Azure Storage to add it to your repository. Which Azure Power Shell cmdlet should you use? 1. Import-AzureVM
Correct Answer : Get Lastest Questions and Answer : Exp: How do I move an existing virtual machine to the cloud? The steps are pretty basic: ? Create a place to store your hard disk in Windows Azure ? Prepare your virtual hard disk ? Upload your virtual hard disk ? Create your machine in Windows Azure
* Add-AzureVhd Uploads a virtual hard disk (in .vhd file format) from an on-premises virtual machine to a blob in a cloud storage account in Azure.
The Add-AzureVhd cmdlet allows you to upload on-premises virtual hard disks (in .vhd file format) to a blob storage account as fixed virtual hard disks. You can configure the number of uploader threads that will be used or overwrite an existing blob in the specified Destination URI. Also supported is the ability to upload a patched version of an on-premises .vhd file: When a base virtual hard disk has already been uploaded, you can upload differencing disks that use the base image as the parent. Shared access signature (SAS URI) is supported as well.
Question : You are working as an Administrator in a QucikTechie Inc , and administer a set of virtual machine (VM) guests hosted in Hyper-V on Windows Server 2012 R2. The virtual machines run the following operating systems: Windows Server 2008 Windows Server 2008 R2 Linux (openSUSE 13.1) All guests currently are provisioned with one or more network interfaces with static bindings and VHDX disks. You need to move the VMs to Azure Virtual Machines hosted in an Azure subscription. Which three actions should you perform? Each correct answer presents part of the solution.
A. Install the WALinuxAgent on Linux servers. B. Ensure that all servers can acquire an IP by means of Dynamic Host Configuration Protocol (DHCP). C. Upgrade all Windows VMs to Windows Server 2008 R2 or higher. D. Sysprep all Windows servers. E. Convert the existing virtual disks to the virtual hard disk (VHD) format. 1. A,B,C 2. B,C,D 3. Access Mostly Uused Products by 50000+ Subscribers 4. A,D,E 5. A,C,E
Correct Answer : Get Lastest Questions and Answer : Explanation: You only need to do a sysprep if you are planning to use it for an image. Because Server 2012 is using .vhdx and Azure doesn't yet support .vhdx you need to convert it to vhd.
Question : You are working as an administer in QuickTechie Inc and manage a virtual machine (VM) that is deployed to Azure. You configure a rule to generate an alert when the average availability of a web service on your VM drops below 95 percent for 15 minutes. The development team schedules a one-hour maintenance period. You have the following requirements: - No alerts are created during the maintenance period. - Alerts can be restored when the maintenance is complete. You want to achieve this goal by using the least amount of administrative effort. What should you do from the Management Portal? 1. Select and disable the rule from the Dashboard page of the virtual machine.
2. Select and delete the rule from the Configure page of the virtual machine.
4. Select and disable the rule on the Configure page of the virtual machine.
Correct Answer : Get Lastest Questions and Answer : Exp: After adding metrics to the Monitor page, click to enable / disable the round checkbox next to each metric. On the monitor page when you select the rule you are redirected to the 'Management Services' page where you can disable the rule.
we get to Management Services windows from the Monitor window.
1. Create a new subnet in the existing virtual network and move the four VMs to the new subnet. 2. Create a site-to-site virtual network and move the four VMs to your datacenter. 3. Access Mostly Uused Products by 50000+ Subscribers 4. Create an availability set and associate the four VMs with that availability set.