File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ Use the following steps to build and deploy the sample applications.
59
59
--resource-group ${resource-group-name} \
60
60
--service ${Azure-Spring-Apps-instance-name} \
61
61
--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
63
63
az spring app deploy \
64
64
--resource-group ${resource-group-name} \
65
65
--service ${Azure-Spring-Apps-instance-name} \
66
66
--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
68
68
```
69
69
70
70
> [ !NOTE]
@@ -102,8 +102,8 @@ Use the following steps to build and deploy the sample applications.
102
102
>
103
103
> ```console
104
104
> /get
105
- > /get/ delay/{seconds}
106
- > /get/ fluxdelay/{seconds}
105
+ > /delay/{seconds}
106
+ > /fluxdelay/{seconds}
107
107
> ```
108
108
109
109
## Locate Resilence4j Metrics on the Azure portal
You can’t perform that action at this time.
0 commit comments