Skip to content

Commit 7a74015

Browse files
committed
fix
1 parent 1b07fc9 commit 7a74015

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

articles/spring-apps/enterprise/quickstart-monitor-end-to-end-enterprise.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,15 @@ You must manually provide the Application Insights connection string to the Orde
103103
--service ${AZURE_SPRING_APPS_SERVICE_INSTANCE_NAME} \
104104
--name frontend
105105
106+
az spring app restart \
107+
--resource-group ${RESOURCE_GROUP} \
108+
--service ${AZURE_SPRING_APPS_SERVICE_INSTANCE_NAME} \
109+
--name payment-service
110+
```
111+
112+
1. If you've configured [single sign-on](quickstart-configure-single-sign-on-enterprise.md), use the following commands to restart applications to reload identity-service app configuration:
113+
114+
```azurecli
106115
az spring app restart \
107116
--resource-group ${RESOURCE_GROUP} \
108117
--service ${AZURE_SPRING_APPS_SERVICE_INSTANCE_NAME} \
@@ -128,7 +137,8 @@ export GATEWAY_URL=$(az spring gateway show \
128137
129138
export GATEWAY_URL=https://${GATEWAY_URL}
130139
131-
./gradlew -p azure-spring-apps-enterprise/load-test/traffic-generator gatlingRun-com.vmware.acme.simulation.GuestSimulation
140+
cd azure-spring-apps-enterprise/load-test/traffic-generator
141+
./gradlew gatlingRun-com.vmware.acme.simulation.GuestSimulation.java
132142
```
133143

134144
Use the following command to get the latest 100 lines of application console logs from the Catalog Service application:

0 commit comments

Comments
 (0)