-
Notifications
You must be signed in to change notification settings - Fork 784
Added release notes for MxOnAzure v1.16 #11146
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
Merged
katarzyna-koltun-mx
merged 9 commits into
mendix:development
from
mxashokkhedkar:mxazure_release_1_16
May 7, 2026
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
09452c6
Added release notes for MxOnAzure v1.16
mxashokkhedkar a6f6ed6
Update mendix-azure.md
katarzyna-koltun-mx 4deacec
Update mendix-azure.md
katarzyna-koltun-mx b5f79fc
Update mendix-azure.md
katarzyna-koltun-mx c49a9c7
Added mx-azure-cluster-visibility documentation details
mxashokkhedkar 1a999e4
Added release notes for Private Cloud Portal v7.29.0
mxashokkhedkar 782fb73
Remove redundant note on description metadata usage
katarzyna-koltun-mx 260b2ff
Update mx-azure-cluster-visibility.md
katarzyna-koltun-mx f3efeaa
Correct grammatical error in release notes
katarzyna-koltun-mx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63 changes: 63 additions & 0 deletions
63
content/en/docs/deployment/mx-azure/mx-azure-cluster-visibility.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,63 @@ | ||
| --- | ||
| title: "Cluster Visibility and Permissions" | ||
| url: /developerportal/deploy/mendix-on-azure/cluster-visibility/ | ||
| description: "Describes how cluster visibility and editing permissions work in Mendix for Private Cloud on Azure based on user roles and Azure RBAC permissions." | ||
| weight: 8 | ||
| --- | ||
|
|
||
| ## Introduction | ||
|
|
||
| The **Cluster Overview** page in Mendix on Azure displays clusters based on your assigned role and Azure permissions. This document explains how cluster visibility and editing permissions work. | ||
|
|
||
| ## Overview | ||
|
|
||
| Below is a short summary of the key aspects of cluster visibility. For more information, refer to the following sections. | ||
|
|
||
| * Visibility - All cluster namespace members can view initialized clusters to facilitate support and monitoring. | ||
| * Security - Only Cluster Managers with appropriate Azure RBAC roles (Owner or Contributor) can modify cluster settings. | ||
| * Separation of Concerns: | ||
| * Initialized clusters are visible to all namespace members regardless of Azure RBAC. | ||
| * Editing capabilities require both Cluster Manager role or Azure Owner or Contributor permissions. | ||
|
|
||
| ## Cluster Visibility | ||
|
|
||
| ### All Users | ||
|
|
||
| All users who are members of a Mendix cluster namespace can see initialized clusters in the cluster overview page, regardless of their Azure RBAC permissions. This allows all users to view cluster details and submit support tickets. | ||
|
|
||
| Clusters that are ready to initialize (that is, not yet initialized) follow the standard Azure RBAC visibility rules. | ||
|
|
||
| ### Cluster Manager Role | ||
|
|
||
| Users with the Cluster Manager role have the same visibility as other users for initialized clusters, as well as the following: | ||
|
|
||
| * Access to view and potentially edit cluster configuration (depending on Azure RBAC permissions) | ||
| * Ability to see clusters awaiting initialization (based on Azure RBAC permissions) | ||
|
|
||
| ## Editing Cluster Settings | ||
|
|
||
| ### Permission Requirements | ||
|
|
||
| To edit cluster settings, a user must have the following roles: | ||
|
|
||
| * In Mendix - Cluster Manager | ||
| * In Azure RBAC - Azure Owner or Azure Contributor | ||
|
|
||
| ### Permission Scenarios | ||
|
|
||
| | User Type | Azure RBAC | Can View Initialized Clusters | Can Edit Clusters | | ||
| | --- | --- | --- | --- | | ||
| | Any cluster namespace member | Any | Yes | No | | ||
| | Cluster Manager | Reader | Yes | No | | ||
| | Cluster Manager | Owner/Contributor | Yes | Yes | | ||
|
|
||
| ### Error Handling | ||
|
|
||
| If a Cluster Manager attempts to edit cluster settings without the required Azure Owner or Contributor role, an error message like the following is displayed, explaining that additional Azure permissions are required: | ||
|
|
||
| *The user must be cluster manager to edit the Azure environment.You are not cluster manager of this Azure environment.* | ||
|
|
||
| ## Read More | ||
|
|
||
| * [Configuring Mendix on Azure](/developerportal/deploy/mendix-on-azure/configuration/) – Configuration options available through the Mendix on Azure Portal | ||
| * [Support for Mendix on Azure](/developerportal/deploy/mendix-on-azure/support/) – Support model and shared responsibility |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+11.6 KB
(110%)
static/attachments/deployment/mx-azure/initializeCluster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.