Skip to content

Commit 72b1004

Browse files
authored
Merge pull request #106832 from MikeDodaro/typo-cli-cmd
User suggestions to update doc
2 parents 57d8a2b + e6968cf commit 72b1004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)