LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Microsoft Azure Administrator Associate AZ-104

Microsoft Azure Administrator Associate AZ-104

Get started today

Ultimate access to all questions.


In Azure, to deploy an ARM template named Template.json using PowerShell from Azure Cloud Shell, which cmdlet is appropriate?

Exam-Like



Explanation:

The correct PowerShell cmdlet to deploy an ARM template to a subscription is New-AzSubscriptionDeployment. This cmdlet is used when the deployment scope is at the subscription level, such as creating a resource group. The other options correspond to different deployment scopes (management group, resource group, tenant) that are not applicable in this context.

Powered ByGPT-5