vdc/Modules/SQLDatabase/2.0
Jorge Cotillo 7a33fbccc5
ASE/SQL DB pipeline (#73)
* moved hardcoded parameters to reference tokens

* updated org name

* added missing location

* downgrade api versions - adds

* updated adds vm name

* Update pipeline.yml for Azure Pipelines

* Update pipeline.yml for Azure Pipelines

* temp update of self hosted agent name

* restablish self hosted agent name

* updated organization name

* added dependsOn to landing zone pipeline

* fixed module configuration names

* fixed missing pipeline property

* fixed yaml syntax

* fixed dependson

* fixed path

* fixed deployment name

* fixed parameter format

* set diagnostic storage access key as secured string

* removed service endpoint on storage account

* fixed output references

* fixed parameter name

* Moved phased wait log to write-debug

* fixed travis path
2019-07-06 14:08:46 -07:00
..
Pipeline ASE sql archetype (#71) 2019-07-05 14:33:50 -07:00
Policy ASE sql archetype (#71) 2019-07-05 14:33:50 -07:00
RBAC ASE sql archetype (#71) 2019-07-05 14:33:50 -07:00
Scripts ASE sql archetype (#71) 2019-07-05 14:33:50 -07:00
Tests ASE sql archetype (#71) 2019-07-05 14:33:50 -07:00
deploy.json ASE/SQL DB pipeline (#73) 2019-07-06 14:08:46 -07:00
parameters.json ASE sql archetype (#71) 2019-07-05 14:33:50 -07:00
readme.md ASE sql archetype (#71) 2019-07-05 14:33:50 -07:00

readme.md

SQL Database

This module deploys a SQL database on an existing SQL server.

Deployed Resources

The following resources are deployed as part of this code block:

  • SQL Database

On the SQL database Transparent Data Encryption is enabled by default.

Deployment prerequisites

The name of an existing SQL Server is required to deploy a database on it.

Parameters

SQL Database

Parameter Name Default Value Description
location resourceGroup().location Optional. Azure region where the SQL managed instance will be deployed.
databaseName Required. The name of the SQL database.
skuName GP_Gen5_2 Optional. The name of the SKU.
skuTier GeneralPurpose Optional. The tier of the SKU.
collation SQL_Latin1_General_CP1_CI_AS Optional. The database collation for governing the proper use of characters
maxSizeBytes 34359738368 Optional. The max size of the database expressed in bytes.
serverName Required. The name of the SQL server on which the database will be created.
sampleName Optional. Indicates the name of the sample schema to apply when creating the database.
zoneRedundant false Optional. Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.
licenseType LicenseIncluded Optional. The license type. Possible values are 'LicenseIncluded' and 'BasePrice'.
readScale Disabled Optional. If the database is a geo-secondary, readScale indicates whether read-only connections are allowed to this database or not. Enabled or Disabled.
readReplicaCount 0 Optional. Number of replicas to be created.
minCapacity Optional.
autoPauseDelay Optional. Defines the period of time the database must be inactive before it is automatically paused.

Additional resources