AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: Identify the missing word(s) in the following azure video

Question 1 Be Honest
« Back   Next azure dp-900-data-fundamentals Question »
Answer

Full Certification Question

Identify the missing word(s) in the following sentence within the context of Microsoft Azure. [?] describes the service (or services) that are to be deployed in a text file, in a format known as JSON (JavaScript Object Notation). The example below shows a template that the user can provision an instance of Azure SQL Database. "resources" : [ { "name" : "sql-server-dev" , "type" : "Microsoft.Sql/servers" , "apiVersion" : "2014-04-01-preview" , "location" : "[parameters('location')]" , "tags" : { "displayName" : "SqlServer" } "properties" : {} } ]