Skip to content

Commit deb5076

Browse files
diberryCopilot
andcommitted
chore: remove .NET shared file changes (moved to dedicated PR)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4531b8a commit deb5076

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To provision resources:
8484
git clone https://github.com/Azure-Samples/cosmos-db-vector-samples.git
8585
```
8686

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

8989
```bash
9090
cd cosmos-db-vector-samples
@@ -103,7 +103,7 @@ Follow the prompts to select your Azure subscription and environment.
103103
* **Azure Cosmos DB**: Serverless account with the `Hotels` database and containers
104104
* **Azure OpenAI**: Resource with deployments for:
105105
* Embedding model: `text-embedding-3-small`
106-
* Chat model: `gpt-4.1-mini`
106+
* Chat model: `gpt-4o-mini`
107107
* **Managed Identity**: User-assigned identity for secure access.
108108
* Azure RBAC role assignments that enable Microsoft Entra ID (passwordless) access for the managed identity to Azure Cosmos DB and Azure OpenAI.
109109

@@ -306,5 +306,4 @@ In the preceding code, the `CosmosDBService` performs the following tasks:
306306
- [Vector search in Azure Cosmos DB](gen-ai/vector-search-overview.md)
307307
- [Document Indexer for Azure Cosmos DB (preview)](gen-ai/document-indexer.md)
308308
- [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)
310-
309+
- [Azure RBAC built-in roles](/azure/role-based-access-control/built-in-roles)

0 commit comments

Comments
 (0)