Skip to content

Commit 8036dfa

Browse files
Merge pull request #52971 from lootle1/RT5
Retire Article: Decompose a Monolithic Application into a Microservic…
2 parents c617a83 + 901719a commit 8036dfa

34 files changed

Lines changed: 45 additions & 3055 deletions

.openpublishing.redirection.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61179,6 +61179,46 @@
6117961179
"redirect_url": "https://learn.microsoft.com/aspnet/core/overview?view=aspnetcore-10.0",
6118061180
"redirect_document_id": false
6118161181
},
61182+
{
61183+
"source_path": "learn-pr/azure/microservices-architecture/index.yml",
61184+
"redirect_url": "https://learn.microsoft.com/azure/architecture/web-apps/app-service/architectures/basic-web-app",
61185+
"redirect_document_id": false
61186+
},
61187+
{
61188+
"source_path": "learn-pr/azure/microservices-architecture/1-introduction.yml",
61189+
"redirect_url": "https://learn.microsoft.com/azure/architecture/web-apps/app-service/architectures/basic-web-app",
61190+
"redirect_document_id": false
61191+
},
61192+
{
61193+
"source_path": "learn-pr/azure/microservices-architecture/2-monolith-microservices.yml",
61194+
"redirect_url": "https://learn.microsoft.com/azure/architecture/web-apps/app-service/architectures/basic-web-app",
61195+
"redirect_document_id": false
61196+
},
61197+
{
61198+
"source_path": "learn-pr/azure/microservices-architecture/3-exercise-deploy-monolithic-app.yml",
61199+
"redirect_url": "https://learn.microsoft.com/azure/architecture/web-apps/app-service/architectures/basic-web-app",
61200+
"redirect_document_id": false
61201+
},
61202+
{
61203+
"source_path": "learn-pr/azure/microservices-architecture/4-monolith-performance.yml",
61204+
"redirect_url": "https://learn.microsoft.com/azure/architecture/web-apps/app-service/architectures/basic-web-app",
61205+
"redirect_document_id": false
61206+
},
61207+
{
61208+
"source_path": "learn-pr/azure/microservices-architecture/5-analyze-decompose.yml",
61209+
"redirect_url": "https://learn.microsoft.com/azure/architecture/web-apps/app-service/architectures/basic-web-app",
61210+
"redirect_document_id": false
61211+
},
61212+
{
61213+
"source_path": "learn-pr/azure/microservices-architecture/6-exercise-refactor-microservice.yml",
61214+
"redirect_url": "https://learn.microsoft.com/azure/architecture/web-apps/app-service/architectures/basic-web-app",
61215+
"redirect_document_id": false
61216+
},
61217+
{
61218+
"source_path": "learn-pr/azure/microservices-architecture/7-summary.yml",
61219+
"redirect_url": "https://learn.microsoft.com/azure/architecture/web-apps/app-service/architectures/basic-web-app",
61220+
"redirect_document_id": false
61221+
},
6118261222
{
6118361223
"source_path": "learn-pr/azure/train-model-debug-with-responsible-ai-dashboard-azure-machine-learning/index.yml",
6118461224
"redirect_url": "https://learn.microsoft.com/azure/machine-learning/concept-responsible-ai-dashboard",

learn-pr/achievements.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7375,6 +7375,11 @@ achievements:
73757375
title: Migrate an ASP.NET Core application from an on-premises environment into Azure
73767376
summary: You're a senior .NET developer working for a VanArsdel Ltd., a real estate business. VanArsdel has an experienced in-house development team and the technology stack is Microsoft's .NET. Interaction with your customers happens through the website that built with ASP.NET Core MVC and SQL Server and it's hosted on-premises. Management plans to expand the business. The expansion will lead to increased numbers of users hitting the current web application. You conclude the expansion plans require to scale-up hardware to handle increased workload and ensure fast response times. Because of high cost related to these investments, you consider a migration of the solution into the cloud. The positive experience with the Microsoft stack in the past makes you feel comfortable moving to Azure as your cloud provider and you expect a smooth transition. Pushing the application to Azure will help mitigate both, the cost and time factor of upgrading the on-premises solution.
73777377
iconUrl: /training/achievements/generic-badge.svg
7378+
- uid: learn.microservices-architecture.badge
7379+
type: badge
7380+
title: Decompose a Monolithic Application into a Microservices Architecture
7381+
summary: Improve development agility, deployment, fault tolerance, and scalability by modernizing your application with a microservices architecture.
7382+
iconUrl: /training/achievements/microservices-architecture.svg
73787383
- uid: learn.github.train-model-debug-with-responsible-ai-dashboard-azure-machine-learning.badge
73797384
type: badge
73807385
title: Train a model and debug it with Responsible AI dashboard

learn-pr/azure-devops/deploy-kubernetes/includes/6-summary.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ While this module focused on orchestrating a collection of Docker containers usi
66

77
In this module, you worked with a microservices solution using containers. However, there are many ways to implement microservice solutions in Azure using a wide variety of technologies. To learn more, see [Building microservices on Azure](/azure/architecture/microservices/?azure-portal=true).
88

9-
The microservices solution in this module had been refactored from a larger monolithic application. To learn more about migrating larger applications into smaller services, see [Decompose a monolithic application into a microservices architecture](/training/modules/microservices-architecture/?azure-portal=true).
10-
119
The microservices solution in this module used various platforms and services, including Docker, Azure Container Registry, and Kubernetes. To learn more about these and related container-centric technologies in Azure, such as Azure Container Instances and App Service, see the [Administer containers in Azure learning path](../../../paths/administer-containers-in-azure/index.yml?azure-portal=true).
1210

1311
## Learning path summary

learn-pr/azure/microservices-architecture/1-introduction.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

learn-pr/azure/microservices-architecture/2-monolith-microservices.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

learn-pr/azure/microservices-architecture/3-exercise-deploy-monolithic-app.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

learn-pr/azure/microservices-architecture/4-monolith-performance.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

learn-pr/azure/microservices-architecture/5-analyze-decompose.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

learn-pr/azure/microservices-architecture/6-exercise-refactor-microservice.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

learn-pr/azure/microservices-architecture/7-summary.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)