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/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ Yes. For more information, see [Set up autoscale for microservice applications](
209
209
Azure Spring Cloud continuously probes port 1025 for customer's applications. These probes determine whether the application container is ready to start accepting traffic and whether Azure Spring Cloud needs to restart the application container. Internally, Azure Spring Cloud uses Kubernetes liveness and readiness probes to achieve the status monitoring.
210
210
211
211
>[!NOTE]
212
-
> As a result, currently applications without exposing port 1025 aren't able to be launched in Azure Spring Cloud.
212
+
> Because of these probes, you currently can't launch applications in Azure Spring Cloud without exposing port 1025.
213
213
214
214
### Whether and when will my application be restarted?
0 commit comments