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/dev-box/how-to-configure-catalog.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,9 +76,9 @@ For catalogs that use a managed identity or Personal Access Token (PAT) for auth
76
76
77
77
## Configure a managed identity
78
78
79
-
Before you can attach a catalog to a dev center or project, you must configure a [managed identity](../deployment-environments/concept-environments-key-concepts#identities), also called a Managed Service Identity (MSI). You can attach either a system-assigned managed identity (system-assigned MSI) or a user-assigned managed identity (user-assigned MSI). You then assign roles to the managed identity to allow the dev center or project to create environment types in your subscription and read the Azure Repos project that contains the catalog repo.
79
+
Before you can attach a catalog to a dev center or project, you must configure a [managed identity](../deployment-environments/concept-environments-key-concepts.md#identities), also called a Managed Service Identity (MSI). You can attach either a system-assigned managed identity (system-assigned MSI) or a user-assigned managed identity (user-assigned MSI). You then assign roles to the managed identity to allow the dev center or project to create environment types in your subscription and read the Azure Repos project that contains the catalog repo.
80
80
81
-
If your dev center or project doesn't have an MSI attached, follow the steps in [Configure a managed identity](how-to-configure-managed-identity.md) to create one and to assign roles for the managed identity.
81
+
If your dev center or project doesn't have an MSI attached, follow the steps in [Configure a managed identity](../deployment-environments/how-to-configure-managed-identity.md) to create one and to assign roles for the managed identity.
82
82
83
83
To learn more about managed identities, see [What are managed identities for Azure resources?](/entra/identity/managed-identities-azure-resources/overview)
84
84
@@ -247,7 +247,7 @@ Get the path to the secret you created in the key vault.
247
247
248
248
1. In the [Azure portal](https://portal.azure.com), go to your dev center or project.
249
249
250
-
1. Ensure that the [identity](./how-to-configure-managed-identity.md) attached to the dev center or project has [access to the key vault secret](./how-to-configure-managed-identity.md#grant-the-managed-identity-access-to-the-key-vault-secret) where your personal access token is stored.
250
+
1. Ensure that the [identity](../deployment-environments/how-to-configure-managed-identity.md) attached to the dev center or project has [access to the key vault secret](../deployment-environments/how-to-configure-managed-identity.md#grant-the-managed-identity-access-to-the-key-vault-secret) where your personal access token is stored.
251
251
252
252
1. In the left menu under **Environment configuration**, select **Catalogs**, and then select **Add**.
253
253
@@ -453,7 +453,7 @@ Get the path to the secret you created in the key vault.
453
453
454
454
1. In the Azure portal, go to your dev center or project.
455
455
456
-
1. Ensure that the [managed identity](./how-to-configure-managed-identity.md) attached to the dev center or project has [access to the key vault secret](./how-to-configure-managed-identity.md#grant-the-managed-identity-access-to-the-key-vault-secret) where your personal access token is stored.
456
+
1. Ensure that the [managed identity](../deployment-environments/how-to-configure-managed-identity.md) attached to the dev center or project has [access to the key vault secret](../deployment-environments/how-to-configure-managed-identity.md#grant-the-managed-identity-access-to-the-key-vault-secret) where your personal access token is stored.
457
457
458
458
1. In the left menu under **Environment configuration**, select **Catalogs**, and then select **Add**.
459
459
@@ -585,7 +585,7 @@ An ignored environment definition error occurs if you add two or more image defi
585
585
586
586
An invalid environment definition error might occur for various reasons:
587
587
588
-
-**Manifest schema errors**. Ensure that your environment definition environment file matches the [required schema](configure-environment-definition.md#add-an-environment-definition).
588
+
-**Manifest schema errors**. Ensure that your environment definition environment file matches the [required schema](../deployment-environments/configure-environment-definition.md#add-an-environment-definition).
589
589
590
590
-**Validation errors**. Check the following items to resolve validation errors:
591
591
@@ -597,6 +597,4 @@ An invalid environment definition error might occur for various reasons:
597
597
598
598
## Related content
599
599
600
-
-[Configure environment types for a dev center](how-to-configure-devcenter-environment-types.md)
601
-
-[Create and configure a project by using the Azure CLI](how-to-create-configure-projects.md)
0 commit comments