Skip to content

Commit e6968cf

Browse files
committed
User suggestions to update doc
1 parent 15970df commit e6968cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ az extension add --name spring-cloud
7777
5. Set your default resource group name and cluster name using the following commands:
7878
7979
```azurecli
80-
az configure --defaults group=<service group name>
80+
az configure --defaults group=<resource group name>
8181
az configure --defaults spring-cloud=<service instance name>
8282
```
8383
@@ -153,7 +153,7 @@ az spring-cloud app show --name gateway | grep url
153153
```
154154
Windows:
155155
```azurecli
156-
az spring-cloud app show --name gateway | findstr url
156+
az spring-cloud app show -s <service name> -g <resource group> -n gateway -o table
157157
```
158158
3. Navigate to the URL provided by the previous command to run the PiggyMetrics application.
159159
![Screenshot of PiggyMetrics running](media/spring-cloud-quickstart-launch-app-cli/launch-app.png)

0 commit comments

Comments
 (0)