exam questions

Exam AZ-140 All Questions

View all questions & answers for the AZ-140 exam

Exam AZ-140 topic 6 question 21 discussion

Actual exam question from Microsoft's AZ-140
Question #: 21
Topic #: 6
[All AZ-140 Questions]

You have an Azure subscription.

You create an Azure Resource Manager (ARM) template named AVD.json that defines an Azure Virtual Desktop deployment.

You need to use PowerShell to provision the deployment by using AVD.json.

Which PowerShell cmdlet should you use?

  • A. New-AzWvdHostPool
  • B. New-AzResource
  • C. New-AzWvdRegistrationInfo
  • D. New-AzResourceGroupDeployment
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jeff1988
7 months, 2 weeks ago
Selected Answer: D
D. New-AzResourceGroupDeployment To provision an Azure Virtual Desktop deployment using an ARM template with PowerShell, you should use the New-AzResourceGroupDeployment cmdlet. This cmdlet allows you to deploy resources defined in an ARM template to a resource group.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

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.

SaveCancel
Loading ...