diff --git a/src/pentesting-cloud/azure-security/az-privilege-escalation/az-authorization-privesc.md b/src/pentesting-cloud/azure-security/az-privilege-escalation/az-authorization-privesc.md index 3076c610d..70106f818 100644 --- a/src/pentesting-cloud/azure-security/az-privilege-escalation/az-authorization-privesc.md +++ b/src/pentesting-cloud/azure-security/az-privilege-escalation/az-authorization-privesc.md @@ -27,6 +27,7 @@ Create the file `role.json` with the following **content**: ```json { + "roleName": "", "Name": "", "IsCustom": true, "Description": "Custom role with elevated privileges", @@ -34,7 +35,8 @@ Create the file `role.json` with the following **content**: "NotActions": [], "DataActions": ["*"], "NotDataActions": [], - "AssignableScopes": ["/subscriptions/"] + "AssignableScopes": ["/subscriptions/"], + "id": "/subscriptions//providers/Microsoft.Authorization/roleDefinitions/", } ```