Does the solution meet the goal?

Note: This question is part of a series of questions that present the same scenario. Each question in
the series contains a unique solution. Determine whether the solution meets stated goals.
Your company plans to use Microsoft Azure Resource Manager templates for all future deployments of SQL
Server on Azure virtual machines.
You need to create the templates.
Solution: You use Visual Studio to create a XAML template that defines the deployment and configuration
settings for the SQL Server environment.
Does the solution meet the goal?

Note: This question is part of a series of questions that present the same scenario. Each question in
the series contains a unique solution. Determine whether the solution meets stated goals.
Your company plans to use Microsoft Azure Resource Manager templates for all future deployments of SQL
Server on Azure virtual machines.
You need to create the templates.
Solution: You use Visual Studio to create a XAML template that defines the deployment and configuration
settings for the SQL Server environment.
Does the solution meet the goal?

A.
Yes

B.
No

Explanation:
Azure Resource Manager template consists of JSON, not XAML, and expressions that you can use to construct
values for your deployment.
A good JSON editor can simplify the task of creating templates.
Note: In its simplest structure, an Azure Resource Manager template contains the following elements:
{
“$schema”: “http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#”,
“contentVersion”: “”,
“parameters”: { },
“variables”: { },
“resources”: [ ],
“outputs”: { }
}
https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-authoringtemplates



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Sheree

Sheree

Please contact me and we can share some real exam questions knowledge related to exams questions.
shereeroberts at protonmail dot com