Skip to content

Commit e43cddd

Browse files
authored
Merge pull request #106905 from yucwan/patch-20
fix inconsistent placeholders
2 parents d298a5c + 6bb6de5 commit e43cddd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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
@@ -88,8 +88,8 @@ az extension add --name spring-cloud
8888
8989
Update your config-server with the location of the git repository for our project:
9090
91-
```git
92-
az spring-cloud config-server git set -n <your-service-name> --uri https://github.com/Azure-Samples/piggymetrics-config
91+
```azurecli
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)