This page is for deploying a single Database, yet the ARM example is for deploying a SQL Server not a Database.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@JFolberth Thank you for bringing this to our attention. In reviewing the document, the sample is not including Microsoft.Sql/servers/databases, as the Azure Quickstart Template is the 100 series for creating a logical server and I do not see a good example in the available samples. I am going to forward this on to the content team for review, as it seems a good example of creating an logical server instance with a database would be popular template to get started with. Another option is to deploy a single database via the Azure Portal, as per your desired configuration, and then export/save the deployment template for use going forward.
{
"apiVersion": "2017-10-01-preview",
"type": "Microsoft.Sql/servers/databases",
"sku": {
"name": "S0",
"tier": "Standard"
},
@mumian The ARM template this document refers creates a single logical sql server without a database. Is there an example where a database is included in the provisioning configuration?
If not I can try and contribute one later this week.
PR#7706 for this submitted
@JFolberth - Thank you for your contribution. Once the PR is approved, I will update the article.
@mumian PR has been completed
@JFolberth - Thanks for the reminder. I was waiting for the quickstart template to be updated on https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Sql. I will update the article ASAP.
@JFolberth - the article has been updated.