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/how-to-configure-catalog.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ In this article, you learn how to:
36
36
37
37
Attaching catalogs at the project level enables platform engineers to provide curated environment definitions that are specific to the development teams. Additionally, it empowers dev team leads assigned as Project Admins to manage the environment definitions made available to their teams.
38
38
39
-
Platform engineers have full control over the use of catalogs at the project level. The use of projectlevel catalogs must be enabled at the dev center level before a catalog can be added to a project. Platform engineers can also configure which types of catalogs items, such as environment definitions, can be consumed at the project level.
39
+
Platform engineers have full control over the use of catalogs at the project level. The use of project-level catalogs must be enabled at the dev center level before a catalog can be added to a project. Platform engineers can also configure which types of catalogs items, such as environment definitions, can be consumed at the project level.
40
40
41
41
By default, use of catalogs at the project level is disabled and none of the catalog item types are enabled. Environment definitions from a project-level catalog are synced and usable under two conditions. First, you must enable project-based catalogs at the corresponding dev center level. Second, you must enable the use of environment definitions for the project.
42
42
@@ -47,13 +47,10 @@ You must enable project-level catalogs at the dev center level before you can ad
47
47
To enable the use of project-level catalogs at the dev center level:
48
48
49
49
1. In the [Azure portal](https://portal.azure.com), navigate to your dev center.
50
-
1. In the left menu, under **Settings**, select **Configuration**.
51
-
52
-
:::image type="content" source="media/how-to-configure-catalog/dev-center-overview.png" alt-text="Screenshot showing the Overview page for a dev center with Configuration highlighted." lightbox="media/how-to-configure-catalog/dev-center-overview.png":::
53
-
54
-
1. In the **Project level catalogs** pane, select **Enable catalogs per project**, and then select **Apply**.
50
+
1. In the left menu, under **Settings**, select **Dev center settings**.
51
+
1. Under **Project level catalogs**, select **Enable catalogs per project**, and then select **Apply**.
55
52
56
-
:::image type="content" source="media/how-to-configure-catalog/dev-center-project-catalog-selected.png" alt-text="Screenshot showing the Project level catalogs pane, with Enable catalogs per project highlighted." lightbox="media/how-to-configure-catalog/dev-center-project-catalog-selected.png":::
53
+
:::image type="content" source="media/how-to-configure-catalog/dev-center-settings-project-catalog.png" alt-text="Screenshot showing the Dev center settings, with Enable catalogs per project selected and highlighted." lightbox="media/how-to-configure-catalog/dev-center-settings-project-catalog.png":::
57
54
58
55
To enable the use of environment definitions in the project:
Copy file name to clipboardExpand all lines: articles/dev-box/how-to-write-image-definition-file.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,9 +74,9 @@ You must enable project-level catalogs at the dev center level before you can ad
74
74
To enable the use of project-level catalogs at the dev center level:
75
75
1. In the [Azure portal](https://portal.azure.com/), navigate to your dev center.
76
76
1. In the left menu, under **Settings**, select **Dev center settings**.
77
-
1.In the **Project level catalogs** pane, select **Enable catalogs per project**, and then select **Apply**.
77
+
1.Under **Project level catalogs**, select **Enable catalogs per project**, and then select **Apply**.
78
78
79
-
:::image type="content" source="media/how-to-configure-team-customizations/enable-project-catalog.png" alt-text="Screenshot showing the Dev center settings page with the Project level catalogs pane open and the Enable catalogs per project option selected.":::
79
+
:::image type="content" source="media/how-to-configure-team-customizations/dev-center-settings-project-catalog.png" alt-text="Screenshot showing the Dev center settings page with the Project level catalogs pane open and the Enable catalogs per project option selected.":::
80
80
81
81
For more information about adding catalogs to projects, see [Add and configure a catalog from GitHub or Azure Repos](../deployment-environments/how-to-configure-catalog.md).
Copy file name to clipboardExpand all lines: articles/dev-box/quickstart-team-customizations.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,13 +39,10 @@ The image definition file specifies a name for the image definition by using a `
39
39
You must enable project-level catalogs at the dev center level before you can add a catalog to a project.
40
40
41
41
1. In the [Azure portal](https://portal.azure.com), go to your dev center.
42
-
1. On the service menu, under **Settings**, select **Configuration**.
42
+
1. On the service menu, under **Settings**, select **Dev center settings**.
43
+
1. Under **Project level catalogs**, select **Enable catalogs per project**, and then select **Apply**.
43
44
44
-
:::image type="content" source="media/quickstart-team-customizations/dev-center-overview.png" alt-text="Screenshot that shows the Overview page for a dev center with Configuration highlighted." lightbox="media/quickstart-team-customizations/dev-center-overview.png":::
45
-
46
-
1. On the **Project level catalogs** pane, select **Enable catalogs per project**, and then select **Apply**.
47
-
48
-
:::image type="content" source="media/quickstart-team-customizations/dev-center-project-catalog-selected.png" alt-text="Screenshot that shows the pane for project-level catalogs, with the checkbox for enabling catalogs per project highlighted." lightbox="media/quickstart-team-customizations/dev-center-project-catalog-selected.png":::
45
+
:::image type="content" source="media/quickstart-team-customizations/dev-center-settings-project-catalog.png" alt-text="Screenshot showing the Dev center settings, with Enable catalogs per project selected and highlighted." lightbox="media/quickstart-team-customizations/dev-center-settings-project-catalog.png":::
49
46
50
47
## Add a catalog to your project
51
48
@@ -154,7 +151,7 @@ To create a dev box pool that's associated with a project:
154
151
|**Time zone**| Select the time zone for the stop time. |
155
152
|**Licensing**| Select this checkbox to confirm that your organization has Azure Hybrid Benefit licenses that you want to apply to the dev boxes in this pool. |
156
153
157
-
:::image type="content" source="media/quickstart-team-customizations/create-pool-basics.png" alt-text="Screenshot of the pane for entering basic information about a new a dev box pool, including fields for name and definition. The image definition MyImageDefinition.yaml is highlighted.":::
154
+
:::image type="content" source="media/quickstart-team-customizations/create-pool-basics.png" alt-text="Screenshot of the Basics pane for creating a new a dev box pool, with the image definition MyImageDefinition.yaml highlighted.":::
0 commit comments