Skip to content

Commit e32e33b

Browse files
committed
Link fixes
1 parent ed1182b commit e32e33b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

articles/dev-box/how-to-configure-catalog.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ For catalogs that use a managed identity or Personal Access Token (PAT) for auth
7676

7777
## Configure a managed identity
7878

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.
8080

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.
8282

8383
To learn more about managed identities, see [What are managed identities for Azure resources?](/entra/identity/managed-identities-azure-resources/overview)
8484

@@ -247,7 +247,7 @@ Get the path to the secret you created in the key vault.
247247

248248
1. In the [Azure portal](https://portal.azure.com), go to your dev center or project.
249249

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.
251251

252252
1. In the left menu under **Environment configuration**, select **Catalogs**, and then select **Add**.
253253

@@ -453,7 +453,7 @@ Get the path to the secret you created in the key vault.
453453

454454
1. In the Azure portal, go to your dev center or project.
455455

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.
457457

458458
1. In the left menu under **Environment configuration**, select **Catalogs**, and then select **Add**.
459459

@@ -585,7 +585,7 @@ An ignored environment definition error occurs if you add two or more image defi
585585

586586
An invalid environment definition error might occur for various reasons:
587587

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).
589589

590590
- **Validation errors**. Check the following items to resolve validation errors:
591591

@@ -597,6 +597,4 @@ An invalid environment definition error might occur for various reasons:
597597

598598
## Related content
599599

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)
602-
- [Configure project environment types](how-to-configure-project-environment-types.md)
600+
- [Microsoft Dev Box customizations](concept-what-are-team-customizations.md)

0 commit comments

Comments
 (0)