From a533bb7f6a07d320b88cc55215bb24caa2084f70 Mon Sep 17 00:00:00 2001 From: v-thepet Date: Tue, 19 May 2026 21:32:26 -0700 Subject: [PATCH 1/2] replace link --- docs/ai/vector-stores/tutorial-vector-search.md | 2 +- docs/azure/create-azure-account.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ai/vector-stores/tutorial-vector-search.md b/docs/ai/vector-stores/tutorial-vector-search.md index cc4114aa1f15c..014fd9d363efe 100644 --- a/docs/ai/vector-stores/tutorial-vector-search.md +++ b/docs/ai/vector-stores/tutorial-vector-search.md @@ -15,7 +15,7 @@ This tutorial explores integration of the RAG pattern using OpenAI models and ve - [.NET 8.0](https://dotnet.microsoft.com/) - An [Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) -- An [Azure Cosmos DB for MongoDB vCore](/azure/cosmos-db/mongodb/) service +git - An [Azure Cosmos DB for MongoDB vCore](/azure/cosmos-db/mongodb/) service - An [Azure OpenAI](/azure/ai-services/openai/overview) service - Deploy `text-embedding-ada-002` model for embeddings - Deploy `gpt-35-turbo` model for chat completions diff --git a/docs/azure/create-azure-account.md b/docs/azure/create-azure-account.md index a0f97a3c86b9e..0721e5de1d9d5 100644 --- a/docs/azure/create-azure-account.md +++ b/docs/azure/create-azure-account.md @@ -20,7 +20,7 @@ You can create an [Azure account for free](https://azure.microsoft.com/pricing/p ## Option 3: Sign up for a pay-as-you-go account -You can also create a [pay-as-you-go Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go/). This option includes monthly amounts of select services for free, and charges you for what you use beyond the free limits. There is no upfront commitment and you can cancel anytime. +You can also create a [pay-as-you-go Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). This option includes monthly amounts of select services for free, and charges you for what you use beyond the free limits. There is no upfront commitment and you can cancel anytime. ## Option 4: Use a corporate account From 39f3189dda702ed0ababa7f593dbc5445ae5c6b8 Mon Sep 17 00:00:00 2001 From: v-thepet Date: Wed, 20 May 2026 16:53:40 -0700 Subject: [PATCH 2/2] ? --- docs/ai/vector-stores/tutorial-vector-search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ai/vector-stores/tutorial-vector-search.md b/docs/ai/vector-stores/tutorial-vector-search.md index 014fd9d363efe..cc4114aa1f15c 100644 --- a/docs/ai/vector-stores/tutorial-vector-search.md +++ b/docs/ai/vector-stores/tutorial-vector-search.md @@ -15,7 +15,7 @@ This tutorial explores integration of the RAG pattern using OpenAI models and ve - [.NET 8.0](https://dotnet.microsoft.com/) - An [Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) -git - An [Azure Cosmos DB for MongoDB vCore](/azure/cosmos-db/mongodb/) service +- An [Azure Cosmos DB for MongoDB vCore](/azure/cosmos-db/mongodb/) service - An [Azure OpenAI](/azure/ai-services/openai/overview) service - Deploy `text-embedding-ada-002` model for embeddings - Deploy `gpt-35-turbo` model for chat completions