diff --git a/docs/en/Deployment/Distributed-Microservice.md b/docs/en/Deployment/Distributed-Microservice.md new file mode 100644 index 0000000000..fb2c4032e8 --- /dev/null +++ b/docs/en/Deployment/Distributed-Microservice.md @@ -0,0 +1,4 @@ +# Deploying Distributed / Microservice Solutions + +The ABP Framework is designed to consider distributed and microservice systems, where you have multiple applications and/or services communicating internally. All of its features are compatible with distributed scenarios. This document highlights some points you should care when you deploy your distributed or microservice solution. + diff --git a/docs/en/Deployment/Index.md b/docs/en/Deployment/Index.md index 1ca688ca0f..849d3bd4f3 100644 --- a/docs/en/Deployment/Index.md +++ b/docs/en/Deployment/Index.md @@ -9,3 +9,4 @@ However, there are some topics that you should care about when you are deploying * [Configuring for Production](Configuring-Production.md): Notes for some essential configurations for production environments. * [Optimization for Production](Optimizing-Production.md): Tips and suggestions for optimizing your application on production environments. * [Deploying to a Clustered Environment](Clustered-Environment.md): Explains how to configure your application when you want to run multiple instances of your application concurrently. +* [Deploying Distributed / Microservice Solutions](Distributed-Microservice.md): Deployment notes for solutions consisting of multiple applications and/or services. diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 7cce0c6bbb..8732428ecd 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -1311,6 +1311,10 @@ "text": "Deploying to a Clustered Environment", "path": "Deployment/Clustered-Environment.md" }, + { + "text": "Distributed / Microservice Solutions", + "path": "Distributed-Microservice.md" + }, { "text": "Optimizing for Production", "path": "Deployment/Optimizing-Production.md"