Skip to content

Commit b83d370

Browse files
Merge pull request #4729 from diberry/squad/fix-dotnet-shared-file
Azure Cosmos DB | fix | Update shared .NET vector store quickstart
2 parents ac0b1ab + 34c2af1 commit b83d370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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.yml` is located), for example:
87+
1. Navigate to the root folder of the cloned repository (where `azure.yaml` 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-4o-mini`
106+
* Chat model: `gpt-4.1-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

0 commit comments

Comments
 (0)