Skip to content

Commit cb8da07

Browse files
committed
links
1 parent 2c6c464 commit cb8da07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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: jefmarti
55
ms.author: jefmarti
6-
ms.date: 02/10/25
6+
ms.date: 02/10/2025
77
ms.topic: article
88
ms.custom: devx-track-dotnet, linux-related-content
99
ms.collection: ce-skilling-ai-copilot
@@ -13,7 +13,7 @@ ms.collection: ce-skilling-ai-copilot
1313

1414
When creating intelligent apps, you may want to ground the context of your app using your own SQL data. With the recent announcement of [Azure SQL vector support (preview)](https://devblogs.microsoft.com/azure-sql/announcing-eap-native-vector-support-in-azure-sql-database/), you can ground the context using the Azure SQL data you already have with new [vector functions](https://learn.microsoft.com/sql/t-sql/functions/vector-functions-transact-sql) that help manage vector data.
1515

16-
In this tutorial, you'll create a RAG sample application by setting up a Hybrid vector search against your Azure SQL database using a .NET 8 Blazor app. This example builds from the previous documentation to deploy a [.NET Blazor app with OpenAI](../.././deploy-intelligent-apps?pivots=openai-dotnet).
16+
In this tutorial, you'll create a RAG sample application by setting up a Hybrid vector search against your Azure SQL database using a .NET 8 Blazor app. This example builds from the previous documentation to deploy a [.NET Blazor app with OpenAI](../../.././deploy-intelligent-apps?pivots=openai-dotnet).
1717

1818
#### Prerequisites
1919

@@ -23,7 +23,7 @@ In this tutorial, you'll create a RAG sample application by setting up a Hybrid
2323

2424
### Set up Blazor web app
2525

26-
For this example, we're creating a simple chat box to interact with. If you're using the prerequisite .NET Blazor app from the [previous article](.././deploy-intelligent-apps?pivots=openai-dotnet), you can skip the changes to the *OpenAI.razor* file as the content is the same. However, you need to make sure the following packages are installed:
26+
For this example, we're creating a simple chat box to interact with. If you're using the prerequisite .NET Blazor app from the [previous article](/azure/app-service/deploy-intelligent-apps?pivots=openai-dotnet#api-keys-and-endpoints), you can skip the changes to the *OpenAI.razor* file as the content is the same. However, you need to make sure the following packages are installed:
2727

2828
Install the following packages to interact with Azure OpenAI and Azure SQL.
2929

0 commit comments

Comments
 (0)