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-apps/concept-app-status.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,13 @@ The Azure Spring Apps UI delivers information about the status of running applic
24
24
25
25
## Apps status
26
26
27
-
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:
27
+
To view general status of an application type, select **Apps** in the left navigation pane of a resource group to display the following status information of the deployed app:
28
28
29
-
***Provisioning Status**: Shows the deployment’s provisioning state.
29
+
***Provisioning state**: Shows the deployment’s provisioning state.
30
30
***Running instance**: Shows how many app instances are running and how many app instances you desire. If you stop the app, this column shows **stopped**.
31
-
***Registered Instance**: Shows how many app instances are registered to Eureka and how many app instances you desire. If you stop the app, this column shows **stopped**. Eureka isn't applicable to enterprise tier. For more information if you're using the enterprise tier, see [Use Service Registry](how-to-enterprise-service-registry.md).
31
+
***Registered status**: Shows how many app instances are registered to Eureka and how many app instances you desire. If you stop the app, this column shows **stopped**. Eureka isn't applicable to enterprise tier. For more information if you're using the enterprise tier, see [Use Service Registry](how-to-enterprise-service-registry.md).
:::image type="content" source="media/concept-app-status/apps-ui-status.png" alt-text="Screenshot of the Azure portal showing the Apps Settings page with the Provisioning state, Running instance, and Registration status columns highlighted." lightbox="media/concept-app-status/apps-ui-status.png":::
34
34
35
35
## Deployment status
36
36
@@ -57,12 +57,12 @@ The provisioning state is accessible only from the CLI. It's reported as one of
57
57
58
58
## App instances status
59
59
60
-
The *app instance* status represents every instance of the app. To view the status of a specific instance of a deployed app, select the **Name**of the app in the **Apps**UI. The results will display:
60
+
The *app instance* status represents every instance of the app. To view the status of a specific instance of a deployed app, select the **App instance**pane and then select the **App Instance Name**value for the app. The following status values will appear:
61
61
62
62
***Status**: Whether the instance is running or its current state
63
-
***DiscoveryStatus**: The registered status of the app instance in the Eureka server
63
+
***Discovery Status**: The registered status of the app instance in the Eureka server
:::image type="content" source="media/concept-app-status/apps-ui-instance-status.png" alt-text="Screenshot of the Azure portal showing the App instance Settings page with the Status and Discovery status columns highlighted." lightbox="media/concept-app-status/apps-ui-instance-status.png":::
66
66
67
67
### App instance status
68
68
@@ -89,7 +89,7 @@ The discovery status of the instance is reported as one of the following values:
89
89
90
90
## App registration status
91
91
92
-
The *app registration* status shows the state in service discovery. Azure Spring Apps uses Eureka for service discovery. For more information on how the Eureka client calculates the state, see [Eureka's health checks](https://cloud.spring.io/spring-cloud-static/Greenwich.RELEASE/multi/multi__service_discovery_eureka_clients.html#_eureka_s_health_checks).
92
+
The app registration status shows the state in service discovery. Azure Spring Apps uses Eureka for service discovery. For more information on how the Eureka client calculates the state, see [Eureka's health checks](https://cloud.spring.io/spring-cloud-static/Greenwich.RELEASE/multi/multi__service_discovery_eureka_clients.html#_eureka_s_health_checks).
93
93
## Next steps
94
94
95
95
*[Prepare a Spring or Steeltoe application for deployment in Azure Spring Apps](how-to-prepare-app-deployment.md)
0 commit comments