Skip to content
10 changes: 10 additions & 0 deletions content/en/docs/releasenotes/deployment/mendix-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ These release notes cover changes to deployment to [Mendix on Azure](/developerp

For information on the current status of Mendix deployment, see [Mendix Status](https://status.mendix.com/).

## Release date: May 7, 2026

* We have fixed an issue where an unavailable VM could be selected.
* We have added a cost calculator link to the Cluster Deployment and Edit flows.
* PostgreSQL replicas can no longer be scaled when Read Replica is enabled.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@Nidhi251289 @mxashokkhedkar what is the reason for this change? Is it for performance reasons?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It was causing an error during deployment; the customer reported this, so we put this condition now, but both can be performed together for the first time when the read replica is disabled/ cluster initlisation/edit flow.

* We have extended the quota check to warn users when the available quota for the selected VM type, including family and regional, is less than 8.
* Initialized clusters are now visible to cluster members regardless of Azure RBAC.
* Only Cluster Managers with the Azure Owner or Contributor roles can now edit cluster settings.
* We have added a warning to inform users about the implications of enabling network-isolated cluster and internal load balancers.

## Release date: February 26, 2026

* We have improved the handling of PostgreSQL HA unavailability issues in certain Azure regions to prevent failed Spacelift Stack runs when infrastructure redundancy is enabled.
Expand Down