Showing results for powershell - Azure SQL Devs’ Corner

Mar 14, 2024
2
1

Azure SQL Trigger Binding for Azure Functions goes GA

Brian Spendolini
Brian Spendolini

Azure SQL Database Engineering and Product Management would like to announce that Azure SQL Trigger Binding for Azure Functions is now generally available (GA). Catching Up As a quick refresher, the Azure SQL trigger uses SQL change tracking functionality to monitor a SQL table for changes and trigger a function when a row is created, updated, or...

Azure SQL
Aug 31, 2020
0
0

Azure SQL & .bacpac the easy way

Davide Mauri
Davide Mauri

Restoring an Azure SQL database in one - well three - simple scripts: one with Powershell, one with AZ CLI + Bash and one using the ubiquitous SqlPackage

Azure SQLDevOps