Skip to content

Commit 25577e0

Browse files
authored
Merge pull request #225714 from brhamilton529/brh-screenshot-02
Screenshot updates: App status in Azure Spring Apps
2 parents 2261079 + baf6613 commit 25577e0

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ The Azure Spring Apps UI delivers information about the status of running applic
2424

2525
## Apps status
2626

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:
2828

29-
* **Provisioning Status**: Shows the deployment’s provisioning state.
29+
* **Provisioning state**: Shows the deployment’s provisioning state.
3030
* **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).
3232

33-
![Apps status](media/spring-cloud-concept-app-status/apps-ui-status.png)
33+
:::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":::
3434

3535
## Deployment status
3636

@@ -57,12 +57,12 @@ The provisioning state is accessible only from the CLI. It's reported as one of
5757

5858
## App instances status
5959

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:
6161

6262
* **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
6464

65-
![App instances status](media/spring-cloud-concept-app-status/apps-ui-instance-status.png)
65+
:::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":::
6666

6767
### App instance status
6868

@@ -89,7 +89,7 @@ The discovery status of the instance is reported as one of the following values:
8989

9090
## App registration status
9191

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).
9393
## Next steps
9494

9595
* [Prepare a Spring or Steeltoe application for deployment in Azure Spring Apps](how-to-prepare-app-deployment.md)
158 KB
Loading
189 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)