Skip to content

Mxon azure v1.3 #9595

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
merged 2 commits into from
May 29, 2025
Merged
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
32 changes: 0 additions & 32 deletions content/en/docs/deployment/mx-azure/mx-azure-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,38 +21,6 @@ To adopt Mendix on Azure, you need to have the following:
* Permission to grant admin consent on the Mendix on Azure portal app registration
* Owner role assigned on the target subscription

{{% alert color="info" %}} To comply with the principle of least privilege, you can also create a custom role for the Mendix Operator instead of assigning the Owner or Contributor role. For the required permissions, see below:

```text
{
"properties": {
"roleName": "Mendix on Azure Operator",
"description": "",
"assignableScopes": [
"/subscriptions/<yoursubscriptionid>"
],
"permissions": [
{
"actions": [
"*/register/action",
"Microsoft.Solutions/applications/*",
"Microsoft.Solutions/locations/operationstatuses/*",
"Microsoft.Resources/subscriptions/resourceGroups/*",
"Microsoft.Resources/deployments/*",
"Microsoft.Monitor/accounts/*",
"Microsoft.Authorization/roleAssignments/write",
"Microsoft.Authorization/roleAssignments/read"
],
"notActions": [],
"dataActions": [],
"notDataActions": []
}
]
}
}
```

{{% /alert %}}

After you obtain an Azure subscription, you can [find your Subsciption ID](https://learn.microsoft.com/en-us/azure/azure-portal/get-subscription-tenant-id#find-your-azure-subscription) and provide this information to the Mendix representative.

Expand Down
4 changes: 4 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,10 @@ 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 29, 2025

* We have strengthened the preflight check process to deliver a better user experience.

### Release date: April 24, 2025

* You can now update the **Additional Options** even after the clusters have been initialized.
Expand Down