Unable to create or delete Azure VMs, getting InvalidAuthenticationToken with missing claims
We at whole organization level have a paid subscription. Currently we're facing failures and errors while creating or deleting any Azure virtual machine. We tried with owner role as well, we tried to use 'pay-as-you-go' subscription, each time its failing with InvalidAuthenticationToken.
Here is exact error -
{
"status": "Failed",
"error": {
"code": "InvalidAuthenticationToken",
"message": "The received access token is not valid: at least one of the claims 'puid' or 'altsecid' or 'oid' should be present. If you are accessing as application please make sure service principal is properly created in the tenant. Target: '/subscriptions/6c579bc4-7b8d-49ad-8bbe-373f943a7162/resourceGroups/test-aa_group/providers/Microsoft.Compute/disks/test-aa_OsDisk_1_7fc9e518937142199f715687bf4dfd6b'."
}
}
We need urgent help to resolve this.