Azure SQL Devs’ Corner
Voices from the Azure SQL PM Team, focusing on development and developers
Latest posts
Create and connect to an Azure SQL DB in 6 easy steps
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 ...
Announcing General Availability of Change Data Capture (CDC) on Azure SQL Database
We are excited to announce the general availability (GA) of change data capture (CDC) in Azure SQL Database. What is Change data capture (CDC)? CDC ...
Build GraphQL apps with Hasura and Azure SQL Database
Hasura makes data access easy, by instantly composing a GraphQL API that is backed by databases and services so that the developer team (or API consumers) get productive immediately. The nature of GraphQL itself and Hasura’s dynamic approach makes integration and iteration easy.
Create REST API in Python with Django, using the Django REST Framework and Azure SQL
Django is a Python-based open-source web framework. It is a popular and well-liked web framework among developers all around the world. But wouldn't it be ...
Saving Bot Activities in Azure SQL Database
In this blog post, we’ll walkthrough of how to integrate Bot Framework v4 SDK with Azure SQL Database and save Bot activities/ conversations into the ...
Automatic GraphQL and REST endpoint for Azure SQL with Directus
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
Modern application development with Prisma, GraphQL (or REST) and Azure SQL
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.
LAUNCH: Build serverless, full stack applications in Azure
Whether you’re new or seasoned to cloud, development, and SQL, building and architecting applications in the cloud has become a required skill for many roles. Today, we’re excited to announce a new learning path to help developers of all skill levels learn how to create applications quickly and effectively with Azure.
Dev life is easy with node-mssql
The node-mssql package simplify a lot the process of connecting and using Azure SQL with Node