Azure SQL Devs’ Corner

Voices from the Azure SQL PM Team, focusing on development and developers

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 amazing to build a website with Django while also taking advantage of Azure SQL database's security, performance, high availability, and other great capabilities? In this article, we will...