Showing results for Azure SQL database - Azure SQL Devs’ Corner

Oct 1, 2024
1
2

Smart Resume Matching: Document RAG with Azure SQL DB & Document Intelligence

Pooja Kamath
Pooja Kamath

Hey Azure SQL enthusiasts! 👋 We had a hiring event last week, and as I was going through a stack of digital resumes, I thought, "There has to be an easier way to do this." That's when it hit me—why not use Azure SQL DB’s new vector data type to revolutionize our hiring process? Not only could we find the perfect candidate faster, but we ...

Azure SQLPythonAI
Aug 16, 2024
0
2

Simplify development with Dev Container templates for Azure SQL Database

Carlos Robles
Carlos Robles

In today's fast-paced software development landscape, having a reliable and efficient local development setup is crucial. Dev Containers provide developers with a seamless way to build and test applications locally before deploying them to the cloud. We are announcing the Public Preview of Dev Container templates for Azure SQL Database. This ...

Azure SQLContainersGitHub
Jun 11, 2024
0
1

Building Course Registration Project with Azure SQL Database

Anagha Todalbagi Kendall Hoffman
Anagha,
Kendall

This semester long project was completed by Master's students at Cornell University with mentorship from the Azure SQL database product team at Microsoft.   Project Mission The purpose of this project is to design a high-fidelity university course registration system utilizing Microsoft Azure cloud services. Our target audience includes ...

Azure SQLPythonOpenAI
May 21, 2024
5
8

Announcing EAP for Vector Support in Azure SQL Database

Pooja Kamath Davide Mauri
Pooja,
Davide

We are super excited to announce the Early Adopter Preview of Native Vector Support in Azure SQL Database and are currently accepting requests from customers who wish to participate. Latest updates - 11 September 2024 This article has been updated on 11 September 2024 to reflect the updated features. Make sure to read about the newly ...

Azure SQLAIREST
May 15, 2024
8
9

Data API builder becomes Generally Available

Jerry Nixon
Jerry Nixon

Announcing Data API builder General Availability On May 15th, Data API builder becomes Generally Available. Data API builder for Azure SQL Databases – Generally Available It’s been a long road, getting from there to here. Nearly three years ago, Data API builder began as just a dream. How can we reduce the friction for developers wanting...

Azure SQLData API builder
Apr 22, 2024
0
2

Private Preview for External REST Endpoint Invocation with Azure SQL Managed Instance

Brian Spendolini
Brian Spendolini

We have an exciting opportunity for customers and partners to use External REST Endpoint Invocation with Azure SQL Managed Instance in a private preview. What is Azure SQL Managed Instance? Azure SQL Managed Instance is a PaaS service that has near 100% compatibility with the latest Enterprise Edition SQL Server database engine, providing a ...

Azure SQLRESTREST Endpoint Invocation
Apr 3, 2024
0
4

Vanna.ai and Azure SQL Database

Brian Spendolini
Brian Spendolini

Vanna.ai and Microsoft SQL Vanna.ai, in partnership with Azure SQL Database Product Management, bring you a collaboration for using Vanna's natural language to SQL (NL2SQL) agent with the Azure SQL Database. How does Vanna.ai work? First, Vanna is an open-source Python RAG (Retrieval-Augmented Generation) framework for SQL generation/natural ...

Azure SQL
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, ...

Azure SQL
Feb 19, 2024
2
2

NL2SQL with LangChain and Azure SQL Database

Brian Spendolini
Brian Spendolini

LangChain is an open-source framework for creating applications that use and are powered by language models (LLM/MLM/SML). In this post, basic LangChain components (toolkits, chains, agents) will be used to create a natural language to SQL prompt that will allow interactions with an Azure SQL Database; just ask the database what you want as if ...

Azure SQLAIOpenAI
Feb 12, 2024
0
1

Using AI for Content Moderation with Azure SQL Database

Brian Spendolini
Brian Spendolini

In my previous posts, I have covered using Azure OpenAI services with Azure SQL Database via REST endpoints. This post with further explore that pathway by creating stored procedures you can use to encapsulate the REST calls and combine them with custom business logic for AI content moderation with Azure SQL Database. A Quick Introduction The ...

Azure SQLAIREST