Skip to content

Commit c322b38

Browse files
committed
Technical Review 1044280: Implement resiliency in a cloud-native .NET microservice
1 parent b9c26c2 commit c322b38

9 files changed

+10
-10
lines changed

learn-pr/aspnetcore/microservices-resiliency-aspnet-core/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Learn how to add fault tolerance to your cloud-native ASP.NET Core microservice app, with minimal impact on the user.
66
author: codemillmatt
77
ms.author: masoucou
8-
ms.date: 11/06/2023
8+
ms.date: 05/09/2025
99
ms.topic: unit
1010
title: Introduction
1111
durationInMinutes: 1

learn-pr/aspnetcore/microservices-resiliency-aspnet-core/2-application-infrastructure-resiliency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Learn about approaches to resiliency for cloud-native microservices apps.
66
author: codemillmatt
77
ms.author: masoucou
8-
ms.date: 11/06/2023
8+
ms.date: 05/09/2025
99
ms.topic: unit
1010
title: Application and infrastructure resiliency
1111
durationInMinutes: 5

learn-pr/aspnetcore/microservices-resiliency-aspnet-core/3-implement-application-resiliency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Learn how to use .NET resiliency with cloud-native microservices apps.
66
author: codemillmatt
77
ms.author: masoucou
8-
ms.date: 11/06/2023
8+
ms.date: 05/09/2025
99
ms.topic: unit
1010
ms.custom: devx-track-dotnet
1111
title: Implement application resiliency

learn-pr/aspnetcore/microservices-resiliency-aspnet-core/4-exercise-implement-resiliency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Write code to add resiliency to an existing cloud-native microservices app.
66
author: codemillmatt
77
ms.author: masoucou
8-
ms.date: 11/06/2023
8+
ms.date: 05/09/2025
99
ms.topic: unit
1010
title: Exercise - Implement application resiliency
1111
durationInMinutes: 9

learn-pr/aspnetcore/microservices-resiliency-aspnet-core/5-implement-infrastructure-resiliency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Learn how to use Linkerd to configure infrastructure-based resiliency in your microservices app.
66
author: codemillmatt
77
ms.author: masoucou
8-
ms.date: 11/06/2023
8+
ms.date: 05/09/2025
99
ms.topic: unit
1010
ms.custom:
1111
- devx-track-dotnet

learn-pr/aspnetcore/microservices-resiliency-aspnet-core/6-exercise-implement-infrastructure-resiliency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Use Linkerd to configure infrastructure-based resiliency in your microservices app.
66
author: codemillmatt
77
ms.author: masoucou
8-
ms.date: 11/06/2023
8+
ms.date: 05/09/2025
99
ms.topic: unit
1010
title: Exercise - Implement infrastructure resiliency with Kubernetes
1111
durationInMinutes: 11

learn-pr/aspnetcore/microservices-resiliency-aspnet-core/7-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Test your knowledge of what you learned in this tutorial about resiliency.
66
author: codemillmatt
77
ms.author: masoucou
8-
ms.date: 11/06/2023
8+
ms.date: 05/09/2025
99
ms.topic: unit
1010
title: Module assessment
1111
durationInMinutes: 7

learn-pr/aspnetcore/microservices-resiliency-aspnet-core/8-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Review what you learned in the tutorial, and deprovision the Azure resources that you used.
66
author: codemillmatt
77
ms.author: masoucou
8-
ms.date: 11/06/2023
8+
ms.date: 05/09/2025
99
ms.topic: unit
1010
ms.custom:
1111
- devx-track-dotnet

learn-pr/aspnetcore/microservices-resiliency-aspnet-core/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
### YamlMime:Module
22
uid: learn.microservices-resiliency-aspnet-core
33
metadata:
4-
title: Implement resiliency in a cloud-native microservice
4+
title: Implement Resiliency in a Cloud-Native Microservice
55
description: This module guides you through implementing resiliency in an .NET microservices app in a Kubernetes Service.
66
author: codemillmatt
77
ms.author: masoucou
8-
ms.date: 11/06/2023
8+
ms.date: 05/09/2025
99
ms.service: aspnet-core
1010
ms.topic: module-standard-task-based
1111
title: Implement resiliency in a cloud-native .NET microservice

0 commit comments

Comments
 (0)