Skip to content

Commit 6374b5b

Browse files
committed
Format tables
1 parent 362ffa0 commit 6374b5b

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

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

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: brendm
1111

1212
# Understanding app status in Azure Spring Cloud
1313

14-
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**.
14+
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
1717
To view general status of an application type, select **Apps** in the left navigation pane of a resource group. The result will be display of the status of the deployed app and its discovery status:
@@ -22,24 +22,26 @@ To view general status of an application type, select **Apps** in the left navig
2222

2323
The Deployment status is reported as one of the following values:
2424

25-
Deployment.properties.Status:
26-
| Enum | Definition |
27-
|------------|:-------------------------------------------------------------------------------------------------:|
28-
| Running | The deployment runs properly |
29-
| Stopped | The deployment is stopped |
30-
| Compiling | ASC is compiling user's source code |
31-
| Allocating | ASC is acquiring resource for the deployment. Prevent user operation in this status. |
32-
| Upgrading | User's app is trying to boot up with given resources and binary deployment. |
33-
| Failed | User's app failed to deploy due to lack of resources, or binary cannot be built from source code. |
25+
Deployment.properties.Status
26+
|--|--|
27+
|--|:-:|
28+
| Enum | Definition |
29+
| Running | The deployment runs properly |
30+
| Stopped | The deployment is stopped |
31+
| Compiling | ASC is compiling user's source code |
32+
| Allocating | ASC is acquiring resource for the deployment. Prevent user operation in this status. |
33+
| Upgrading | User's app is trying to boot up with given resources and binary deployment. |
34+
| Failed | User's app failed to deploy due to lack of resources, or binary cannot be built from source code. |
3435

3536
The Discovery status is reported as one of the following values:
3637

37-
| DiscoveryStatus: Show registered status of the instance in Eureka server, same as the definition in Eureka |
38-
|------------------------------------------------------------------------------------------------------------|--|
39-
| ---------- | :----------------: |
40-
| Up | The app instance is registered to eureka and ready to receive traffic |
41-
| OUT_OF_SERVICE | The app instance is registered to Eureka and able to receive traffic. but shuts down for traffic intentionally. |
42-
| DOWN | The app instance is not registered to Eureka or is registered but not able to receive traffic. |
38+
DiscoveryStatus: Show registered status of the instance in Eureka server, same as the definition in Eureka
39+
|--|--|
40+
| ---------- | :----------------: |
41+
| Enum | Definition |
42+
| Up | The app instance is registered to eureka and ready to receive traffic |
43+
| OUT_OF_SERVICE | The app instance is registered to Eureka and able to receive traffic. but shuts down for traffic intentionally. |
44+
| DOWN | The app instance is not registered to Eureka or is registered but not able to receive traffic. |
4345

4446
## App instances status
4547

0 commit comments

Comments
 (0)