Microsoft Azure ⭐️⭐️ Developer Associate (AZ-204) > PowerShell Cmdlets > Flashcards
What is the command to deploy an ARM template with parameters?
New-AzResourceGroupDeployment -ResourceGroupName -TemplateFile -TemplateParameterFile
What is the command to deploy an ARM template in Complete mode?
New-AzResourceGroupDeployment -ResourceGroupName -Mode Complete