PrepAway - Latest Free Exam Questions & Answers

You need to deploy a virtual machine (VM) and ensure that it is a member of the fabrikamVNet virtual network

You administer an Azure virtual network named fabrikamVNet.
You need to deploy a virtual machine (VM) and ensure that it is a member of the
fabrikamVNet virtual network. What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
Run the New-AzureVM Power Shell cmdlet.

B.
Run the New-AzureQuickVM Power Shell cmdlet.

C.
Run the New-AzureAfhnityGroup Power Shell cmdlet.

D.
Update fabrikamVNet’s existing Availability Set.

Explanation:
http://msdn.microsoft.com/en-us/library/dn495183.aspx

20 Comments on “You need to deploy a virtual machine (VM) and ensure that it is a member of the fabrikamVNet virtual network

  1. Pras says:

    It is B

    PS C:\> Get-Help New-AzureVM
    SYNTAX
    New-AzureVM -ServiceName -VMs [-DeploymentLabel ] [-DeploymentName ] [-VNetName ] [-DnsSettings ] [-InternalLoadBalancerConfig ] [-WaitForBoot] [-ReservedIPName ] []

    PS C:\> Get-Help New-AzureQuickVM
    SYNTAX
    New-AzureQuickVM -Windows -ServiceName -ImageName [-Name ] [-Password ] [-ReverseDnsFqdn ] [-Location ] [-AffinityGroup ] [-AdminUsername ] [-Certificates] [-WaitForBoot] [-DisableWinRMHttps] [-EnableWinRMHttp] [-WinRMCertificate] [-X509Certificates ] [-NoExportPrivateKey] [-NoWinRMEndpoint] [-VNetName
    ] [-SubnetNames ] [-DnsSettings ] [-HostCaching {ReadWrite | ReadOnly}] [-AvailabilitySetName ] [-InstanceSize ] [-MediaLocation ] [-DisableGuestAgent] [-CustomDataFile ] [-ReservedIPName ] []




    0



    0
  2. Arie says:

    Both A and B are correct, therefore we need to look at which would be the best answer. Answer B is the correct answer then, as it provides you with more parameters to set than answer A does, allowing you to configure more elements when deploying a new VM.




    0



    0
  3. TTTfreeTTT says:

    You are right, A and are correct. For me the Exam espected best answer is A : It takes us less administrative effort and less time to accomplish the new VM.




    0



    0
  4. challenge says:

    A typically stupid and pointless Microsoft exam question… as both technically correct – however the answer is B as Marc says.

    New-AzureQuickVM
    Single VM with a simple configuration based on an image only, availability set name, subnet and virtual network, location and affinity group, x509 certificates and SSH certificates on Linux VMs




    0



    0
  5. Prady says:

    Both cmdlets have the VNetName parameter. The diff is that New-AzureQuickVM has several more parameter options and provisions the VM as well. The question is faulty as it doesn’t provide enough to narrow down.




    0



    0

Leave a Reply