Skip to content

Commit ed7b829

Browse files
update date and versions
1 parent 40301ca commit ed7b829

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

learn-pr/azure/deploy-real-time-event-driven-app/2-event-driven-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: What is event driven, and how fast is real time?
88
description: In this unit, we describe the concept of event-driven programming and architectures by example.
9-
ms.date: 02/05/2024
9+
ms.date: 03/05/2025
1010
author: SandraAhlgrimm
1111
ms.author: sakriema
1212
ms.topic: unit

learn-pr/azure/deploy-real-time-event-driven-app/3-exercise-eventhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Build an Azure function to simulate telemetric data
88
description: Build an Azure function to simulate telemetric data, set up its Azure resources, and connect it to an event hub.
9-
ms.date: 02/05/2024
9+
ms.date: 03/05/2025
1010
author: SandraAhlgrimm
1111
ms.author: sakriema
1212
ms.topic: unit

learn-pr/azure/deploy-real-time-event-driven-app/4-cosmosdb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Databases for event-driven applications
88
description: In this unit, we explain why Azure Cosmos DB is a perfect fit for event-driven systems with real-time requirements.
9-
ms.date: 02/05/2024
9+
ms.date: 03/05/2025
1010
author: SandraAhlgrimm
1111
ms.author: sakriema
1212
ms.topic: unit

learn-pr/azure/deploy-real-time-event-driven-app/5-exercise-cosmosdb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Exercise - Process the events and store the data in Azure Cosmos DB
88
description: In this exercise, you'll create an Azure function to read the events from the event hub, and then store them processed in Azure Cosmos DB.
9-
ms.date: 02/05/2024
9+
ms.date: 03/05/2025
1010
author: SandraAhlgrimm
1111
ms.author: sakriema
1212
ms.topic: unit

learn-pr/azure/deploy-real-time-event-driven-app/6-monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Exercise - Monitoring and logging
88
description: We discuss what monitoring and logging solutions are needed or useful for the event-driven scenario.
9-
ms.date: 02/05/2024
9+
ms.date: 03/05/2025
1010
author: SandraAhlgrimm
1111
ms.author: sakriema
1212
ms.topic: unit

learn-pr/azure/deploy-real-time-event-driven-app/7-exercise-monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Exercise - Monitoring and logging
88
description: In this exercise, follow the steps to monitor the performance of the system.
9-
ms.date: 02/05/2024
9+
ms.date: 03/05/2025
1010
author: SandraAhlgrimm
1111
ms.author: sakriema
1212
ms.topic: unit

learn-pr/azure/deploy-real-time-event-driven-app/8-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Knowledge check
88
description: Knowledge check
9-
ms.date: 02/05/2024
9+
ms.date: 03/05/2025
1010
author: SandraAhlgrimm
1111
ms.author: sakriema
1212
ms.topic: unit

learn-pr/azure/deploy-real-time-event-driven-app/9-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Summary
88
description: Summary
9-
ms.date: 02/05/2024
9+
ms.date: 03/05/2025
1010
author: SandraAhlgrimm
1111
ms.author: sakriema
1212
ms.topic: unit

learn-pr/azure/deploy-real-time-event-driven-app/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ By the end of this module, you're able to:
1515
As a Java developer, you're already familiar with NoSQL databases and how to connect them with functions. To complete the exercises in this module, use a personal Azure account. Make sure that you have the following resources:
1616

1717
- An Azure subscription
18-
- Local installations of Java JDK (17 or later), Maven (3.0 or later), and the Azure CLI (2.12 or later)
18+
- Local installations of Java JDK (17 or later), Maven (3.0 or later), and the Azure CLI (2.70 or later)
1919
- Azure Functions Core Tools (4x)

0 commit comments

Comments
 (0)