Azure SQL Devs’ Corner
Voices from the Azure SQL PM Team, focusing on development and developers
Latest posts
Generate images with Azure OpenAI Service (DALL-E) and Azure SQL Database
Following on the series of OpenAI posts I have done recently, here is a quick how-to on using DALL-E with External REST endpoint invocation in the Azure SQL ...
Data API builder Now Supports ENV Files
In September, Data API builder (DAB) revved with some great new features. In this article we’ll talk about controlling environment variables with ENV files. What is Data API builder? DAB is an open source, cross-platform engine that creates instant REST & GraphQL APIs for your database - MySQL, Postgres, Cosmos DB or Microsoft SQL. Without any code, DAB uses only a JSON configuration file that explains how to access your data and what objects to expose.
Using OpenAI REST Endpoints with Azure SQL Database
Everyone loves OpenAI these days as it can do some amazing things. Here, I asked it to create a picture of a cat in a data center: (Go ahead and click the ...
REST Endpoint Invocation is now Generally Available
On behalf of the Engineering and Product Management teams, we are happy to announce that External REST Endpoint Invocation is now GA! What is ...
Building your own DB Copilot for Azure SQL with Azure OpenAI GPT-4
Large Language Models (LLMs) have proven exceptional capabilities in chatting with unstructured, text data. But what if we want to interact with structured ...
Summer 2023 Update for Azure SQL Database External REST Endpoint Invocation
Summer 2023 REST Endpoint Invocation Update Welcome to the Summer 2023 REST Endpoint Invocation update post! This summer, we updated the External REST ...
How to export Azure SQL Managed Instance data into Fabric Lakehouse
If you want to perform advanced analytics on your data and create stunning reports in Power BI, you should consider using Microsoft Fabric. Microsoft Fabric is ...
How to copy data from Azure SQL Managed Instance to Microsoft Fabric DW
If you want to perform advanced analytics on your data and create stunning reports in Power BI, you should consider using Microsoft Fabric. Microsoft Fabric is ...
Vector Similarity Search with Azure SQL database and OpenAI
Vector databases are gaining quite a lot of interest lately. Using text embeddings and vector operations makes extremely easy to find similar “things”. ...