Skip to content

MxOnAzure v1.5 release notes #9940

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

Open
wants to merge 4 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Before starting the installation and implementation process, make sure that you
* Obtain and configure a Microsoft Azure account. For more information, refer to the the Microsoft Azure documentation.
* Purchase the Mendix on Azure offering in the [Azure Marketplace](https://azuremarketplace.microsoft.com/).
* 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.
* You must log in to the [Mendix on Kubernetes page](https://privatecloud.mendixcloud.com/) before starting the installation process in the Mendix on Azure portal.
* 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.

{{< figure src="/attachments/deployment/mx-azure/coadmin-permission.png" class="no-border" >}}
Expand Down
8 changes: 8 additions & 0 deletions content/en/docs/releasenotes/deployment/mendix-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ 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: August 7, 2025

* Users with the Owner or Contributor roles can now view all uninitialized clusters within their subscription, ensuring better visibility and coordination.
* The cluster deployment progress status now more accurately reflects the actual deployment status.
* We have fixed an issue where new users had to first visit the Mendix on Kubernetes portal before initializing a cluster. They can now initialize a cluster directly in Mendix on Kubernetes.
* We have improved the accuracy and consistency of Japanese and Korean translations in the Mendix on Azure portal.
* Cluster initialization is now limited to users with the Owner role. This resolves a previous issue where users with the Contributor role were also able to initialize clusters.

### Release date: July 3, 2025

* Mendix on Azure users can now create and restore environment backups through Mendix on Kubernetes Portal. For more information, see [Backups in Mendix on Azure](/developerportal/deploy/mendix-on-azure/backups/).
Expand Down