Showing results for May 2022 - Azure SQL Devs’ Corner

May 24, 2022
4
1

Announcing the “Azure SQL Database External REST Endpoints Integration” Early Adoption Program

Davide Mauri
Davide Mauri

A new, exciting capability for Azure SQL Database has been announced today at //Build: Azure SQL Database has a new built-in feature that allows native integration with external REST endpoints. This means that integration of Azure SQL Database with Azure Functions, Azure Logic Apps, Cognitive Services, Event Hubs, Event Grid, Azure Containers, ...

Azure SQL
May 19, 2022
0
1

Azure SQL Database Change Stream with Debezium

Davide Mauri
Davide Mauri

Azure SQL Database and in general the SQL Server engine allows developers to easily get only the changed data from the last time they queried the database. More precisely, there are two features that allow us to do this and much more, providing capabilities to query for changes happened from and to any point in time. The two features are named ...

Azure SQL
May 9, 2022
0
1

Create and connect to an Azure SQL DB in 6 easy steps

Davide Mauri
Davide Mauri

There are many ways in which an Azure SQL database can be created, and if you are new to the development all those different options can be quite intimidating. Let me show you, in just a few steps, how easy it is instead. This is what we are going to do: I'll be using the Azure Shell portal, as it provides a full ex...

Azure SQL