diff --git a/content/en/docs/releasenotes/deployment/_index.md b/content/en/docs/releasenotes/deployment/_index.md index 0a930b036da..d3f473009bc 100644 --- a/content/en/docs/releasenotes/deployment/_index.md +++ b/content/en/docs/releasenotes/deployment/_index.md @@ -16,8 +16,8 @@ Follow the links in the table below to see the release notes you want: | Type of Deployment | Last Updated | | --- | --- | | [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | June 28, 2026 | -| [Mendix on Kubernetes](/releasenotes/developer-portal/mendix-for-private-cloud/) | February 5, 2026 | -| [Mendix on Azure](/releasenotes/developer-portal/mendix-on-azure/) | January 29, 2026 | +| [Mendix on Kubernetes](/releasenotes/developer-portal/mendix-for-private-cloud/) | June 11, 2026 | +| [Mendix on Azure](/releasenotes/developer-portal/mendix-on-azure/) | July 2, 2026 | | [SAP Business Technology Platform (SAP BTP)](/releasenotes/developer-portal/sap-cloud-platform/) | September 28, 2025 | | [Other Deployment Options](/releasenotes/developer-portal/on-premises/) | September 15, 2023 | diff --git a/content/en/docs/releasenotes/deployment/mendix-azure.md b/content/en/docs/releasenotes/deployment/mendix-azure.md index 6a543b06473..29591d115e1 100644 --- a/content/en/docs/releasenotes/deployment/mendix-azure.md +++ b/content/en/docs/releasenotes/deployment/mendix-azure.md @@ -10,6 +10,15 @@ 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: July 2, 2026 + +* We have improved managed app creation in the Mendix on Azure portal by adding guidance that the selected deployment region cannot be changed after app creation. +* We have clarified that owner permissions on the target Azure subscription are required for successful deployment. +* We have added a production or non-production indicator for Mendix on Azure clusters. +* We have fixed a preflight check issue where backend logs showed success but the frontend showed an error with no remediation steps. +* We have fixed an issue where clusters on the **Cluster Overview** page were not sorted correctly after a refresh. +* We have upgraded managed Grafana to version 12.0. + ## Release date: May 7, 2026 * We have fixed an issue where an unavailable VM could be selected. diff --git a/static/attachments/deployment/mx-azure/available-clusters.png b/static/attachments/deployment/mx-azure/available-clusters.png index 8a78e133f9c..d99e63ca97d 100644 Binary files a/static/attachments/deployment/mx-azure/available-clusters.png and b/static/attachments/deployment/mx-azure/available-clusters.png differ diff --git a/static/attachments/deployment/mx-azure/support-center-option.png b/static/attachments/deployment/mx-azure/support-center-option.png index 866dac2228b..ef16caeafab 100644 Binary files a/static/attachments/deployment/mx-azure/support-center-option.png and b/static/attachments/deployment/mx-azure/support-center-option.png differ