Skip to content

Commit f6cbdb4

Browse files
Merge pull request #47395 from seesharprun/update-build-dotnet-app-azure-cosmos-db-nosql
[UPDATE MODULE] Guided project - Build a .NET app with Azure Cosmos DB for NoSQL
2 parents 7d21c0d + a387d07 commit f6cbdb4

18 files changed

+96
-148
lines changed

learn-pr/azure/build-dotnet-app-azure-cosmos-db-nosql/1-introduction.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ metadata:
55
unitType: introduction
66
title: Introduction
77
ms.custom:
8-
- build-2023
9-
- build-2023-dataai
108
- devx-track-dotnet
119
description: |
1210
Introduction to the guided project, the goals of the project, and the hypothetical scenario for the project.
1311
author: seesharprun
1412
ms.author: sidandrews
1513
ms.topic: unit
16-
ms.date: 10/07/2024
14+
ms.date: 10/09/2024
1715
durationInMinutes: 2
1816
content: |
1917
[!include[](includes/1-introduction.md)]

learn-pr/azure/build-dotnet-app-azure-cosmos-db-nosql/10-summary.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@ metadata:
55
unitType: summary
66
title: Summary
77
ms.custom:
8-
- build-2023
9-
- build-2023-dataai
108
- devx-track-dotnet
119
description: |
1210
Summarize what you learned in this training module building a .NET application that connects to Azure Cosmos DB for NoSQL.
1311
1412
author: seesharprun
1513
ms.author: sidandrews
1614
ms.topic: unit
17-
ms.date: 10/07/2024
15+
ms.date: 10/09/2024
1816
durationInMinutes: 2
1917
content: |
2018
[!include[](includes/10-summary.md)]

learn-pr/azure/build-dotnet-app-azure-cosmos-db-nosql/2-prepare.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@ metadata:
55
unitType: learning-content
66
title: Prepare
77
ms.custom:
8-
- build-2023
9-
- build-2023-dataai
108
- devx-track-dotnet
119
description: |
1210
Review the project's environment and get started creating an Azure Cosmos DB for NoSQL account using the Azure CLI.
13-
sandbox: true
14-
interactive: bash
11+
codespaces-url: |
12+
https://codespaces.new/Azure-Samples/cosmos-db-dotnet?template=true&quickstart=1
1513
author: seesharprun
1614
ms.author: sidandrews
1715
ms.topic: unit
18-
ms.date: 10/07/2024
16+
ms.date: 10/09/2024
1917
durationInMinutes: 4
2018
content: |
2119
[!include[](includes/2-prepare.md)]

learn-pr/azure/build-dotnet-app-azure-cosmos-db-nosql/3-exercise-create-app.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ metadata:
55
unitType: exercise
66
title: Exercise - Create .NET app and reference SDK
77
ms.custom:
8-
- build-2023
9-
- build-2023-dataai
108
- devx-track-dotnet
119
description: |
1210
Create a new .NET console application and add a package reference to the Microsoft.Azure.Cosmos .NET library from NuGet.
13-
sandbox: true
1411
author: seesharprun
1512
ms.author: sidandrews
1613
ms.topic: unit
17-
ms.date: 10/07/2024
14+
ms.date: 10/09/2024
1815
durationInMinutes: 7
1916
content: |
2017
[!include[](includes/3-exercise-create-app.md)]

learn-pr/azure/build-dotnet-app-azure-cosmos-db-nosql/4-exercise-create-resources.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ metadata:
55
unitType: exercise
66
title: Exercise - Create API for NoSQL account and resources
77
ms.custom:
8-
- build-2023
9-
- build-2023-dataai
108
- devx-track-dotnet
119
description: |
1210
Create a new container and database using the methods available in the Microsoft.Azure.Cosmos .NET library from NuGet.
13-
sandbox: true
1411
author: seesharprun
1512
ms.author: sidandrews
1613
ms.topic: unit
17-
ms.date: 10/07/2024
14+
ms.date: 10/09/2024
1815
durationInMinutes: 9
1916
content: |
2017
[!include[](includes/4-exercise-create-resources.md)]

learn-pr/azure/build-dotnet-app-azure-cosmos-db-nosql/5-exercise-create-items.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ metadata:
55
unitType: exercise
66
title: Exercise - Create new items
77
ms.custom:
8-
- build-2023
9-
- build-2023-dataai
108
- devx-track-dotnet
119
description: |
1210
Insert newly created items into a container using the Microsoft.Azure.Cosmos .NET SDK library from NuGet.
13-
sandbox: true
1411
author: seesharprun
1512
ms.author: sidandrews
1613
ms.topic: unit
17-
ms.date: 10/07/2024
14+
ms.date: 10/09/2024
1815
durationInMinutes: 10
1916
content: |
2017
[!include[](includes/5-exercise-create-items.md)]

learn-pr/azure/build-dotnet-app-azure-cosmos-db-nosql/6-exercise-read-query.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ metadata:
55
unitType: exercise
66
title: Exercise - Read and query items
77
ms.custom:
8-
- build-2023
9-
- build-2023-dataai
108
- devx-track-dotnet
119
description: |
1210
Point read items and perform straightforward queries using the Microsoft.Azure.Cosmos .NET library from NuGet.
13-
sandbox: true
1411
author: seesharprun
1512
ms.author: sidandrews
1613
ms.topic: unit
17-
ms.date: 10/07/2024
14+
ms.date: 10/09/2024
1815
durationInMinutes: 9
1916
content: |
2017
[!include[](includes/6-exercise-read-query.md)]

learn-pr/azure/build-dotnet-app-azure-cosmos-db-nosql/7-exercise-linq.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ metadata:
55
unitType: exercise
66
title: Exercise - Enumerate items using language-integrated query (LINQ)
77
ms.custom:
8-
- build-2023
9-
- build-2023-dataai
108
- devx-track-dotnet
119
description: |
1210
Build queries using the C# LINQ method syntax within the Microsoft.Azure.Cosmos .NET library from NuGet.
13-
sandbox: true
1411
author: seesharprun
1512
ms.author: sidandrews
1613
ms.topic: unit
17-
ms.date: 10/07/2024
14+
ms.date: 10/09/2024
1815
durationInMinutes: 7
1916
content: |
2017
[!include[](includes/7-exercise-linq.md)]

learn-pr/azure/build-dotnet-app-azure-cosmos-db-nosql/8-cleanup.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@ metadata:
55
unitType: learning-content
66
title: Clean up
77
ms.custom:
8-
- build-2023
9-
- build-2023-dataai
108
- devx-track-dotnet
119
description: |
1210
Clean up the project's Visual Studio Code environment after concluding the guided project steps.
13-
sandbox: true
14-
interactive: bash
1511
author: seesharprun
1612
ms.author: sidandrews
1713
ms.topic: unit
18-
ms.date: 10/07/2024
14+
ms.date: 10/09/2024
1915
durationInMinutes: 1
2016
content: |
2117
[!include[](includes/8-cleanup.md)]

learn-pr/azure/build-dotnet-app-azure-cosmos-db-nosql/9-knowledge-check.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ metadata:
55
unitType: knowledge_check
66
title: Knowledge check
77
ms.custom:
8-
- build-2023
9-
- build-2023-dataai
108
- devx-track-dotnet
119
description: |
1210
Check your knowledge on creating, managing, and querying items and resources in an Azure Cosmos DB for NoSQL account using the .NET SDK library from NuGet.
1311
author: seesharprun
1412
ms.author: sidandrews
1513
ms.topic: unit
16-
ms.date: 10/07/2024
14+
ms.date: 10/09/2024
1715
durationInMinutes: 5
1816
content: |
1917
quiz:

0 commit comments

Comments
 (0)