Skip to content

Commit 8f2b6ad

Browse files
committed
Detailing catalog item connection with repository
1 parent 6e2d62b commit 8f2b6ad

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
@@ -81,7 +81,7 @@ Run the following steps in Azure CLI to create an Environment and configure reso
8181
az devcenter dev catalog-item list --dev-center <name> --project-name <name> -o table
8282
```
8383
84-
1. Create an environment by using a *catalog-item* ('infra-as-code' template defined in the [manifest.yaml file](configure-catalog-item.md#add-a-new-catalog-item)) from the list of available catalog items.
84+
1. Create an environment by using a *catalog-item* ('infra-as-code' template defined in the [manifest.yaml](configure-catalog-item.md#add-a-new-catalog-item) file) from the list of available catalog items.
8585
```azurecli
8686
az devcenter dev environment create --dev-center-name <devcenter-name>
8787
--project-name <project-name> -n <name> --environment-type <environment-type-name>

0 commit comments

Comments
 (0)