From bbac7589d2b36090f1c769fc5795d9b0403e15d7 Mon Sep 17 00:00:00 2001 From: Tasha Moore Date: Mon, 13 Apr 2026 12:22:51 -0500 Subject: [PATCH 1/4] add partitioning content --- .../sftp-endpoint-authentication-partial.adoc | 3 + .../pages/endpoint-apps-partitioning.adoc | 61 +++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 modules/ROOT/pages/endpoint-apps-partitioning.adoc diff --git a/modules/ROOT/pages/_partials/sftp-endpoint-authentication-partial.adoc b/modules/ROOT/pages/_partials/sftp-endpoint-authentication-partial.adoc index 221c328b..8033396c 100644 --- a/modules/ROOT/pages/_partials/sftp-endpoint-authentication-partial.adoc +++ b/modules/ROOT/pages/_partials/sftp-endpoint-authentication-partial.adoc @@ -45,3 +45,6 @@ Enter the date on which you want the private key file to expire. This date is a . Click *Create*. | x +| Partition +| Assign the endpoint to a partition. If you don't assign the endpoint to a partition, it's assigned to the default partition. The assignment can't be changed after the endpoint is deployed to the partition. +| No diff --git a/modules/ROOT/pages/endpoint-apps-partitioning.adoc b/modules/ROOT/pages/endpoint-apps-partitioning.adoc new file mode 100644 index 00000000..8c39e462 --- /dev/null +++ b/modules/ROOT/pages/endpoint-apps-partitioning.adoc @@ -0,0 +1,61 @@ += Endpoint App Partitioning + +Create partitions in your global endpoint settings to distribute inbound and outbound endpoint configurations across multiple, independently managed runtime applications within Partner Manager. + +App partitioning lets you: + +* Protect your network by isolating connections so that a single failing endpoint doesn't impact all your partners. +* Assign the specific compute power your high-volume traffic requires to make sure you have the right amount of resources. +* Gain better visibility into partner-specific traffic and resource usage to troubleshoot errors and meet strict compliance requirements more easily. +* Give your most important message flows the dedicated resources and security they need to stay online. + +== Default Endpoint Partition + +The default partition is preconfigured and used for all endpoints that aren't assigned to a specific partition. The runtime application name is `b2b----` and can't be changed. + +You can modify the replica size and count for the default partition. + +== Create Endpoint Partitions + +To create a new endpoint partition: + +. In the sidebar, access the ** page. +. In the *Global endpoint settings* section, select the endpoint application to configure. +. Select the *Partitions* tab and click *Add partition*. +. Provide a name for the partition. The name can't be changed after saving the partition. +. Provide an app name suffix, which determines the runtime app name. Use only lowercase letters, numbers, and hyphens. For example, if the app name suffix is `critical` and the partition is for the outbound SFTP endpoint, the runtime app name is `b2b-outbound-sftp-critical`. +. Select the vCore allocation for the runtime app and the number of replicas to deploy. +[NOTE] +SFTP and FTP inbound endpoints are always deployed with 1 replica count. +. Click *Save*. + +[NOTE] +Endpoint configurations cannot be moved between partitions once deployed. + +== View Endpoint Partition Details + +Selecting an endpoint partition in your global endpoint settings shows these details: + +* Runtime application name +* Number of endpoints in the partition +* Replica size and count +* Specific endpoints assigned to the partition + +== Add Endpoints to a Partition + +Add new inbound and outbound endpoints to a partition when creating the endpoint. Partitions can accept up to 500 endpoints. For more information, see the configuration settings for the specific endpoint type and protocol. + +== Delete a Partition + +Partitions can be deleted if they don't have any endpoint configurations deployed to them. Deletion removes the associated runtime application and is irreversible after confirming the deletion. + +== See Also + +* xref:deploy-partner-manager.adoc[Deploying Partner Manager Runtime Apps] +* xref:endpoints.adoc[Endpoints] +* xref:endpoint-https-receive.adoc[HTTP and HTTPS Receive Endpoint Settings] +* xref:endpoint-as2-receive.adoc[AS2 Receive Endpoint Settings] +* xref:endpoint-ftp-receive.adoc[FTP Receive Endpoint Settings] +* xref:endpoint-sftp-receive.adoc[SFTP Receive Endpoint Settings] +* xref:endpoint-http-send.adoc[HTTP Send Endpoint Settings] +* xref:endpoint-https-send.adoc[HTTPS Send Endpoint Settings] \ No newline at end of file From eb24b9a68e6439c147ffbf5daa5dd62fe3f48539 Mon Sep 17 00:00:00 2001 From: Tasha Moore Date: Mon, 13 Apr 2026 12:33:42 -0500 Subject: [PATCH 2/4] add nav entry and rename partition topic --- modules/ROOT/nav.adoc | 1 + modules/ROOT/pages/endpoint-apps-partitioning.adoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index d2ad454e..332417b0 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -31,6 +31,7 @@ * xref:maps-overview.adoc[Creating and AddingTranslation Maps] ** xref:partner-manager-maps.adoc[Creating Translation Maps] ** xref:maps.adoc[Adding and Versioning Maps] +* xref:endpoint-apps-partitioning.adoc[Creating and Managing Endpoint App Partitions] * xref:message-flows.adoc[Configuring and Managing Message Flows] ** xref:inbound-message-flows.adoc[Inbound Message Flows] ** xref:create-inbound-message-flow.adoc[Creating Inbound Message Flows] diff --git a/modules/ROOT/pages/endpoint-apps-partitioning.adoc b/modules/ROOT/pages/endpoint-apps-partitioning.adoc index 8c39e462..5eee7e5d 100644 --- a/modules/ROOT/pages/endpoint-apps-partitioning.adoc +++ b/modules/ROOT/pages/endpoint-apps-partitioning.adoc @@ -1,4 +1,4 @@ -= Endpoint App Partitioning += Creating and Managing Endpoint App Partitions Create partitions in your global endpoint settings to distribute inbound and outbound endpoint configurations across multiple, independently managed runtime applications within Partner Manager. From a5bd5e7cf035e5f07b084bef4fbf9932a84ed562 Mon Sep 17 00:00:00 2001 From: Tasha Moore Date: Mon, 13 Apr 2026 15:30:21 -0500 Subject: [PATCH 3/4] wording updates --- .../pages/endpoint-apps-partitioning.adoc | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/ROOT/pages/endpoint-apps-partitioning.adoc b/modules/ROOT/pages/endpoint-apps-partitioning.adoc index 5eee7e5d..90ef1db4 100644 --- a/modules/ROOT/pages/endpoint-apps-partitioning.adoc +++ b/modules/ROOT/pages/endpoint-apps-partitioning.adoc @@ -2,19 +2,13 @@ Create partitions in your global endpoint settings to distribute inbound and outbound endpoint configurations across multiple, independently managed runtime applications within Partner Manager. -App partitioning lets you: +With endpoint partitons, you can: * Protect your network by isolating connections so that a single failing endpoint doesn't impact all your partners. * Assign the specific compute power your high-volume traffic requires to make sure you have the right amount of resources. * Gain better visibility into partner-specific traffic and resource usage to troubleshoot errors and meet strict compliance requirements more easily. * Give your most important message flows the dedicated resources and security they need to stay online. -== Default Endpoint Partition - -The default partition is preconfigured and used for all endpoints that aren't assigned to a specific partition. The runtime application name is `b2b----` and can't be changed. - -You can modify the replica size and count for the default partition. - == Create Endpoint Partitions To create a new endpoint partition: @@ -22,7 +16,7 @@ To create a new endpoint partition: . In the sidebar, access the ** page. . In the *Global endpoint settings* section, select the endpoint application to configure. . Select the *Partitions* tab and click *Add partition*. -. Provide a name for the partition. The name can't be changed after saving the partition. +. Provide a name for the partition. The name can't be changed after the partition is saved. . Provide an app name suffix, which determines the runtime app name. Use only lowercase letters, numbers, and hyphens. For example, if the app name suffix is `critical` and the partition is for the outbound SFTP endpoint, the runtime app name is `b2b-outbound-sftp-critical`. . Select the vCore allocation for the runtime app and the number of replicas to deploy. [NOTE] @@ -30,20 +24,26 @@ SFTP and FTP inbound endpoints are always deployed with 1 replica count. . Click *Save*. [NOTE] -Endpoint configurations cannot be moved between partitions once deployed. +After an endpoint is deployed to a partition, it can't be moved to a different partition. == View Endpoint Partition Details -Selecting an endpoint partition in your global endpoint settings shows these details: +Selecting an endpoint partition in your global endpoint settings shows these details about the partition: * Runtime application name * Number of endpoints in the partition * Replica size and count -* Specific endpoints assigned to the partition +* Endpoints assigned to the partition == Add Endpoints to a Partition -Add new inbound and outbound endpoints to a partition when creating the endpoint. Partitions can accept up to 500 endpoints. For more information, see the configuration settings for the specific endpoint type and protocol. +You can add new inbound and outbound endpoints to a partition when creating the endpoint. Partitions can accept up to 500 endpoints. For more information, see the xref:create-endpoint.adoc#configure-endpoint[configuration settings] for the specific endpoint type and protocol. + +=== Manage the Default Endpoint Partition + +The default partition is preconfigured and used for all endpoints that aren't assigned to a specific partition. The runtime application name is `b2b----` and can't be changed. + +You can modify the replica size and count for the default partition. == Delete a Partition From 897972525e589cc5ccbd63d5329496a135ecc895 Mon Sep 17 00:00:00 2001 From: Tasha Moore Date: Mon, 13 Apr 2026 16:16:48 -0500 Subject: [PATCH 4/4] wording changes and see also updates --- modules/ROOT/pages/endpoint-apps-partitioning.adoc | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/modules/ROOT/pages/endpoint-apps-partitioning.adoc b/modules/ROOT/pages/endpoint-apps-partitioning.adoc index 90ef1db4..59356384 100644 --- a/modules/ROOT/pages/endpoint-apps-partitioning.adoc +++ b/modules/ROOT/pages/endpoint-apps-partitioning.adoc @@ -47,15 +47,8 @@ You can modify the replica size and count for the default partition. == Delete a Partition -Partitions can be deleted if they don't have any endpoint configurations deployed to them. Deletion removes the associated runtime application and is irreversible after confirming the deletion. +You can delete a partition as long as it doesn't have any endpoint configurations deployed to it. Deleting a partition also removes its associated runtime application, a permanent action that can't be undone once you've confirmed it. == See Also -* xref:deploy-partner-manager.adoc[Deploying Partner Manager Runtime Apps] -* xref:endpoints.adoc[Endpoints] -* xref:endpoint-https-receive.adoc[HTTP and HTTPS Receive Endpoint Settings] -* xref:endpoint-as2-receive.adoc[AS2 Receive Endpoint Settings] -* xref:endpoint-ftp-receive.adoc[FTP Receive Endpoint Settings] -* xref:endpoint-sftp-receive.adoc[SFTP Receive Endpoint Settings] -* xref:endpoint-http-send.adoc[HTTP Send Endpoint Settings] -* xref:endpoint-https-send.adoc[HTTPS Send Endpoint Settings] \ No newline at end of file +* xref:create-endpoint.adoc[Creating Endpoints] \ No newline at end of file