Skip to content

Commit a8f33f9

Browse files
authored
pull base content,head:MicrosoftDocs:main,into:wwlpublishsync
2 parents 56963c0 + 92e3d51 commit a8f33f9

22 files changed

+46
-25
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)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Build a real-time event-driven Java solution in Azure
77
description: Send event-based telemetric data in real time to Azure Cosmos DB by using Azure Functions and an event hub.
8-
ms.date: 02/05/2024
8+
ms.date: 03/05/2025
99
author: SandraAhlgrimm
1010
ms.author: sakriema
1111
ms.topic: module-standard-task-based
@@ -23,8 +23,8 @@ abstract: |
2323
- Have a look at the metrics in Application Insights to measure the performance and identify potential bottlenecks.
2424
prerequisites: |
2525
- An Azure subscription
26-
- Local installations of Java JDK (1.8 or later), Maven (3.0 or later), and the Azure CLI (2.12 or later)
27-
- Azure Functions Core Tools (2.6.66 or later)
26+
- Local installations of Java JDK (17.0.12 or later), Maven (3.0 or later), and the Azure CLI (2.70.0 or later)
27+
- Azure Functions Core Tools (4.0.6821 or later)
2828
iconUrl: /training/achievements/deploy-event-driven-real-time.svg
2929
levels:
3030
- intermediate

0 commit comments

Comments
 (0)