Skip to content

Commit 402c9df

Browse files
committed
Removed the custom role for Azure account
1 parent 1bb5ab7 commit 402c9df

File tree

2 files changed

+0
-226
lines changed

2 files changed

+0
-226
lines changed

content/en/docs/deployment/mx-azure/dutch

Lines changed: 0 additions & 194 deletions
This file was deleted.

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

0 commit comments

Comments
 (0)