Skip to content

Commit de5076c

Browse files
committed
file path fix
1 parent a8443b3 commit de5076c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/spring-apps/enterprise/how-to-use-application-live-view.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,13 +255,13 @@ az spring dev-tool create \
255255

256256
## Configure customized Spring Boot actuator
257257

258-
Application Live View can automatically connect and monitor Spring boot apps with default actuator settings. The default HTTP port of the actuator endpoints are same as the app's HTTP port and all actuator endpoints are accessible by the default context path of the application that has the `/actuator` suffix.
258+
Application Live View can automatically connect and monitor Spring boot apps with default actuator settings. The default HTTP port of the actuator endpoints are same as the HTTP port of the application and all actuator endpoints are accessible by the default context path of the application that has the `/actuator` suffix.
259259

260-
If the port (`management.server.port=`) or the context path (`management.endpoints.web.base-path=/`) were customized for an app, Application Live View stops connecting and monitoring the app and reports 404 for the app. To allow Application Live View to continue monitoring such apps, use the following steps to configure app deployment and customize actuator endpoints.
260+
If the port (`management.server.port=`) or the context path (`management.endpoints.web.base-path=/`) is customized for an app, Application Live View stops connecting and monitoring the app and reports 404 for the app. To allow Application Live View to continue monitoring such apps, use the following steps to configure app deployment and customize actuator endpoints.
261261

262262
### [Azure portal](#tab/Portal)
263263

264-
Use the following steps to configure the deployment on Azure portal:
264+
Use the following steps to configure the deployment using the Azure portal:
265265

266266
1. Navigate to your service resource, and then go to the **Apps** page.
267267

0 commit comments

Comments
 (0)