Skip to content

Commit b281a06

Browse files
authored
fix inconsistent placeholder
1 parent d298a5c commit b281a06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ az extension add --name spring-cloud
6969
4. Open an Azure CLI window and run the following commands to provision an instance of Azure Spring Cloud.
7070
7171
```azurecli
72-
az spring-cloud create -n <service name> -g <resource group name>
72+
az spring-cloud create -n <service instance name> -g <resource group name>
7373
```
7474
7575
The service instance will take around five minutes to deploy.
7676
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
@@ -89,7 +89,7 @@ az extension add --name spring-cloud
8989
Update your config-server with the location of the git repository for our project:
9090
9191
```git
92-
az spring-cloud config-server git set -n <your-service-name> --uri https://github.com/Azure-Samples/piggymetrics-config
92+
az spring-cloud config-server git set -n <service instance name> --uri https://github.com/Azure-Samples/piggymetrics-config
9393
```
9494

9595
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)