Provisioning SQL Databases — Question 33

You are developing customized Microsoft Azure Resource Group templates to automate the process of deploying Microsoft SQL Server in Azure to enforce consistency during future deployments.
You need to deploy the customized templates to the Azure environment and to external endpoints.
Which resource value should you populate?

Answer options

Correct answer: A

Explanation

The correct answer is A, as the 'resources' section is where you define the actual resources that will be deployed, including Microsoft SQL Server. The other options, such as 'name', 'tags', and 'properties', do not serve the purpose of specifying the resources in the deployment templates.