actions-marketplace-validations/Azure SQL Deploy folder

Deploy a DACPAC or a SQL script to Azure SQL database

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
server-nameName of the Azure SQL Server name, like Fabrikam.database.windows.net.yes
connection-stringThe connection string, including authentication information, for the Azure SQL Server database.yes
dacpac-packagePath to DACPAC file. *.dacpac or a folder to deploy
sql-filePath to SQL script file. *.sql or a folder to deploy
sql-folderFolder to deploy
argumentsIn 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.

no outputs