You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-cloud/spring-cloud-howto-integrate-azure-load-balancers.md
+36-1Lines changed: 36 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.date: 04/20/2020
10
10
11
11
# Integrate Azure Spring Cloud with Azure Load Balance Solutions
12
12
13
-
Azure Spring Cloud supports microservices on Azure. A growing business can require multiple data centers with management of multiple Azure Spring Cloud instances.
13
+
Azure Spring Cloud supports microservices on Azure. Increasing business can require multiple data centers with management of multiple instances of Azure Spring Cloud.
14
14
15
15
Azure already provides different load-balance solutions. There are three options to integrate Azure Spring Cloud with Azure load-balance solutions:
16
16
@@ -48,8 +48,43 @@ To finish the configuration:
48
48
49
49
## Integrate Azure Spring Cloud with Azure App Gateway
50
50
51
+
To integrate with azure spring cloud service, complete the following configurations:
52
+
53
+
### Configure Backend Pool
54
+
1. Specify **Target type** as *IP address* or *FQDN*.
55
+
1. Enter your Azure spring cloud public endpoints.
0 commit comments