actions-marketplace-validations/Azure SQL Deploy folder
Deploy a DACPAC or a SQL script to Azure SQL database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| server-name | Name of the Azure SQL Server name, like Fabrikam.database.windows.net. | yes | — |
| connection-string | The connection string, including authentication information, for the Azure SQL Server database. | yes | — |
| dacpac-package | Path to DACPAC file. *.dacpac or a folder to deploy | — | — |
| sql-file | Path to SQL script file. *.sql or a folder to deploy | — | — |
| sql-folder | Folder to deploy | — | — |
| arguments | In case DACPAC option is selected, additional SqlPackage.exe arguments that will be applied. When SQL query option is selected, additional sqlcmd.exe arguments will be applied. | — | — |
Outputs
no outputs