MySQL
Connect to MySQL database server
To use this connection type within the API, use a ConnectionTypeCode of MYSQL.
Variable Reference
The following variables are supported:
-
ServerName- (Required) NULL -
Port- (Required) NULL -
DatabaseName- (Required) NULL -
UsernameSecretName- (Required) The name of the Key Vault secret containing the Username to connect to the database. -
PasswordSecretName- (Required) The name of the Key Vault secret containing the Password to connect to the database.