Skip to content

Commit b2289f5

Browse files
committed
address feedback
1 parent ddaf7df commit b2289f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The instance status is reported as one of the following values:
7676
|-------------|------------|
7777
| Starting | The binary is successfully deployed to the given instance. The instance booting the jar file might fail because the jar can't run properly. Azure Spring Apps restarts the app instance in 60 seconds if it detects that the app instance is still in the *Starting* state. |
7878
| Running | The instance works. The instance can serve requests from inside Azure Spring Apps. |
79-
| Failed | The app instance failed to start the user's binary after several retries. The app instance might be in one of the following states:<br/>- The app might stay in the *Starting* status and never be ready for serving requests.<br/>- The app might boot up but crashed in a few seconds. |
79+
| Failed | The app instance failed to start the user's binary after several retries. The app instance might be in one of the following states:<br/>- The app might stay in the *Starting* status and never be ready for serving requests.<br/>- The app might boot up but crash in a few seconds. |
8080
| Terminating | The app instance is shutting down. The app might not serve requests and the app instance is removed. |
8181

8282
### App discovery status

articles/spring-apps/enterprise/concept-manage-monitor-app-spring-boot-actuator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To add the actuator to a Maven-based project, add the following dependency:
4343
</dependencies>
4444
```
4545

46-
This configuration works any Spring Boot version because versions are covered in the Spring Boot Bill of Materials (BOM).
46+
This configuration works with any Spring Boot version because versions are covered in the Spring Boot Bill of Materials (BOM).
4747

4848
### Configure actuator endpoint
4949

@@ -62,7 +62,7 @@ You can now go back to the app **Overview** pane and wait until the Provisioning
6262

6363
To view all the endpoints built-in and related configurations, see the [Exposing Endpoints](https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html#production-ready-endpoints-exposing-endpoints) section of [Spring Boot Production-ready Features](https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html).
6464

65-
## Secure actuator endpoint
65+
### Secure actuator endpoint
6666

6767
When you open the app to the public, these actuator endpoints are exposed to the public as well. We recommend that you hide all endpoints by setting `management.endpoints.web.exposure.exclude=*`, because the `exclude` property takes precedence over the `include` property. Be aware that this action blocks Application Live View in the Enterprise plan and other apps or tools that rely on the actuator HTTP endpoint.
6868

0 commit comments

Comments
 (0)