You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/deployment-environments/quickstart-create-access-environments.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Run the following steps in Azure CLI to create an Environment and configure reso
81
81
az devcenter dev catalog-item list --dev-center <name> --project-name <name> -o table
82
82
```
83
83
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.
85
85
```azurecli
86
86
az devcenter dev environment create --dev-center-name <devcenter-name>
0 commit comments