Skip to content

Commit cb510bb

Browse files
authored
Merge pull request #196959 from KarlErickson/main
fixed Azure CLI errors
2 parents 3cee30c + 4916e71 commit cb510bb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/spring-cloud/how-to-enable-availability-zone.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ You can enable availability zone in Azure Spring Cloud using the [Azure CLI](/cl
3535
To create a service in Azure Spring Cloud with availability zone enabled using the Azure CLI, include the `--zone-redundant` parameter when you create your service in Azure Spring Cloud.
3636

3737
```azurecli
38-
az spring-cloud create -name <MyService> \
39-
-group <MyResourceGroup> \
40-
-location <MyLocation> \
38+
az spring-cloud create \
39+
--resource-group <your-resource-group-name> \
40+
--name <your-Azure-Spring-Cloud-instance-name> \
41+
--location <location> \
4142
--zone-redundant true
4243
```
4344

0 commit comments

Comments
 (0)