azure/Azure MYSQL Deploy
Deploy to Azure MySQL database using SQL script files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| server-name | Server name of Azure DB for Mysql. Example: fabrikam.mysql.database.azure.com. When you connect using Mysql Workbench, this is the same value that is used for Hostname in Parameters | yes | — |
| connection-string | The connection string, including authentication information, for the Azure MySQL Server. (deprecated) | no | — |
| username | Azure MySQL Server username for login | no | — |
| password | Azure MySQL Server password for login | no | — |
| database | Azure MySQL Server database (optional) to connect to. No database will be used automatically. | no | — |
| sql-file | Path to SQL script file to deploy | yes | — |
| arguments | Additional options supported by mysql simple SQL shell. These options will be applied when executing the given file on the Azure DB for Mysql. | no | — |
Outputs
no outputs