Skip to content

Commit b8443f2

Browse files
authored
Update quickstart-create-access-environments.md
Fixed typo in step 7. ---catalog name -> --catalog-name GitHub issue: https://github.com/MicrosoftDocs/azure-docs/issues/101597 ------- cc: @RoseHJM
1 parent d82ed95 commit b8443f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/deployment-environments/quickstart-create-access-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Complete the following steps in the Azure CLI to create an environment and confi
9898
```azurecli
9999
az devcenter dev environment create --dev-center-name <devcenter-name>
100100
--project-name <project-name> -n <name> --environment-type <environment-type-name>
101-
--catalog-item-name <catalog-item-name> ---catalog-name <catalog-name>
101+
--catalog-item-name <catalog-item-name> --catalog-name <catalog-name>
102102
```
103103

104104
If the specific *catalog-item* requires any parameters, use `--parameters` and provide the parameters as a JSON string or a JSON file. For example:

0 commit comments

Comments
 (0)