Skip to content

Commit 89d43a2

Browse files
committed
Fill table data
1 parent 91bbc0c commit 89d43a2

File tree

1 file changed

+36
-5
lines changed

1 file changed

+36
-5
lines changed

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

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To view general status of an application type, select **Apps** in the left navig
2020

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

23-
The Deployment status is reported as one of the following values:
23+
**The Deployment status is reported as one of the following values:**
2424

2525
Deployment.properties.Status
2626

@@ -33,13 +33,24 @@ Deployment.properties.Status
3333
| Upgrading | User's app is trying to boot up with given resources and binary deployment. |
3434
| Failed | User's app failed to deploy due to lack of resources, or binary cannot be built from source code. |
3535

36-
The Discovery status is reported as one of the following values:
36+
** The previsioning state is reported as one of the following values:**
3737

38-
DiscoveryStatus: Show registered status of the instance in Eureka server, same as the definition in Eureka
38+
Deployment.properties.privioningState:
3939

4040
| Enum | Definition |
4141
|:--:|:----------------:|
42+
| Creating | The resource is creating. |
43+
| Updating | The resource is updating. |
44+
| Succeeded | ASC successfully supplies resources and deploys the binary. |
45+
| Failed | ASC failed to achieve the *Succeeded* goal. |
46+
| Deleting | The resource is being deleted. This prevents operation, and the resource is not available in this status. |
47+
48+
**The Discovery status is reported as one of the following values:**
49+
50+
DiscoveryStatus: registered status of the instance in Eureka server, same as the definition in Eureka
51+
4252
| Enum | Definition |
53+
|:--:|:----------------:|
4354
| Up | The app instance is registered to eureka and ready to receive traffic |
4455
| OUT_OF_SERVICE | The app instance is registered to Eureka and able to receive traffic. but shuts down for traffic intentionally. |
4556
| DOWN | The app instance is not registered to Eureka or is registered but not able to receive traffic. |
@@ -52,10 +63,30 @@ To view the status of a specific instance of a deployed app, click the **Name**
5263

5364
![App instances status](media/spring-cloud-concept-app-status/apps-ui-instance-status.png)
5465

55-
The instance status is reported as one of the following values:
66+
**The instance status is reported as one of the following values:**
67+
68+
Deployment.properties.appInstance.status:
69+
70+
| Enum | Definition |
71+
|:--:|:----------------:|
72+
| Pending | ASC is still allocating resources for the instance |
73+
| Starting | The binary is successfully deployed to the given instance. Instance booting the jar file may fail because jar cannot run properly. |
74+
| Running | The instance works. |
75+
| Failed | ASC failed to deploy the resource to the instance. |
76+
| Terminating | The app instance is shutting down. |
77+
| Retiring | The app instance is for the previous deployment and should be retired after the current deployment operation. |
5678

79+
**The discovery status of the instance is reported as one of the following values:**
80+
81+
Deployment.properties.appInstance. DiscoveryStatus:
82+
registered status of the instance in Eureka server, same as the definition in Eureka
83+
84+
| Enum | Definition |
85+
|:--:|:----------------:|
86+
| Up | The app instance is registered to eureka and ready to receive traffic |
87+
| OUT_OF_SERVICE | The app instance is registered to Eureka and able to receive traffic. but shuts down for traffic intentionally. |
88+
| DOWN | The app instance is not registered to Eureka or is registered but not able to receive traffic. |
5789

58-
The discovery status of the instance is reported as one of the following values:
5990

6091
## See also
6192
* [Prepare a Java Spring application for deployment in Azure Spring Cloud](spring-cloud-tutorial-prepare-app-deployment.md)

0 commit comments

Comments
 (0)