File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ az extension add --name spring-cloud
77
77
5. Set your default resource group name and cluster name using the following commands:
78
78
79
79
```azurecli
80
- az configure --defaults group=<service group name>
80
+ az configure --defaults group=<resource group name>
81
81
az configure --defaults spring-cloud=<service instance name>
82
82
```
83
83
@@ -153,7 +153,7 @@ az spring-cloud app show --name gateway | grep url
153
153
```
154
154
Windows:
155
155
``` 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
157
157
```
158
158
3 . Navigate to the URL provided by the previous command to run the PiggyMetrics application.
159
159
![ Screenshot of PiggyMetrics running] ( media/spring-cloud-quickstart-launch-app-cli/launch-app.png )
You can’t perform that action at this time.
0 commit comments