READ Free Dumps For Microsoft- 70-533
Question ID 13705 | You manage an Azure Web Site named contososite.
You download the subscription publishing credentials named Contoso-
Enterprise.publishsettings.
You need to use Azure Power Shell to achieve the following:
Which commands should you use? To answer, drag the appropriate Azure PowerShell
command to the correct location in the solution. Each command may be used once, more
than once, or not at all. You may need to drag the split bar between panes or scroll to view
content.
|
Option A |
|
Correct Answer | A |
Explanation
Question ID 13706 | You manage several Azure virtual machines (VMs). You create a custom image to be used
by employees on the development team.
You need to ensure that the custom image is available when you deploy new servers.
Which Azure Power Shell cmdlet should you use?
|
Option A | Update-AzureVMImage
|
Option B | Add-AzureVhd
|
Option C | Add-AzureVMImage
|
Option D | Update-AzureDisk
|
Option E | Add-AzureDataDisk
|
Correct Answer | C |
Explanation Explanation: The Add-AzureVMImage cmdlet adds an operating system image to the image repository. The image should be a generalized operating system image, using either Sysprep for Windows or, for Linux, using the appropriate tool for the distribution. Example This example adds an operating system image to the repository. Windows PowerShell C:\PS>Add-AzureVMImage -ImageName imageName -MediaLocation http://yourstorageaccount.blob.core.azure.com/container/sampleImage.vhd -Label References: