Showing results for azure-functions - 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 7, 2023
2
0

Summer 2023 Update for Azure SQL Database External REST Endpoint Invocation

Brian Spendolini
Brian Spendolini

Summer 2023 REST Endpoint Invocation Update Welcome to the Summer 2023 REST Endpoint Invocation update post! This summer, we updated the External REST Endpoints Invocation feature with a few key fixes and additions to help you use more Azure Services with your Azure SQL Database. The feature was released to public preview last year and this late...

Azure SQLRESTREST Endpoint Invocation
May 15, 2023
0
3

Implement Change Data Streams with Azure SQL Database, Change Tracking, and Azure SQL Bindings

Brian Spendolini
Brian Spendolini

Building on my first Azure SQL Bindings blog post and taking inspiration from Drew Skwiers-Koballa's post on SQL Bindings, we are going to create a change data stream with Azure SQL Database. Now, usually, the first part of these blogs is a prerequisite section that goes over what you need to install locally to get started. From talking to many of ...

Azure SQLDevOps.NET
Mar 28, 2023
0
1

Data API Builder Quickstart Demo from VS Live Vegas

Brian Spendolini
Brian Spendolini

I was fortunate enough to be able to present Data API builder the week of March 20th at VS Live in Las Vegas and what an incredible group of attendees at that conference. During my session, I stepped through a live demo of Data API builder showing off REST and GraphQL endpoints on various database objects. This blog post contains the steps I perfor...

Azure SQL.NETContainers
Feb 28, 2023
0
1

Getting Started with Azure SQL Bindings: Part 1

Brian Spendolini
Brian Spendolini

Expanding on the excellent post by Drew Skwiers-Koballa; Developing with Azure SQL bindings and Azure SQL trigger for Azure Functions, I'd like to take a chance to walk you through creating your first SQL Binding using a completely local development environment. Part 1 will cover creating a SQL Binding to get data from an Azure SQL Database. Parts ...

Azure SQLVisual Studio CodeAzure Functions
Dec 13, 2022
0
2

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

Drew Skwiers-Koballa
Drew Skwiers-Koballa

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 14, 2022
0
1

Maximizing Azure SQL Database performance with a globally distributed Redis write-behind cache

Shreya Verma Abhiman Tiwari
Shreya,
Abhiman

Azure SQL Database is a fully managed platform as a service (PaaS) relational database service. With Azure SQL Database, you can create a highly available and high-performance data storage layer for the applications and solutions in Azure. SQL Database can be the right choice for a variety of modern cloud applications because it enables you to proc...

Azure SQL.NETRedis