Exam 070-533 Topic 1 Question 307 Discussion
Actual exam question for Microsoft's 070-533 exam
Question #: 307
Topic #: 1
Question #: 307
Topic #: 1
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?
You need to ensure that the custom image is available when you deploy new servers.
Which Azure Power Shell cmdlet should you use?
Suggested Answer: C Vote an answer
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:
http://msdn.microsoft.com/en-us/library/azure/dn495163.aspx
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:
http://msdn.microsoft.com/en-us/library/azure/dn495163.aspx
by Fitzgerald at Mar 07, 2024, 11:55 AM
Contact Us
If you have any question please leave me your email address, we will reply and send email to you in 12 hours.
Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday
Support: Contact now
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).