File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,15 +69,15 @@ az extension add --name spring-cloud
69
69
4. Open an Azure CLI window and run the following commands to provision an instance of Azure Spring Cloud.
70
70
71
71
```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>
73
73
```
74
74
75
75
The service instance will take around five minutes to deploy.
76
76
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
@@ -88,8 +88,8 @@ az extension add --name spring-cloud
88
88
89
89
Update your config-server with the location of the git repository for our project:
90
90
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
93
93
```
94
94
95
95
> [ !div class="nextstepaction"]
You can’t perform that action at this time.
0 commit comments