Which cmdlet should you run to deploy the template?Looks like it's D here since the schema in the template points to a subscription-level deployment. See this style in official practice tests a lot. If you want to double-check, check out the Microsoft docs or work through their lab environments-those make it clear too. Anyone see different guidance?
I don't think it's A. Subscription-level templates like this need D because New-AzResourceGroupDeployment is only for resource group scope, right?
Pretty clear it's D for this one. The template uses a subscription-level schema so New-AzDeployment is the right cmdlet. B would only be correct if we were staying at the resource group level I think, but not here. Agree?