From 02ff8e03d1ad441eb98002fd15ae62a5aae3935e Mon Sep 17 00:00:00 2001 From: ClydeW Date: Thu, 18 Jun 2026 23:31:22 +0200 Subject: [PATCH] Clarify Mendix on Azure licensing for multiple clusters Add FAQ entry and info box clarifying that deploying multiple Mendix on Azure clusters does not impact licensing costs. Mendix charges are based solely on the number of app environments, not the number of clusters. --- .../en/docs/deployment/mx-azure/mx-azure-licensing.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/en/docs/deployment/mx-azure/mx-azure-licensing.md b/content/en/docs/deployment/mx-azure/mx-azure-licensing.md index 2da0b05cbc2..146cf20497d 100644 --- a/content/en/docs/deployment/mx-azure/mx-azure-licensing.md +++ b/content/en/docs/deployment/mx-azure/mx-azure-licensing.md @@ -23,8 +23,16 @@ For the first 120 days after creating any new app environment within your Mendix After 120 days from an app environment's creation, Mendix begins charging a fixed number of [Cloud Tokens](/control-center/cloud-tokens/) per app environment (14 tokens as of 2025). If your token balance is insufficient, Mendix will contact you to arrange replenishment. +{{% alert color="info" %}} +Deploying multiple Mendix on Azure clusters does **not** impact licensing costs. Mendix only charges based on the number of app environments, regardless of how many clusters you deploy. +{{% /alert %}} + ## Frequently Asked Questions ### Will I Still Need to Request Runtime Licenses for my Mendix Apps? -Yes. For production environments, you must supply runtime licenses for your Mendix apps to move the Mendix Runtime out of trial mode. This licensing process aligns with how Mendix on Kubernetes works (for example, requesting and applying subscription keys). For more information, see [Licensing Apps outside Mendix Cloud](http://localhost:1313/developerportal/deploy/licensing-apps-outside-mxcloud/). +Yes. For production environments, you must supply runtime licenses for your Mendix apps to move the Mendix Runtime out of trial mode. This licensing process aligns with how Mendix on Kubernetes works (for example, requesting and applying subscription keys). For more information, see [Licensing Apps outside Mendix Cloud](/developerportal/deploy/licensing-apps-outside-mxcloud/). + +### Does Deploying Multiple Mendix on Azure Clusters Affect Licensing Costs? + +No. Mendix on Azure licensing is based solely on the number of **app environments**, not the number of clusters. You can deploy multiple clusters without incurring additional licensing costs from Mendix. Only the app environments running within those clusters are counted for billing purposes.