Resource creation validation failed as owner

Tamas Szucs 1 Reputation point
2022-04-06T12:59:00.12+00:00

{"code":"AuthorizationFailed","message":"The client 'live.com#tamas.szucs@harsh.com .com' with object id '' does not have authorization to perform action 'Microsoft.Storage/register/action' over scope '/subscriptions/' or the scope is invalid. If access was recently granted, please refresh your credentials. (Code: AuthorizationFailed)"}

I have an owner role assigned for the resource group in which I'm trying to create a resource. What else is missing?

Thanks,
Tamas

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
666 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,458 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. James Hamil 21,621 Reputation points Microsoft Employee
    2022-04-06T21:58:00.17+00:00

    Hi @TamasSzucs-1574 , please review this document. It looks like you're trying to access storage, so you have to find the specific permissions required for that. For example, for blob storage you need the following roles:

    • The Reader and Data Access role
    • The Storage Account Contributor role
    • The Azure Resource Manager Contributor role
    • The Azure Resource Manager Owner role

    Please let me know if this works. If not, please let me know what you're trying to access so I can help you further.

    If this answer helped you please mark it as "Verified" so other users can reference it.

    Thank you,
    James

    0 comments No comments