You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/deployment/mx-azure/mx-azure-installation.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Before starting the installation and implementation process, make sure that you
17
17
18
18
* Obtain and configure a Microsoft Azure account. For more information, refer to the the Microsoft Azure documentation.
19
19
* Purchase the Mendix on Azure offering in the [Azure Marketplace](https://azuremarketplace.microsoft.com/).
20
-
*You must buy cloud tokens (min. 14 cloud tokens per environment) to consume Mendix on Azure platform services. Cloud tokens are not utilized during an active trial.
20
+
* Cloud tokens are not required for trial deployment.
21
21
* You must sign in to the Mendix on Azure portal with the same Azure account that was used to purchase the offering. If you sign in with another account, the cluster is not visible for initialization.
@@ -76,6 +76,7 @@ To create a cluster for your Mendix on Azure app, perform the following steps:
76
76
* Postgres Flexible Server - Under this, you can update Compute Tier, Compute Size and Storage Performance Tier.
77
77
* AKS Node IP Address
78
78
* Managed Grafana
79
+
* Enable Read Replica
79
80
80
81
{{% alert color="info" %}}If you plan to use [virtual network peering](#network-peering), you must set the **Load Balancer Type** to **Private (Internal)**.{{% /alert %}}
81
82
@@ -249,6 +250,8 @@ For more information about backing up and restoring Mendix on Azure environments
249
250
250
251
Once the cluster is successfully created and initialized in the Mendix on the Azure portal, you can [add additional cluster managers](/developerportal/deploy/private-cloud-cluster/#managing-the-cluster).
251
252
252
-
After being added, the new cluster manager has the ability to view and manage the cluster within the Mendix on the Azure portal. They can also access and update the support ticket associated with the cluster in the Mendix on Azure portal. However, the newly added cluster manager does not have access to the Zendesk ticket linked to the cluster's support ticket.
253
+
After being added, the new cluster manager has the ability to view and manage the cluster within the Mendix on the Azure portal. They can also access and update the support ticket associated with the cluster in the Mendix on Azure portal. However, the newly added cluster manager does not have access to the Zendesk ticket linked to the cluster's support ticket.
254
+
255
+
{{% alert color="info" %}}Before adding a cluster manager, ensure that the invited user signs in to the Mendix on Azure portal (https://mendixonazure.mendix.com) before accepting the invitation. If they do not, the invitation may show as accepted, but the user will not have access to resources on Mendix on Azure.{{% /alert %}}
253
256
254
257
If a cluster manager is deleted, they can no longer view the associated cluster or its support ticket in the Mendix on Azure portal.
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/deployment/mendix-azure.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,11 @@ These release notes cover changes to deployment to [Mendix on Azure](/developerp
12
12
13
13
For information on the current status of Mendix deployment, see [Mendix Status](https://status.mendix.com/).
14
14
15
+
### Release date: October 16, 2025
16
+
17
+
* After being added to a [Mendix on Azure](/developerportal/deploy/mendix-on-azure/) cluster in the Mendix on Kubernetes Portal, a [cluster manager](/developerportal/deploy/mendix-on-azure/installation/#adding-a-new-cluster-manager) can now view and edit the cluster from the Mendix on Azure Portal.
18
+
* We have resolved the validation error for PostgreSQL tiers that occurred when enabling Read replicas on existing clusters.
19
+
15
20
### Release date: September 25, 2025
16
21
17
22
* In order to ensure app availability during infrastructure upgrades, the number of default replicas for newly created Mendix apps is set to 2.
0 commit comments