From 22116abf3ad8bf6874d9062f8a79374711ab5753 Mon Sep 17 00:00:00 2001 From: ktroller Date: Mon, 4 May 2026 20:25:12 -0300 Subject: [PATCH 1/2] Add India cloud host details to platform regions. This updates the cloud host list so desktop IDE users can identify and access the India control plane endpoint. Co-authored-by: Cursor --- modules/ROOT/pages/index.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index 4e0b26e1e..dbf0e932e 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -45,6 +45,10 @@ MuleSoft hosts this control plane within Canada (North America) data centers. + MuleSoft hosts this control plane within Japan (APAC) data centers. +* India cloud (desktop IDE only): https://in1.platform.mulesoft.com/login/[in1.platform.mulesoft.com^] ++ +MuleSoft hosts this control plane within India (APAC) data centers. + Anypoint Platform hosts deployment targets for managed Mule runtime versions and related data, including data and metadata about your Mule implementations. To change the host from the default (US), see xref:start-acb.adoc#change-clouds[Set the Desktop IDE to a Different Control Plane]. From d0319d5b84da0ba85d67f656476a3ae3afae5fd9 Mon Sep 17 00:00:00 2001 From: ktroller Date: Mon, 4 May 2026 20:30:12 -0300 Subject: [PATCH 2/2] Convert cloud host bullets into a control plane table. This reformats the host list into clear columns and standardizes cloud naming while keeping region and desktop-only details explicit. Co-authored-by: Cursor --- modules/ROOT/pages/index.adoc | 37 ++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index dbf0e932e..63fc601d0 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -27,27 +27,32 @@ Get the Anypoint Code Builder experience through the Anypoint Extension Pack for [[us-eu-clouds]] == Cloud Hosts -Anypoint Code Builder is available through Anypoint Platform from US, EU, Canada (desktop IDE only), and Japan (desktop IDE only) cloud hosts. To help your organization meet emerging regulatory requirements that differ by region, Anypoint Platform does not share organization information, permissions, account data, or projects between hosts. +Anypoint Code Builder is available through Anypoint Platform from US, EU, Canada (desktop IDE only), Japan (desktop IDE only), and India (desktop IDE only) cloud hosts. To help your organization meet emerging regulatory requirements that differ by region, Anypoint Platform does not share organization information, permissions, account data, or projects between hosts. -* US cloud (non-EU region host): https://anypoint.mulesoft.com/login/[anypoint.mulesoft.com^] -+ -MuleSoft hosts this control plane within data centers in the United States. +[%header,cols="1,1,2"] +|=== +|Control Plane |Platform URL |Description -* EU cloud (EU-compliant host): https://eu1.anypoint.mulesoft.com/login[eu1.anypoint.mulesoft.com^] -+ -MuleSoft hosts this control plane within EU (Frankfurt) data centers. +|US Cloud +|https://anypoint.mulesoft.com/login/[anypoint.mulesoft.com^] +|Non-EU region host. MuleSoft hosts this control plane within data centers in the United States. -* Canada cloud (desktop IDE only): https://ca1.platform.mulesoft.com/login/[ca1.platform.mulesoft.com^] -+ -MuleSoft hosts this control plane within Canada (North America) data centers. +|EU Cloud +|https://eu1.anypoint.mulesoft.com/login[eu1.anypoint.mulesoft.com^] +|EU-compliant host. MuleSoft hosts this control plane within EU (Frankfurt) data centers. -* Japan cloud (desktop IDE only): https://jp1.platform.mulesoft.com/login/[jp1.platform.mulesoft.com^] -+ -MuleSoft hosts this control plane within Japan (APAC) data centers. +|Canada Cloud (desktop IDE only) +|https://ca1.platform.mulesoft.com/login/[ca1.platform.mulesoft.com^] +|MuleSoft hosts this control plane within Canada (North America) data centers. -* India cloud (desktop IDE only): https://in1.platform.mulesoft.com/login/[in1.platform.mulesoft.com^] -+ -MuleSoft hosts this control plane within India (APAC) data centers. +|Japan Cloud (desktop IDE only) +|https://jp1.platform.mulesoft.com/login/[jp1.platform.mulesoft.com^] +|MuleSoft hosts this control plane within Japan (APAC) data centers. + +|India Cloud (desktop IDE only) +|https://in1.platform.mulesoft.com/login/[in1.platform.mulesoft.com^] +|MuleSoft hosts this control plane within India (APAC) data centers. +|=== Anypoint Platform hosts deployment targets for managed Mule runtime versions and related data, including data and metadata about your Mule implementations.