Skip to content

Commit ae030f7

Browse files
Merge pull request #225997 from RoseHJM/patch-10
Update how-to-create-access-environments.md
2 parents f15ea2f + 35dabfe commit ae030f7

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)