Tenant Permission Issue

Markus Pederson 1 Reputation point
2022-06-08T04:50:49.253+00:00

I have global administrator access but I am unable to load a script, the below error message appears.

"error": {
"code": "LinkedAuthorizationFailed",
"message": "The client has permission to perform action 'Microsoft.ManagedIdentity/userAssignedIdentities/assign/action' on scope '/subscriptions/''/resourcegroups/ChildFund_PyamnetGateway_Trial/providers/Microsoft.Web/sites/surge-webhook-appbgrs2', however the current tenant '' is not authorized to access linked subscription '1b46299

How am I able to ensure that my tenant has the required access to complete this task?

Thank you
Markus

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
924 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,389 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Manu Philip 16,966 Reputation points MVP
    2022-06-08T05:25:38.937+00:00

    The solution involves, Granting the service principal permissions to use the resource that's mentioned in the error message
    The following document will help to solve that
    role-assignments-portal

    ----------

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments