Skip to content

Commit b1ed0e9

Browse files
Merge pull request #9595 from Nidhi251289/MxonAzureV1.3
Mxon azure v1.3
2 parents d3885a1 + 402c9df commit b1ed0e9

File tree

2 files changed

+4
-32
lines changed

2 files changed

+4
-32
lines changed

content/en/docs/deployment/mx-azure/mx-azure-getting-started.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -21,38 +21,6 @@ To adopt Mendix on Azure, you need to have the following:
2121
* Permission to grant admin consent on the Mendix on Azure portal app registration
2222
* Owner role assigned on the target subscription
2323

24-
{{% 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:
25-
26-
```text
27-
{
28-
"properties": {
29-
"roleName": "Mendix on Azure Operator",
30-
"description": "",
31-
"assignableScopes": [
32-
"/subscriptions/<yoursubscriptionid>"
33-
],
34-
"permissions": [
35-
{
36-
"actions": [
37-
"*/register/action",
38-
"Microsoft.Solutions/applications/*",
39-
"Microsoft.Solutions/locations/operationstatuses/*",
40-
"Microsoft.Resources/subscriptions/resourceGroups/*",
41-
"Microsoft.Resources/deployments/*",
42-
"Microsoft.Monitor/accounts/*",
43-
"Microsoft.Authorization/roleAssignments/write",
44-
"Microsoft.Authorization/roleAssignments/read"
45-
],
46-
"notActions": [],
47-
"dataActions": [],
48-
"notDataActions": []
49-
}
50-
]
51-
}
52-
}
53-
```
54-
55-
{{% /alert %}}
5624

5725
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.
5826

content/en/docs/releasenotes/deployment/mendix-azure.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ These release notes cover changes to deployment to [Mendix on Azure](/developerp
1212

1313
For information on the current status of Mendix deployment, see [Mendix Status](https://status.mendix.com/).
1414

15+
### Release date: May 29, 2025
16+
17+
* We have strengthened the preflight check process to deliver a better user experience.
18+
1519
### Release date: April 24, 2025
1620

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

0 commit comments

Comments
 (0)