Back to Azure Bicep templates index <–
A SQL database engine, based on the Enterprise Edition of SQL Server, that is optimized for modern application development.
Template Locations
Online documentation
Template reference
Service description
Related Azure Resources
| Resource | Description | Automation |
|---|---|---|
| Allows you to manage an Azure SQL Database | Allows you to manage an Azure SQL Database | TerraformModule |
Requirements
- A SQL server is required to deploy the SQL Database to.
Input values
- tagBillingIdentifier : BillingIdentifier tag.
- rgLocation : The location of the resource group where the database is to be created.
- sdbcustomname : The name of the database to be created.
- sdbSku : The Sku of the database (Default: { tier: ‘Basic’b name : ‘Basic’}).
- sdbMaxSizeBytes : The maximum size of the database in bytes (Default: 1GB / 1073741824 bytes).
-
sdbCollation : The collation for the database SQL_Latin1_General_CP1_CI_AS. - sqsName : The name of the SQL Server where the database is to be created.
Output values
- sdbName : Outputs the name of the created SQL Database
- sdbResourceId : Outputs the resourceId of the created SQL Database
Additional information
The template contains the basic settings for an Azure SQL Database, only the SQL Server name, max size, edition, performance level, collation and the resource group needs to be specified. Specific configuration needs can be set with the sql-database-get-started-cli.
Security
azSDK gives these actions to apply monitoring
azSDK gives the following security control to be evaluated <!–
–>