Skip to content

Commit 38cd148

Browse files
authored
Merge pull request #100792 from wesleycamargo/main
Detailing catalog connection with repository
2 parents 27949b4 + 8f2b6ad commit 38cd148

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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) 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>

articles/deployment-environments/quickstart-create-and-configure-devcenter.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,17 @@ After you've created a dev center, the next step is to attach an [identity](conc
106106
|**Name**|Provide a name for your catalog.|
107107
|**Git clone URI**|Provide the URI to your GitHub or ADO repository.|
108108
|**Branch**|Provide the repository branch that you would like to connect.|
109-
|**Folder path**|Provide the repo path in which the [catalog item](concept-environments-key-concepts.md#catalog-items) exist.|
109+
|**Folder path**|Provide the repo relative path in which the [catalog item](concept-environments-key-concepts.md#catalog-items) exist.|
110110
|**Secret identifier**|Provide the secret identifier that which contains your Personal Access Token (PAT) for the repository|
111111

112112
:::image type="content" source="media/quickstart-create-and-configure-devcenter/add-new-catalog-form.png" alt-text="Screenshot of add new catalog page.":::
113113

114114
1. Confirm that the catalog is successfully added by checking the **Notifications**.
115115

116+
1. Select the specific repo, and then select **Sync**.
117+
118+
:::image type="content" source="media/configure-catalog-item/sync-catalog-items.png" alt-text="Screenshot showing how to sync the catalog." :::
119+
116120
## Create Environment types
117121

118122
Environment types help you define the different types of environments your development teams can deploy. You can apply different settings per environment type.

0 commit comments

Comments
 (0)