Skip to content

Commit 38d6776

Browse files
committed
Add border to image
1 parent e29afab commit 38d6776

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
5.59 KB
Loading

articles/spring-cloud/spring-cloud-tutorial-circuit-breaker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ mvn clean package -D skipTests -f recommendation-service/pom.xml
3333
mvn clean package -D skipTests -f hystrix-turbine/pom.xml
3434
```
3535
## Provision your Azure Spring Cloud instance
36-
Follow the procedure as described in [Provision a service instance on the Azure CLI](https://docs.microsoft.com/en-us/azure/spring-cloud/spring-cloud-quickstart-launch-app-cli#provision-a-service-instance-on-the-azure-cli).
36+
Follow the procedure as described in [Provision a service instance on the Azure CLI](https://docs.microsoft.com/azure/spring-cloud/spring-cloud-quickstart-launch-app-cli#provision-a-service-instance-on-the-azure-cli).
3737

3838
## Deploy your applications to Azure Spring Cloud
3939
These apps do not use Config Server, so there is no need to set up **Config Server** for Azure Spring Cloud. Deploy as follows:
@@ -74,4 +74,4 @@ Hystrix metrics streams are also accessible from test-endpoint. As backend servi
7474
As a web app, Hystrix dashboard should be working on test endpoint. If it is not working properly, there may be two reasons: First, using test endpoint will change the base URL from `/ to /<APP-NAME>/<DEPLOYMENT-NAME>`, or, second, the web app is using absolute path for static resource. To get it working on test endpoint, you might need to manually edit the <base>in the front-end files.
7575

7676
## See also
77-
* (https://docs.microsoft.com/azure/spring-cloud/spring-cloud-quickstart-launch-app-cli#provision-a-service-instance-on-the-azure-cli)
77+
* [Provision a service instance on the Azure CLI](https://docs.microsoft.com/azure/spring-cloud/spring-cloud-quickstart-launch-app-cli#provision-a-service-instance-on-the-azure-cli)

0 commit comments

Comments
 (0)