Skip to content

Commit 35dabfe

Browse files
authored
Update how-to-create-access-environments.md
Updates to step 7. Azure CLI command: Added --environment-name <name> JSON sample: Changed -n <name> to --environment-name <name> ------- cc: @lalexedwards
1 parent 1527645 commit 35dabfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/deployment-environments/how-to-create-access-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Complete the following steps in the Azure CLI to create an environment and confi
9292

9393
```azurecli
9494
az devcenter dev environment create --dev-center-name <devcenter-name>
95-
--project-name <project-name> --environment-type <environment-type-name>
95+
--project-name <project-name> --environment-name <name> --environment-type <environment-type-name>
9696
--catalog-item-name <catalog-item-name> --catalog-name <catalog-name>
9797
```
9898

@@ -101,7 +101,7 @@ Complete the following steps in the Azure CLI to create an environment and confi
101101
```json
102102
$params = "{ 'name': 'firstMsi', 'location': 'northeurope' }"
103103
az devcenter dev environment create --dev-center-name <devcenter-name>
104-
--project-name <project-name> -n <name> --environment-type <environment-type-name>
104+
--project-name <project-name> --environment-name <name> --environment-type <environment-type-name>
105105
--catalog-item-name <catalog-item-name> --catalog-name <catalog-name>
106106
--parameters $params
107107
```

0 commit comments

Comments
 (0)