Posts by this author

Feb 26, 2023
0
2

Using Python and Azure Functions to send data from Azure SQL Database

When building applications on Azure SQL, one of the most flexible ways to send data from your database to other systems is to use Azure Functions. Azure Functions are serverless functions that can be triggered by a variety of events, including HTTP requests, timers, and Azure SQL Database changes. In this article, we will discuss how to send data f...

Azure SQLPython
Jan 13, 2023
2
3

Development with SQL in containers on macOS

There are a bunch of tools available for developing with SQL on macOS, including the mssql extension for VS Code and the standalone yet-comfortably-familiar Azure Data Studio. As a developer, you might have heard about the Azure SQL Database emulator and you've most certainly heard about deploying SQL in containers. Most recently, a new option for ...

Azure SQLContainers
Dec 13, 2022
0
2

Developing with Azure SQL bindings and Azure SQL trigger for Azure Functions

The Azure Functions SQL trigger will invoke an Azure Function when data is changed in a SQL database table, enabling new event-driven scenarios with SQL database. Accessing data in a SQL database with Azure Functions can be accomplished more quickly with the Azure SQL bindings for Azure Functions integration.  Azure SQL bindings for Azure Functions...

Azure SQL.NETJavascript
Nov 30, 2020
0
0

Seasons of Serverless Challenge 1: Azure Functions and Azure SQL Database serverless

Throughout the next seven weeks we'll be sharing a solution to the week's Seasons of Serverless challenge that integrates Azure SQL Database serverless with Azure serverless compute. Learn how to develop an Azure Function that leverages Azure SQL database serverless with Challenge 1 of the Seasons of Serverless challenge.

Azure SQLPython