azure/Azure SQL Deploy
Deploy a database project, DACPAC, or a SQL script to Azure SQL database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| connection-string | The connection string, including authentication information, for the Azure SQL Server database. | yes | — |
| path | Path to the file used for this action. Supported file types are .sql, .dacpac, or .sqlproj. | yes | — |
| action | If not using a .sql file, the sqlpackage action to execute. | no | — |
| arguments | In case of .dacpac or .sqlproj file types, additional sqlpackage arguments that will be applied. In case of .sql file type, additional go-sqlcmd argument that will be applied. | no | — |
| sqlpackage-path | Specify a SqlPackage executable location to override the default locations. | no | — |
| build-arguments | In case of a .sqlproj file, additional arguments that will be applied to dotnet build when building the database project. | no | — |
| skip-firewall-check | Skip the firewall check when connecting to the Azure SQL Server. | no | false |
Outputs
no outputs