User has been assigned a custom role with below Actions on an Azure storage account but user sees This request is not authorized to perform this operation
:
{
"id": ..,
"properties": {
"roleName": "ContributorBPMD(custom)",
"description": ..
"assignableScopes": [
"/providers/Microsoft.Management/managementGroups/XXX"
],
"permissions": [
{
"actions": [
"*"
],
"notActions": [
"notActions": [
...
"Microsoft.Sql/servers/virtualNetworkRules/write",
"Microsoft.Storage/storageAccounts/delete",
"Microsoft.Storage/locations/deleteVirtualNetworkOrSubnets/action",
"Microsoft.Storage/storageAccounts/privateEndpointConnections/delete",
"Microsoft.Storage/storageAccounts/privateEndpointConnections/write",
...
],
"dataActions": [],
"notDataActions": []
}
]
}
}
I don't see any not allowed actions for Microsoft.storageAccounts/queueServices/*
.
What is missing?