Skip to content

Commit a594edb

Browse files
committed
Technical Review 1058678: Decompose a monolithic application into a microservices architecture
1 parent 8784972 commit a594edb

File tree

8 files changed

+146
-146
lines changed

8 files changed

+146
-146
lines changed
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.microservices-architecture.1-introduction
3-
metadata:
4-
title: Introduction
5-
description: Introduction
6-
ms.date: 02/02/2024
7-
author: rmcmurray
8-
ms.author: robmcm
9-
ms.topic: unit
10-
title: Introduction
11-
durationInMinutes: 5
12-
content: |
13-
[!include[](includes/1-introduction.md)]
14-
1+
### YamlMime:ModuleUnit
2+
uid: learn.microservices-architecture.1-introduction
3+
metadata:
4+
title: Introduction
5+
description: Introduction
6+
ms.date: 07/08/2025
7+
author: rmcmurray
8+
ms.author: robmcm
9+
ms.topic: unit
10+
title: Introduction
11+
durationInMinutes: 5
12+
content: |
13+
[!include[](includes/1-introduction.md)]
14+
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.microservices-architecture.2-monolith-microservices
3-
metadata:
4-
title: Monolithic and microservice architectures
5-
description: Monolithic and microservice architectures
6-
ms.date: 02/02/2024
7-
author: rmcmurray
8-
ms.author: robmcm
9-
ms.topic: unit
10-
title: Monolithic and microservice architectures
11-
durationInMinutes: 10
12-
content: |
13-
[!include[](includes/2-monolith-microservices.md)]
14-
1+
### YamlMime:ModuleUnit
2+
uid: learn.microservices-architecture.2-monolith-microservices
3+
metadata:
4+
title: Monolithic and microservice architectures
5+
description: Monolithic and microservice architectures
6+
ms.date: 07/08/2025
7+
author: rmcmurray
8+
ms.author: robmcm
9+
ms.topic: unit
10+
title: Monolithic and microservice architectures
11+
durationInMinutes: 10
12+
content: |
13+
[!include[](includes/2-monolith-microservices.md)]
14+
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.microservices-architecture.3-exercise-deploy-monolithic-app
3-
metadata:
4-
title: Exercise - Deploy a monolithic application on App Service
5-
description: Exercise - Deploy a monolithic application on App Service
6-
ms.date: 02/02/2024
7-
author: rmcmurray
8-
ms.author: robmcm
9-
ms.topic: unit
10-
title: Exercise - Deploy a monolithic application on App Service
11-
durationInMinutes: 10
12-
interactive: bash
13-
azureSandbox: true
14-
content: |
15-
[!include[](includes/3-exercise-deploy-monolithic-app.md)]
16-
1+
### YamlMime:ModuleUnit
2+
uid: learn.microservices-architecture.3-exercise-deploy-monolithic-app
3+
metadata:
4+
title: Exercise - Deploy a monolithic application on App Service
5+
description: Exercise - Deploy a monolithic application on App Service
6+
ms.date: 07/08/2025
7+
author: rmcmurray
8+
ms.author: robmcm
9+
ms.topic: unit
10+
title: Exercise - Deploy a monolithic application on App Service
11+
durationInMinutes: 10
12+
interactive: bash
13+
azureSandbox: true
14+
content: |
15+
[!include[](includes/3-exercise-deploy-monolithic-app.md)]
16+
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.microservices-architecture.4-monolith-performance
3-
metadata:
4-
title: Performance constraints of a monolithic application
5-
description: Performance constraints of a monolithic application
6-
ms.date: 02/02/2024
7-
author: rmcmurray
8-
ms.author: robmcm
9-
ms.topic: unit
10-
title: Performance constraints of a monolithic application
11-
durationInMinutes: 5
12-
content: |
13-
[!include[](includes/4-monolith-performance.md)]
14-
1+
### YamlMime:ModuleUnit
2+
uid: learn.microservices-architecture.4-monolith-performance
3+
metadata:
4+
title: Performance constraints of a monolithic application
5+
description: Performance constraints of a monolithic application
6+
ms.date: 07/08/2025
7+
author: rmcmurray
8+
ms.author: robmcm
9+
ms.topic: unit
10+
title: Performance constraints of a monolithic application
11+
durationInMinutes: 5
12+
content: |
13+
[!include[](includes/4-monolith-performance.md)]
14+
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.microservices-architecture.5-analyze-decompose
3-
metadata:
4-
title: Analyze an application and identify decomposition boundaries
5-
description: Analyze an application and identify decomposition boundaries
6-
ms.date: 02/02/2024
7-
author: rmcmurray
8-
ms.author: robmcm
9-
ms.topic: unit
10-
title: Analyze an application and identify decomposition boundaries
11-
durationInMinutes: 10
12-
content: |
13-
[!include[](includes/5-analyze-decompose.md)]
14-
1+
### YamlMime:ModuleUnit
2+
uid: learn.microservices-architecture.5-analyze-decompose
3+
metadata:
4+
title: Analyze an application and identify decomposition boundaries
5+
description: Analyze an application and identify decomposition boundaries
6+
ms.date: 07/08/2025
7+
author: rmcmurray
8+
ms.author: robmcm
9+
ms.topic: unit
10+
title: Analyze an application and identify decomposition boundaries
11+
durationInMinutes: 10
12+
content: |
13+
[!include[](includes/5-analyze-decompose.md)]
14+
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.microservices-architecture.6-exercise-refactor-microservice
3-
metadata:
4-
title: Exercise - Refactor a service within the monolith as a microservice
5-
description: Exercise - Refactor a service within the monolith as a microservice
6-
ms.date: 02/02/2024
7-
author: rmcmurray
8-
ms.author: robmcm
9-
ms.topic: unit
10-
ms.custom:
11-
- devx-track-azurecli
12-
title: Exercise - Refactor a service within the monolith as a microservice
13-
durationInMinutes: 10
14-
interactive: bash
15-
azureSandbox: true
16-
content: |
17-
[!include[](includes/6-exercise-refactor-microservice.md)]
18-
1+
### YamlMime:ModuleUnit
2+
uid: learn.microservices-architecture.6-exercise-refactor-microservice
3+
metadata:
4+
title: Exercise - Refactor a service within the monolith as a microservice
5+
description: Exercise - Refactor a service within the monolith as a microservice
6+
ms.date: 07/08/2025
7+
author: rmcmurray
8+
ms.author: robmcm
9+
ms.topic: unit
10+
ms.custom:
11+
- devx-track-azurecli
12+
title: Exercise - Refactor a service within the monolith as a microservice
13+
durationInMinutes: 10
14+
interactive: bash
15+
azureSandbox: true
16+
content: |
17+
[!include[](includes/6-exercise-refactor-microservice.md)]
18+
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.microservices-architecture.7-summary
3-
metadata:
4-
title: Summary
5-
description: Summary
6-
ms.date: 02/02/2024
7-
author: rmcmurray
8-
ms.author: robmcm
9-
ms.topic: unit
10-
title: Summary
11-
durationInMinutes: 2
12-
content: |
13-
[!include[](includes/7-summary.md)]
14-
1+
### YamlMime:ModuleUnit
2+
uid: learn.microservices-architecture.7-summary
3+
metadata:
4+
title: Summary
5+
description: Summary
6+
ms.date: 07/08/2025
7+
author: rmcmurray
8+
ms.author: robmcm
9+
ms.topic: unit
10+
title: Summary
11+
durationInMinutes: 2
12+
content: |
13+
[!include[](includes/7-summary.md)]
14+
Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
1-
### YamlMime:Module
2-
uid: learn.microservices-architecture
3-
metadata:
4-
title: Decompose a monolithic application into a microservices architecture
5-
description: Improve development agility, deployment, fault tolerance, and scalability by modernizing your application with a microservices architecture.
6-
ms.service: azure-functions
7-
manager: mkluck
8-
ms.date: 02/02/2024
9-
author: rmcmurray
10-
ms.author: robmcm
11-
ms.topic: module
12-
title: Decompose a monolithic application into a microservices architecture
13-
summary: Improve development agility, deployment, fault tolerance, and scalability by modernizing your application with a microservices architecture.
14-
abstract: |
15-
In this module, you will:
16-
- Identify the properties and benefits of a microservices application
17-
- Decompose a monolithic application into a microservices architecture
18-
prerequisites: |
19-
- Basic understanding of application and system architecture
20-
- Basic knowledge of C#
21-
iconUrl: /training/achievements/microservices-architecture.svg
22-
levels:
23-
- advanced
24-
roles:
25-
- solution-architect
26-
products:
27-
- azure
28-
- azure-functions
29-
- azure-app-service
30-
subjects:
31-
- architecture
32-
units:
33-
- learn.microservices-architecture.1-introduction
34-
- learn.microservices-architecture.2-monolith-microservices
35-
- learn.microservices-architecture.3-exercise-deploy-monolithic-app
36-
- learn.microservices-architecture.4-monolith-performance
37-
- learn.microservices-architecture.5-analyze-decompose
38-
- learn.microservices-architecture.6-exercise-refactor-microservice
39-
- learn.microservices-architecture.7-summary
40-
badge:
41-
uid: learn.microservices-architecture.badge
42-
1+
### YamlMime:Module
2+
uid: learn.microservices-architecture
3+
metadata:
4+
title: Decompose a Monolithic Application into a Microservices Architecture
5+
description: Improve development agility, deployment, fault tolerance, and scalability by modernizing your application with a microservices architecture.
6+
ms.service: azure-functions
7+
manager: mkluck
8+
ms.date: 07/08/2025
9+
author: rmcmurray
10+
ms.author: robmcm
11+
ms.topic: module
12+
title: Decompose a monolithic application into a microservices architecture
13+
summary: Improve development agility, deployment, fault tolerance, and scalability by modernizing your application with a microservices architecture.
14+
abstract: |
15+
In this module, you will:
16+
- Identify the properties and benefits of a microservices application
17+
- Decompose a monolithic application into a microservices architecture
18+
prerequisites: |
19+
- Basic understanding of application and system architecture
20+
- Basic knowledge of C#
21+
iconUrl: /training/achievements/microservices-architecture.svg
22+
levels:
23+
- advanced
24+
roles:
25+
- solution-architect
26+
products:
27+
- azure
28+
- azure-functions
29+
- azure-app-service
30+
subjects:
31+
- architecture
32+
units:
33+
- learn.microservices-architecture.1-introduction
34+
- learn.microservices-architecture.2-monolith-microservices
35+
- learn.microservices-architecture.3-exercise-deploy-monolithic-app
36+
- learn.microservices-architecture.4-monolith-performance
37+
- learn.microservices-architecture.5-analyze-decompose
38+
- learn.microservices-architecture.6-exercise-refactor-microservice
39+
- learn.microservices-architecture.7-summary
40+
badge:
41+
uid: learn.microservices-architecture.badge
42+

0 commit comments

Comments
 (0)