Administering Relational Databases on Microsoft Azure (DP-300) Test 1
© examsiri.com
Question : 38 of 39
Marks:
+1,
-0
HOTSPOT
You have the following Azure Resource Manager template.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
You have the following Azure Resource Manager template.
...
"variable": {
"serverName": "azsqldbaerver0001"
}.
"resource"; I
{
"name": "[variables ('serverName')]",
"type": "Microsoft.Sq1/servers",
"apiVeraion"t "2019-06-01-preview",
"location": "[parameters('location')]",
"properties": I
"administratorLogin": "[parameters('administratorLogin') ]",
"administratorLoginPassword": "(parametera('administratorLoginpasaword') ]",
"veraion": "12.0"
},
"resources": [
{
"name": "[concat(variables ('serverName'), '/", parameters('databaseName')) ]",
"type": "Microsoft.sq1/servers/databases",
"apiveraion"; "2020-08-01-preview",
"location": "[parameters('location')]",
"kind": "v12.0"
"sku" :
"name": "Standard",
"tier": "standard",
"capacity": 10
},.
"dependson": [
"[concat ('Microsoft. Sql/servers/", variables ('serverName'))]"
].
"properties": {
},
"resources" [
]
}
]
}
},
..... For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
- The template deploys a serverless Azure SQL database. ______
- The template deploys a database to an Azure SQL Database managed instance. ______
- The pricing tier of the database deployment is based on DTUs. ______
Go to Question: