exam questions

Exam 70-765 All Questions

View all questions & answers for the 70-765 exam

Exam 70-765 topic 1 question 2 discussion

Actual exam question from Microsoft's 70-765
Question #: 2
Topic #: 1
[All 70-765 Questions]

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 create the desired SQL Server configuration in an Azure Resource Group, then export the Resource Group template and save it to the Templates
Library.
Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Azure Resource Manager template consists of JSON, and expressions that you can use to construct values for your deployment.
A good JSON editor, not a Resource Group template, can simplify the task of creating templates.
Note: In its simplest structure, a 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": { }
}
References:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-authoring-templates

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
munro1900
4 years, 5 months ago
I believe it's A as well because once you created your VM with SQL you can go to the Resource Groups, click on the resource and export the template directly to the Template Library [add to library(preview)].
upvoted 1 times
...
mickeyisacat615
4 years, 7 months ago
Tested as well. It is A Automation->Export template->Add to library(preview)
upvoted 1 times
...
RohitRaj2311
4 years, 8 months ago
It is A. I tested it.
upvoted 2 times
...
axdev
4 years, 11 months ago
There is the same question later and someone suggested that you can actually export a template from the Resource group. I agree. The correct answer is A (Yes).
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...