Skip to content

Commit f53a771

Browse files
Merge pull request #237060 from domainname/domainname-patch-9
Fix endpoints, and replace --jar-path with --artifact-path
2 parents 90bee92 + 0ce88ff commit f53a771

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/spring-apps/how-to-circuit-breaker-metrics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ Use the following steps to build and deploy the sample applications.
5959
--resource-group ${resource-group-name} \
6060
--service ${Azure-Spring-Apps-instance-name} \
6161
--name resilience4j \
62-
--jar-path ./spring-cloud-circuitbreaker-demo-resilience4j/target/spring-cloud-circuitbreaker-demo-resilience4j-0.0.1.BUILD-SNAPSHOT.jar
62+
--artifact-path ./spring-cloud-circuitbreaker-demo-resilience4j/target/spring-cloud-circuitbreaker-demo-resilience4j-0.0.1-SNAPSHOT.jar
6363
az spring app deploy \
6464
--resource-group ${resource-group-name} \
6565
--service ${Azure-Spring-Apps-instance-name} \
6666
--name reactive-resilience4j \
67-
--jar-path ./spring-cloud-circuitbreaker-demo-reactive-resilience4j/target/spring-cloud-circuitbreaker-demo-reactive-resilience4j-0.0.1.BUILD-SNAPSHOT.jar
67+
--artifact-path ./spring-cloud-circuitbreaker-demo-reactive-resilience4j/target/spring-cloud-circuitbreaker-demo-reactive-resilience4j-0.0.1-SNAPSHOT.jar
6868
```
6969

7070
> [!NOTE]
@@ -102,8 +102,8 @@ Use the following steps to build and deploy the sample applications.
102102
>
103103
> ```console
104104
> /get
105-
> /get/delay/{seconds}
106-
> /get/fluxdelay/{seconds}
105+
> /delay/{seconds}
106+
> /fluxdelay/{seconds}
107107
> ```
108108
109109
## Locate Resilence4j Metrics on the Azure portal

0 commit comments

Comments
 (0)