Skip to content

Commit 333ae3e

Browse files
committed
edit
1 parent 55119d1 commit 333ae3e

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. One reason is that the Apps are likely to communicate each other. They can easily do that by using Eureka service registry in the 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)