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
Requirements
- Resource group must been created with a valid name and location.
Input values
- tagBillingIdentifier : BillingIdentifier tag.
- SqlServerCustomName : The name to use for the SQL Server
- rgLocation : The Azure Region that the resource should be created. Defaults to the current resource groups location
- SqlServerLogin : The name of the account to use for the SQL Server login
- SqlServerPassword : The password of the SQL Server Login. This must meet complexity requirements otherwise deployment will fail.
- EnablePrivateEndpoint : Indicates whether the SQL Server should be created with a private endpoint in a virtual network
- PrivateEndpointVirtualNetworkName : The name of the virtual network to be used for creating the private endpoint
- PrivateEndpointSubNetName : The name of the subnet to which the private endpoint should be attached.
Output values
- SqlServerResourceId : The resource Id of the SQL Server
- SqlServerName : The name of the SQL Server
Additional information
We can implement multiple virtual networks within each Azure subscription and Azure region. Each virtual network is isolated from other virtual networks.