Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W-17006383-Add-Hyperforce-to-Studio-CP #581

Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
**** xref:pce-configuration-windows.adoc[Windows]
*** xref:pce4-configuration.adoc[Configure PCE 4 in Studio]
** xref:govcloud-config.adoc[Access MuleSoft Government Cloud from Studio]
** xref:hyperforce-configuration.adoc[]

* xref:secure-storage.adoc[Secure Storage]
* xref:proxy-settings-task.adoc[Configure Proxy Settings]
Expand Down
33 changes: 33 additions & 0 deletions modules/ROOT/pages/hyperforce-configuration.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
= Configure Hyperforce in Anypoint Studio

Salesforce Hyperforce (Hyperforce) is a modern, scalable, and secure infrastructure designed to support your MuleSoft application deployments. Hyperforce enables you to deliver Mule apps rapidly and reliably to locations worldwide, giving you more choice and control over data residency.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a standard/shared intro?

I think we should avoid "designed to" - can we be more definitive?
Is there a way to flip it to avoid "enables" (and put the user task first)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes! This intro comes from the Hyperforce home page.
Does this wording make it better?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice rewrite!

Can we make it a partial and include it in all the product HF pages?


Currently, you can deploy to the following Hyperforce supported regions:
[%header%autowidth.spread,cols="a,a,a,a"]
|===
| Location | Control Plane | Anypoint Platform URL
| North America | Canada Cloud | `+ca1.platform.mulesoft.com+`
| APAC | Japan Cloud | `+jp1.platform.mulesoft.com+`
|===

To deploy Mule apps via Anypoint Studio to any of these regions, you must configure these Anypoint Platform control plane URLs in the Anypoint Studio UI.

== Before You Begin

Before deploying Mule apps to Hyperforce your MuleSoft account must have access to a Hyperforce instance. Contact your MuleSoft account representative to provision a MuleSoft license to a Hyperforce instance.

== Configure Hyperforce Control Planes in Anypoint Studio

. Go to *Anypoint Studio* > *Settings* > *Anypoint Studio* > *Anypoint Platform*.
. Under *Control Plane Settings*, select *Use this control plane* .
. In *Control Plane URL*, write the Anypoint Platform URL of the region to which your Mule app is deployed:
* Canada Cloud: `+ca1.platform.mulesoft.com+`
* Japan Cloud: `+jp1.platform.mulesoft.com+`
. Click *Apply and Close*.

[NOTE]
Use the *Select your region* options in the *Region Settings* to deploy your Mule application to US, EU, or GOV clouds.

== See Also

* xref:hyperforce::index.adoc[]