PowerShell Cmdlets Flashcards
1
Q
What is the command to deploy an ARM template with parameters?
A
New-AzResourceGroupDeployment -ResourceGroupName -TemplateFile -TemplateParameterFile
2
Q
What is the command to deploy an ARM template in Complete mode?
A
New-AzResourceGroupDeployment -ResourceGroupName -Mode Complete