Skip to content

Commit b292f77

Browse files
diberryCopilot
andcommitted
fix: correct azure.yml → azure.yaml reference
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c998f78 commit b292f77

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

articles/cosmos-db/quickstart-vector-store-dotnet.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,30 @@ ms.custom:
2222

2323
Learn to use vector search in Azure Cosmos DB to store and query vector data efficiently. This quickstart provides a guided tour of key vector search techniques using a [.NET sample app](https://github.com/Azure-Samples/cosmos-db-vector-samples/tree/main/nosql-vector-search-dotnet) on GitHub.
2424

25+
The app uses a sample hotel dataset in a ---
26+
27+
title: Quickstart - Azure Cosmos DB vector search with .NET
28+
description: Learn how to use vector search in Azure Cosmos DB with .NET. Store and query vector data efficiently in your applications.
29+
author: alexwolfmsft
30+
ms.author: alexwolf
31+
ms.reviewer: khelanmodi
32+
ms.devlang: csharp
33+
ms.topic: quickstart-sdk
34+
ms.date: 02/06/2026
35+
ms.service: azure-cosmos-db
36+
ms.subservice: nosql
37+
ai-usage: ai-assisted
38+
ms.custom:
39+
- devx-track-dotnet
40+
- devx-track-dotnet-ai
41+
- devx-track-data-ai
42+
# CustomerIntent: As a developer, I want to learn how to use vector search in .NET applications with Azure Cosmos DB.
43+
---
44+
45+
# Quickstart: Vector search with .NET in Azure Cosmos DB
46+
47+
Learn to use vector search in Azure Cosmos DB to store and query vector data efficiently. This quickstart provides a guided tour of key vector search techniques using a [.NET sample app](https://github.com/Azure-Samples/cosmos-db-vector-samples/tree/main/nosql-vector-search-dotnet) on GitHub.
48+
2549
The app uses a sample hotel dataset in a JSON file with calculated vectors from the `text-embedding-3-small` model. The hotel data includes hotel names, locations, descriptions, and vector embeddings.
2650

2751
## Prerequisites
@@ -84,7 +108,7 @@ To provision resources:
84108
git clone https://github.com/Azure-Samples/cosmos-db-vector-samples.git
85109
```
86110

87-
1. Navigate to the root folder of the cloned repository (where `azure.yml` is located), for example:
111+
1. Navigate to the root folder of the cloned repository (where `azure.yaml` is located), for example:
88112

89113
```bash
90114
cd cosmos-db-vector-samples
@@ -306,4 +330,4 @@ In the preceding code, the `CosmosDBService` performs the following tasks:
306330
- [Vector search in Azure Cosmos DB](gen-ai/vector-search-overview.md)
307331
- [Document Indexer for Azure Cosmos DB (preview)](gen-ai/document-indexer.md)
308332
- [Vector embeddings in Azure Cosmos DB](gen-ai/vector-embeddings.md)
309-
- [Azure RBAC built-in roles](/azure/role-based-access-control/built-in-roles)
333+
- [Azure RBAC built-in roles](/azure/role-based-access-control/built-in-roles)

0 commit comments

Comments
 (0)