Skip to content

Commit 34c2af1

Browse files
diberryCopilot
andcommitted
fix: update .NET quickstart with azure.yaml rename and gpt-4.1-mini model
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1e5d9f6 commit 34c2af1

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)