Skip to content

Commit 995ee7f

Browse files
authored
Merge pull request #97352 from MikeDodaro/makeStepsExplicitQuickstart
Separate 3 steps. Edit image with config
2 parents 930331d + 39bbde6 commit 995ee7f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
476 Bytes
Loading

articles/spring-cloud/spring-cloud-quickstart-launch-app-portal.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,17 @@ It takes about 5 minutes for the service to deploy. Once it is deployed, the **
6767

6868
1. Go to the service **Overview** page and select **Config Server**.
6969

70-
1. In the **Default repository** section, set **URI** to "https\://github.com/Azure-Samples/piggymetrics", set **LABEL** to "config", and select **Apply** to save your changes.
70+
1. In the **Default repository** section, set **URI** to "https\://github.com/Azure-Samples/piggymetrics".
71+
72+
1. Set **LABEL** to "config".
73+
74+
1. Select **Apply** to save your changes.
7175

7276
![Screenshot of ASC portal](media/spring-cloud-quickstart-launch-app-portal/portal-config.png)
7377

7478
## Build and deploy microservice applications
7579

76-
1. Open an [Azure Cloudshell](https://shell.azure.com) and clone the sample app repository to your local machine. Here, we first create a temporary directory called `source-code` before cloning the app.
80+
1. Open an [Azure Cloud Shell](https://shell.azure.com) and clone the sample app repository to your local machine. Here, we first create a temporary directory called `source-code` before cloning the app.
7781

7882
```azurecli
7983
mkdir source-code
@@ -118,7 +122,7 @@ It takes about 5 minutes for the service to deploy. Once it is deployed, the **
118122
119123
1. Select the `gateway` application to show the **Overview** page.
120124
121-
1. Select **Assign Domain** to assign a public endpoint to gateway. This can a few minutes.
125+
1. Select **Assign Domain** to assign a public endpoint to gateway. This can take a few minutes.
122126
123127
![Screenshot of ASC portal](media/spring-cloud-quickstart-launch-app-portal/portal-endpoint.png)
124128

0 commit comments

Comments
 (0)