Showing results for REST - Azure SQL Devs’ Corner

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
Mar 15, 2023
1
5

Data API builder for Azure SQL Databases – Public Preview

Davide Mauri
Davide Mauri

I am extremely happy and excited to announce the public preview of Data API builder for Azure SQL Databases. Data API builder is a new product that we are adding to the developer’s toolset to help every developer to be more efficient and effective, by instantly and securely turning Azure SQL Databases into a modern REST and GraphQL API. Turn Azure...

Azure SQL
Nov 16, 2022
28
7

Azure SQL Database External REST Endpoints Integration Public Preview

Davide Mauri
Davide Mauri

The ability to call a REST endpoint natively from Azure SQL Database, which was made available via an Early Adopter Preview in May, is now moving to Public Preview. I'm extremely happy that as of today the new system stored procedure is available to everyone, automatically and transparently: you can use it right away, from any Azure SQL Databa...

Azure SQL
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
Jan 18, 2022
0
1

Automatic GraphQL and REST endpoint for Azure SQL with Directus

Davide Mauri
Davide Mauri

Extremely performant and built entirely on Node.js, Directus is an open-source Data Platform that installs as a layer on top of your existing SQL database, so that you can you instantly get a dynamic API (REST and GraphQL) to your database

Azure SQL
Oct 11, 2021
0
0

Modern application development with Prisma, GraphQL (or REST) and Azure SQL

Davide Mauri
Davide Mauri

Prisma is an open-source next-generation ORM for Node.js and TypeScript that eliminates many of the usual challenges that developers face, making you more productive and confident when building data-intensive applications. You can use it as an alternative to traditional ORMs and SQL query builders to read and write data to your database.

Azure SQLJavascriptTypescript
Sep 21, 2020
2
0

TodoMVC Full Stack with Azure Static Web Apps, Node and Azure SQL

Davide Mauri
Davide Mauri

TodoMVC is a very well known (like ~27K GitHub stars known) application among developers as it is a really great way to start to learn a new Model-View-Something framework. It has plenty of samples done with different frameworks, all implementing exactly the same solution. This way is very easy to compare them against each other and see what is...

Azure SQLJavascriptNode
Sep 8, 2020
0
0

Serverless REST API with Azure Functions, Node, JSON and Azure SQL

Davide Mauri
Davide Mauri

Javascript / Typescript (and thus Node) are, among Full-Stack and Back-End developers, one of the most common choices to create scalable, elegant, high-performance, REST API to be used by the most diverse clients. Azure Functions are another pretty popular solution that developers use to create scalable solution without having to deal with all the ...

Azure SQLJavascriptNode
Jul 22, 2020
0
0

Architecting REST API with Python, Flask and Azure SQL

Davide Mauri
Davide Mauri

Creating REST API with Azure SQL is never been easier thanks to its native JSON support. Let's see how we can use Python and Flask to create an elegant and modern solution to serve REST API to the world

PythonAzure SQL