Skip to content

Commit 9b17a57

Browse files
Updating TC request process via support
1 parent 7ade3cf commit 9b17a57

7 files changed

Lines changed: 21 additions & 88 deletions

File tree

content/en/docs/deployment/mendix-cloud-deploy/connecting-external-resources.md

Lines changed: 10 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -27,81 +27,24 @@ Before requesting a connection, the following conditions must be met:
2727

2828
## Connections {#connections}
2929

30-
Mendix Cloud Connect Connections allow applications on Mendix Cloud to connect to Mendix Cloud Connect Resources over Mendix Cloud Connect Networks. Each connection request must be initiated by a Technical Contact and approved by a Mendix Admin before the application on Mendix Cloud can connect to the Resource.
30+
Mendix Cloud Connect Connections allow applications on Mendix Cloud to connect to Mendix Cloud Connect Resources over Mendix Cloud Connect Networks.
3131

32-
An application on Mendix Cloud can establish multiple connections to various resources. You can view and manage all connections and their statuses within the [Connections](/developerportal/deploy/environments-details/#connections) section on the application's **Network** tab.
32+
Each connection request must be initiated by a Technical Contact through the [Mendix Support Portal](https://support.mendix.com/) before the application on Mendix Cloud can connect to the Resource. An application on Mendix Cloud can establish multiple connections to various resources.
3333

3434
{{% alert color="info" %}}
3535
An application environment can only be connected to a single private network at a time. This means that all external resources you connect to from an application environment must be on the same private network.
3636
{{% /alert %}}
3737

3838
### Requesting a New Connection {#connection-request}
3939

40-
As a Technical Contact, you can request a new connection from your application environment to an approved external resource.
40+
As a Technical Contact, follow these steps to request a new connection from your application environment to an approved external resource:
4141

42-
Follow these steps to request a new connection:
42+
1. Create a [support ticket](https://support.mendix.com/) with the following specifications:
43+
* **Ticket title** – Must contain the words "Mendix Cloud Private Connectivity Connection Request".
44+
* **Environment ID** – Found in the [General Tab](/developerportal/deploy/environments-details/#application-status) of the **Environments Details** page.
45+
* **Resource ID** – Found on the **Resource Details** dialog on the [Private Connectivity](/control-center/configure-private-connectivity/#private-connectivity-resources) page in Control Center. Request this from your application's Mendix Admin.
46+
* **Restart timestamp** – Specify your preferred time for environment restart (or indicate "ASAP"). The scheduled time must be during the EMEA office hours (08:00 – 18:00 CET, Monday through Friday).
47+
2. Submit the ticket and await confirmation from the support team.
4348

44-
1. From [Apps](https://sprintr.home.mendix.com), go to the app's **Environments** page.
45-
2. Click **Details** ({{% icon name="notes-paper-edit" %}}) on the preferred environment.
46-
3. Go to the **Network** tab.
47-
4. In the **Connections** section, click **Add** to initiate a new connection request.
48-
{{% alert color="info" %}}
49-
Contact your Mendix Admin if the resource you want is not available on the list.
50-
{{% /alert %}}
51-
52-
5. In the **Add Connection** dialog, select an available network. This action displays the resources exposed on that network.
53-
{{% alert color="info" %}} **Network Selection Behavior**
54-
55-
* If your application environment already has an active connection, the network associated with that connection will be automatically selected and cannot be changed unless all existing connections are deleted.
56-
* If only one private network is available for your application, it will be automatically selected.
57-
{{% /alert %}}
58-
59-
6. Select the specific resource you want your application environment to connect to.
60-
7. Click **Save** to submit your connection request for approval. All submitted connection requests appear in the [Control Center](/control-center/configure-private-connectivity/) for the Mendix Admin review.
61-
8. [Track and manage](#manage-connection-requests) your connection requests from the [Change Requests](/developerportal/deploy/environments/#change-requests) tab on your app's environment's page.
62-
63-
{{% alert color="info" %}}
64-
If this is the first connection approved for an application environment, you must redeploy that environment for the connection to become active and usable.
65-
{{% /alert %}}
66-
67-
### Connection Request Status
68-
69-
This diagram shows the progress of the request status from when the connection request is submitted to when it is completed (approved or rejected):
70-
71-
{{< figure src="/attachments/deployment/mendix-cloud-deploy/connecting-to-external-services/connection-request-status-flow.png" alt="Flowchart illustrating the lifecycle of a Mendix Cloud Private Connectivity request, showing stages like 'Pending Approval', 'Mendix Admin Review', 'Approved', and 'Rejected'." >}}
72-
73-
Once a Technical Contact submits a connection request, it enters a **Pending Approval** status. The request is then sent to a Mendix Admin for review:
74-
75-
* If the Mendix Admin rejects the request, its status becomes **Rejected**.
76-
* If the Mendix Admin approves the request:
77-
* In the **Change Requests** tab of the Environments page, the status becomes **Completed**.
78-
* In the **Connections** section of the **Network** tab, its status becomes **Approved**.
79-
* A Mendix Admin can also revoke an already approved connection, which will change its status back to **Rejected**.
49+
Mendix Support will notify you when the connection request is added and ready to use.
8050

81-
## Managing Connections {#manage-connection-requests}
82-
83-
The [Connections](/developerportal/deploy/environments-details/#connections) section on the application's **Network** tab allows Technical Contacts to view all connections for the environment, track pending request statuses, and delete established connections.
84-
85-
Depending on the connection's status, you can perform the following actions:
86-
87-
### Cancelling a Connection Request {#cancel-connection}
88-
89-
As a Technical Contact, you can cancel a connection request if its status is **Pending Approval**.
90-
91-
To cancel a pending connection request:
92-
93-
1. On the [Connections](/developerportal/deploy/environments-details/#connections) section of the Network tab, locate the connection request with the status **Pending Approval**.
94-
2. Click **Cancel Request** next to that connection.
95-
96-
### Deleting a Connection
97-
98-
After a connection request is approved, you can delete the connection at any time.
99-
100-
To delete an approved connection:
101-
102-
1. On the [Connections](/developerportal/deploy/environments-details/#connections) section of the **Network** tab, locate the approved connection you want to remove.
103-
2. Click **Delete** next to that connection.
104-
105-
{{% alert color="info" %}}
106-
Deleting a connection immediately breaks the connection between your application environment and the resource.
107-
{{% /alert %}}

content/en/docs/deployment/mendix-cloud-deploy/environments-details.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -222,24 +222,6 @@ For more information, see [Scheduled Events](/refguide/scheduled-events/).
222222

223223
On the **Network** tab, you can manage the elements described below.
224224

225-
### Connections {#connections}
226-
227-
You can connect from your applications on Mendix Cloud to resources on your own infrastructure using Mendix Cloud Private Connectivity.
228-
229-
The **Connections** tab contains the following information:
230-
231-
* **Resource** – The name of the service such as databases being connected
232-
* **Network** – The name of the network associated with the connection
233-
* **Status (Last seen)** – The connection's current state, such as **Pending Approval**, **Approved** or **Rejected**
234-
235-
You can perform the following actions for connections:
236-
237-
* **Add** a new connection
238-
* **Cancel** a connection request
239-
* **Delete** a connection
240-
241-
For more information, refer to [Connecting to External Resources](/developerportal/deploy/connecting-to-external-resource/).
242-
243225
### Custom Domains {#custom-domains}
244226

245227
* **Domain Name**

content/en/docs/deployment/mendix-cloud-deploy/environments.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,14 @@ If you are the [Technical Contact](/developerportal/general/app-roles/#technical
174174

175175
### Change Requests Tab {#change-requests}
176176

177-
On the **Change Requests** tab, the Technical Contact can view details of all past and current requests for either the [Plan](/developerportal/deploy/change-plan/) or [Connection](/developerportal/deploy/connecting-to-external-resource/) requests and perform certain actions based on their current status.
177+
On the **Change Requests** tab, the Technical Contact can view details of all past and current [Plan](/developerportal/deploy/change-plan/) requests and perform certain actions based on their current status.
178178

179179
For each submitted request, the following information is available:
180180

181181
* **Request Type** – Type of change requested
182182
* **Environment** – The environment the change was requested for (such as, acceptance or production)
183+
* **Current Plan** – The environment's existing plan
184+
* **Requested Plan** – The plan requested for change
183185
* **Submitted on** – Request submission date
184186
* **Status** – Current request state
185187
* **Action** – Shows more details of each request and provides options based on the request status

content/en/docs/releasenotes/deployment/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Follow the links in the table below to see the release notes you want:
1515

1616
| Type of Deployment | Last Updated |
1717
| --- | --- |
18-
| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | November 23, 2025 |
18+
| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | December 1, 2025 |
1919
| [Mendix on Kubernetes](/releasenotes/developer-portal/mendix-for-private-cloud/) | November 6, 2025 |
2020
| [Mendix on Azure](/releasenotes/developer-portal/mendix-on-azure/) | November 6, 2025 |
2121
| [SAP Business Technology Platform (SAP BTP)](/releasenotes/developer-portal/sap-cloud-platform/) | August 27, 2024 |

content/en/docs/releasenotes/deployment/mendix-cloud.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ For information on the current status of deployment to Mendix Cloud and any plan
1616

1717
## 2025
1818

19+
### December 1, 2025
20+
21+
#### New Features
22+
23+
* We have added a new beta feature that enables Technical Contacts to securely [connect Mendix applications to external resources](/developerportal/deploy/connecting-to-external-resource/) through [Mendix Cloud Private Connectivity](/control-center/private-connectivity/).
24+
1925
### November 23, 2025
2026

2127
#### New Features

layouts/partials/landingpage/latest-releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ <h4 class="lp-panel-title">Latest Releases</h4>
1414
</li>
1515
<li class="lp-panel-list">
1616
<a href="/releasenotes/developer-portal/deployment/">Deployment</a>
17-
<p class="rn-date">November 23, 2025</p>
17+
<p class="rn-date">December 1, 2025</p>
1818
</li>
1919
</ul>

0 commit comments

Comments
 (0)