Skip to content

Commit 5688172

Browse files
Merge pull request #311321 from rwestMSFT/patch-1
Remove reference to Azure Data Studio
2 parents c2f14a1 + 8caaffc commit 5688172

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/app-service/deploy-intelligent-apps-dotnet-to-azure-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Deploy a .NET Blazor App Connected to Azure SQL and Azure OpenAI on Azur
33
description: Get started connecting Azure SQL to your OpenAI app
44
author: jeffwmartinez
55
ms.author: jefmarti
6-
ms.date: 04/17/2025
6+
ms.date: 02/04/2026
77
ms.update-cycle: 180-days
88
ms.topic: tutorial
99
ms.custom:
@@ -152,7 +152,7 @@ To perform a hybrid vector search on your Azure SQL database, you first need to
152152
153153
## 5. Create procedure to generate embeddings
154154

155-
With [Azure SQL vector support (preview)](https://devblogs.microsoft.com/azure-sql/announcing-eap-native-vector-support-in-azure-sql-database/), you can create a stored procedure that will use a Vector data type to store generated embeddings for search queries. The stored procedure invokes an external REST API endpoint to get the embeddings. See the [documentation](/azure-data-studio/quickstart-sql-database) to use Azure Data Studio to connect to your database before running the query.
155+
With [Azure SQL vector support (preview)](https://devblogs.microsoft.com/azure-sql/announcing-eap-native-vector-support-in-azure-sql-database/), you can create a stored procedure that will use a Vector data type to store generated embeddings for search queries. The stored procedure invokes an external REST API endpoint to get the embeddings. See the [MSSQL extension documentation](/sql/tools/visual-studio-code-extensions/mssql/mssql-extension-visual-studio-code) to use Visual Studio Code to connect to your database before running the query.
156156
157157
Use the following to create a stored procedure with your preferred SQL query editor. You need to populate the @url parameter with your Azure OpenAI resource name and populate the rest endpoint with the API key from your text embedding model. You'll notice the model name as part of the @url, which will be populated with your search query.
158158

0 commit comments

Comments
 (0)