diff --git a/content/_index.md b/content/_index.md index fb0765398..0c1fd2f36 100644 --- a/content/_index.md +++ b/content/_index.md @@ -219,6 +219,7 @@ description: "Step-by-step tutorials from Red Hat experts to help you get the mo * [Azure DevOps with Managed OpenShift](/experts/misc/azure-dev-ops-with-managed-openshift/) * [Configuring OpenShift Dev Spaces to serve Custom Domains](/experts/misc/devspaces-custom-domain) * [Setting up Cross-Cluster PostgreSQL Replication with Skupper on ROSA and ARO](/experts/misc/rosa-aro-service-interconnect) +* [Configuring Cross-Tenant Azure DevOps Access from ArgoCD on ARO](/experts/misc/cross-tenant-access-ArgoCd-ADO) ### Applications diff --git a/content/misc/cross-tenant-access-ArgoCD-ADO/index.md b/content/misc/cross-tenant-access-ArgoCD-ADO/index.md index d46eb93b3..cbb7ef942 100644 --- a/content/misc/cross-tenant-access-ArgoCD-ADO/index.md +++ b/content/misc/cross-tenant-access-ArgoCD-ADO/index.md @@ -6,6 +6,7 @@ authors: - Charlotte Fung - Deepika Ranganathan --- +{{% alert state="info" %}}This guide has been validated on **OpenShift 4.20**. Operator CRD names, API versions, and console paths may differ on other versions.{{% /alert %}} In some large enterprises, it might be a requirement to have your **Azure DevOps (ADO)** tools in a centralized Azure Tenant different from the tenant where your cluster resides. It then becomes imperative to configure secure cross-tenant access between your **Azure Red Hat OpenShift (ARO)** cluster and your ADO.