Skip to content

Commit df83409

Browse files
committed
update status categories
1 parent 72b87c2 commit df83409

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/spring-cloud/spring-cloud-concept-app-status.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ ms.author: brendm
1414
The Azure Spring Cloud UI delivers information about the status of running applications. There is an **Apps** option for each resource group in a subscription that displays general status of application types. For each application type, there is display of **Application instances**.
1515

1616
## Apps status
17-
To view general status of an application type, select **Apps** in the left navigation pane of a resource group. The result displays the status of the deployed app and its discovery status:
18-
* Status: Whether the app is deployed or its state
19-
* DiscoveryStatus: The registered status of the app in Eureka server, which is the same as the definition in Eureka
17+
To view general status of an application type, select **Apps** in the left navigation pane of a resource group. The result displays the status of the deployed app:
18+
19+
* Provisioning status shows the deployment’s provisioning state
20+
* The running instance shows how many app instances are running/how many app instances are desired. If the app should be stopped, this column shows *stopped*.
21+
* Registered instance shows how many app instances are registered to eureka/how many app instance are desired. If the app should be stopped, this column shows *stopped*.
22+
2023

2124
![Apps status](media/spring-cloud-concept-app-status/apps-ui-status.png)
2225

0 commit comments

Comments
 (0)