File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/deployment-environments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Complete the following steps in the Azure CLI to create an environment and confi
92
92
93
93
``` azurecli
94
94
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>
96
96
--catalog-item-name <catalog-item-name> --catalog-name <catalog-name>
97
97
```
98
98
@@ -101,7 +101,7 @@ Complete the following steps in the Azure CLI to create an environment and confi
101
101
``` json
102
102
$params = "{ 'name': 'firstMsi', 'location': 'northeurope' }"
103
103
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>
105
105
--catalog-item-name <catalog-item-name> --catalog-name <catalog-name>
106
106
--parameters $params
107
107
```
You can’t perform that action at this time.
0 commit comments