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?
Include an output in the 'outputs' section
Define an input in the 'parameters' section
Set the location property directly in the 'resources' section
Add a variable declaration in the 'variables' section