Microsoft Azure Administrator Associate AZ-104 Practice Question
You are modifying an ARM template to allow users to specify the Azure region for resource deployment, and you want to provide a default region when no value is supplied. Which part of the ARM template should you modify to achieve this?
Define an input in the 'parameters' section
Add a variable declaration in the 'variables' section
Include an output in the 'outputs' section
Set the location property directly in the 'resources' section