Skip to content

Commit 9606a1b

Browse files
committed
Tweaking wording and layout
1 parent 2e54645 commit 9606a1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/deployment-environments/configure-catalog-item.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ The service scans the repository to find new catalog items. After you sync the r
9090

9191
You can specify parameters for your catalog items to allow developers to customize their environments.
9292

93-
Parameters are specified in the manifest.yaml file. You can use the following options for the parameters.
93+
Parameters are defined in the manifest.yaml file. You can use the following options for parameters:
9494

9595
|Option |Description |
9696
|---------|---------|
97-
|id |Enter an id for the parameter.|
97+
|ID |Enter an ID for the parameter.|
9898
|name |Enter a name for the parameter.|
9999
|description |Enter a description for the parameter.|
100100
|default |Optional. Enter a default value for the parameter. The default value can be overwritten at creation.|
101101
|type |Enter the data type for the parameter.|
102-
|required|Enter `true` or `false` to specify whether the value is required or not.|
102+
|required|Enter `true` for a value that's required, and `false` for a value that's not required.|
103103

104104
The following script is an example of a *manifest.yaml* file that includes two parameters; `location` and `name`:
105105

@@ -144,7 +144,7 @@ az devcenter dev environment create --catalog-item-name
144144
[--user]
145145
[--user-id]
146146
```
147-
Refer to the [Azure CLI devcenter extension](/cli/azure/devcenter/dev/environment) for full details.
147+
Refer to the [Azure CLI devcenter extension](/cli/azure/devcenter/dev/environment) for full details of the `az devcenter dev environment create` command.
148148
## Update a catalog item
149149

150150
To modify the configuration of Azure resources in an existing catalog item, update the associated ARM template JSON file in the repository. The change is immediately reflected when you create a new environment by using the specific catalog item. The update also is applied when you redeploy an environment that's associated with that catalog item.

0 commit comments

Comments
 (0)