Cannot create tag with RBAC rol "Tag Contributor" on a storage account

Anonymous
2021-08-31T09:39:41.567+00:00

I have a storage account where I have the following RBAC roles: Reader and Tag Contributor

However if I try to add a tag through the portal this is not possible and I am getting the following error (anonymised the resource IDs):

The client 'me@ssss .nl' with object id 'some guid' does not have authorization to perform action 'Microsoft.Storage/storageAccounts/write' over scope '/subscriptions/<subscription id>/resourceGroups/<resource group name>/providers/Microsoft.Storage/storageAccounts/<storage account name>' or the scope is invalid. If access was recently granted, please refresh your credentials.

Looks like the scope is not correct or the portal is using some different API (the "storages account update" instead of the "tag update" I assume) I was expecting the "Microsoft.Resources/tags/*" scope here.

Any advice on how this should work with only these RBAC roles.

Kind regards,
Rik Ribbers

Azure Storage
Azure Storage

Globally unique resources that provide access to data management services and serve as the parent namespace for the services.

0 comments No comments

Answer accepted by question author
Anonymous
2021-08-31T20:40:40.453+00:00

@Anonymous

Currently, the tag contributor role can't apply tags to resources or resource groups through the portal. It can apply tags to subscriptions through the portal. It supports all tag operations through PowerShell and REST API. More information on this can be found on this page.

-------------------------------

Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2021-09-02T07:06:16.96+00:00

    Ok, Thanks for the feedback!

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.