@@ -26,8 +26,8 @@ To view general status of an application type, select **Apps** in the left navig
26
26
| :--:| :----------------:|
27
27
| Running | The deployment runs properly |
28
28
| Stopped | The deployment is stopped |
29
- | Compiling | ASC is compiling user's source code |
30
- | Allocating | ASC is acquiring resource for the deployment. Prevent user operation in this status. |
29
+ | Compiling | Compiling user's source code |
30
+ | Allocating | Acquiring resource for the deployment. Prevent user operation in this status. |
31
31
| Upgrading | User's app is trying to boot up with given resources and binary deployment. |
32
32
| Failed | User's app failed to deploy due to lack of resources, or binary cannot be built from source code. |
33
33
@@ -37,8 +37,8 @@ To view general status of an application type, select **Apps** in the left navig
37
37
| :--:| :----------------:|
38
38
| Creating | The resource is creating. |
39
39
| Updating | The resource is updating. |
40
- | Succeeded | ASC successfully supplies resources and deploys the binary. |
41
- | Failed | ASC failed to achieve the * Succeeded* goal. |
40
+ | Succeeded | Successfully supplied resources and deploys the binary. |
41
+ | Failed | Failed to achieve the * Succeeded* goal. |
42
42
| Deleting | The resource is being deleted. This prevents operation, and the resource is not available in this status. |
43
43
44
44
** The Discovery status is reported as one of the following values:**
@@ -61,10 +61,10 @@ To view the status of a specific instance of a deployed app, click the **Name**
61
61
62
62
| Enum | Definition |
63
63
| :--:| :----------------:|
64
- | Pending | ASC is still allocating resources for the instance |
64
+ | Pending | Still allocating resources for the instance |
65
65
| Starting | The binary is successfully deployed to the given instance. Instance booting the jar file may fail because jar cannot run properly. |
66
66
| Running | The instance works. |
67
- | Failed | ASC failed to deploy the resource to the instance. |
67
+ | Failed | Failed to deploy the resource to the instance. |
68
68
| Terminating | The app instance is shutting down. |
69
69
| Retiring | The app instance is for the previous deployment and should be retired after the current deployment operation. |
70
70
0 commit comments