Skip to content

Commit 4ce3a9e

Browse files
Merge pull request #237329 from KarlErickson/domainname-domainname-patch-12-237175
edit "Add explanation #237175"
2 parents 7993c50 + 333ae3e commit 4ce3a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/concept-understand-app-and-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.custom: devx-track-java, event-tier1-build-2022
2222

2323
![Apps and Deployments](./media/spring-cloud-app-and-deployment/app-deployment-rev.png)
2424

25-
You can have multiple service instances within a single Azure subscription, but the Azure Spring Apps Service is easiest to use when all of the Apps that make up a business app reside within a single service instance.
25+
You can have multiple service instances within a single Azure subscription, but the Azure Spring Apps Service is easiest to use when all of the Apps that make up a business app reside within a single service instance. One reason is that the Apps are likely to communicate with each other. They can easily do that by using Eureka service registry in the service instance.
2626

2727
Azure Spring Apps standard tier allows one App to have one production deployment and one staging deployment, so that you can do blue/green deployment on it easily.
2828

0 commit comments

Comments
 (0)