Name | Description | Type | Default | Required |
---|---|---|---|---|
database_name | The name of the database | string | - | yes |
db_admin_login | The Administrator Login for the MySQL Server. Changing this forces a new resource to be created | string | - | yes |
existing_resource_group_name | Name of the resource group to place the SQL resources in | string | - | yes |
fw_rule_end_ip | Specifies the End IP Address associated with this Firewall Rule | string | - | yes |
fw_rule_name | Specifies the name of the MySQL Firewall Rule | string | - | yes |
fw_rule_start_ip | Specifies the Start IP Address associated with this Firewall Rule | string | - | yes |
location | Location of the resources | string | West Europe |
no |
mysql_server_capacity | Specifies the DTU's for this MySQL Server. Possible values are 50 and 100 DTU's when using a Basic SKU and 100, 200, 400 or 800 when using the Standard SKU | string | 50 |
no |
mysql_server_name | Specifies the SKU Name for this MySQL Server. Possible values are: MYSQLB50, MYSQLB100, MYSQLS100, MYSQLS200, MYSQLS400 and MYSQLS800 | string | MYSQLB50 |
no |
mysql_server_tier | Specifies the SKU Tier for this MySQL Server. Possible values are Basic and Standard | string | Basic |
no |
mysql_server_version | Specifies the version of MySQL to use. Valid values are 5.6 and 5.7. Changing this forces a new resource to be created. | string | 5.7 |
no |
mysql_ssl_enforcement | Specifies if SSL should be enforced on connections. Possible values are Enforced and Disabled. | string | Enabled |
no |
mysql_storage_mb | Specifies the amount of storage for the MySQL Server in Megabytes | string | 51200 |
no |
name_prefix | Fetched by environment variable | string | - | yes |
Name | Description |
---|---|
mysql_fqdn | The FQDN of the MySQL Server. |
mysql_server_password | Auto generated password for the DB |