How to Create a Custom Role for Azure Key Vault That Allows Writing Secrets Without Read Access (RBAC)
I'm trying to implement least privilege access to Azure Key Vault using the RBAC permission model, as recommended by Microsoft. My objective is to assign an Entra ID group a role that: Allows writing or updating secrets (e.g. set operations) Allows…
Azure Role-based access control
How can I identify if these service principles are related to which resources ?
I have deleted Azure Resources group along with all resources manually. Now I can see 2 Service principal left behind. How can I identify if these service principles are related to any other resource which may still exist? If I delete these service…
Azure Role-based access control
Is there any way of extending token life time in Microsoft External Entra?
Hello, I'm currently working with Microsoft Entra External ID, and I would like to know if there is any supported way to extend the lifetime of issued access tokens. By default, access tokens seem to expire after 1 hour, which is expected. However,…
Azure Role-based access control
Unable to Access Azure RBAC PIM Approval Data via App-Only Token
I'm trying to retrieve approvals using the management.azure.com API, but the endpoint requires a user token instead of an app token. However, the Microsoft Graph API returns PIM request approvals successfully using an app token. I want getting approvals…
Azure Role-based access control


Can't remove last role assignment to Privileged Role Administrator in Azure
When trying to remove the last privileged role from a subscription I'm getting the following Error - {"Error":{"Message":"Cannot delete the last RBAC admin…
Azure Role-based access control

How to get v2 token
Hi team, I'm trying to get the token based on the 'az login' I did manually in cmd before running the script: class TokenProvider: def __init__(self): self.credential = AzureCliCredential() self.cached_token = None …
Azure Role-based access control
Remove old tenant from personal account for azure subscription for Azure Boot Camp
Hello, I am writing to you from my @microsoft account. I activated a visual studio enterprise subscription on my personal account for the Azure Boot Camp, but I get some tenant permissions errors from a very old tenant from my high school studies. I…
Azure Role-based access control
How a User/Reader role assignment works to allow someone to access my Azure account?
I am the User/Owner of my Azure site. I assigned a User/Reader role to someone. My Azure Access Control (IAM) states that his email address is listed as a role assignment User/Reader. However, he is not able to access my Azure account. What did I do…
Azure Role-based access control
Unable to select Managed Identity when adding role assignment, despite being Owner.
Hello Azure Support Team, I am experiencing a critical permissions issue that is blocking my project. The Goal: I am trying to grant a Managed Identity the 'Storage Blob Data Contributor' role on a Storage Account. This is required for my Azure…
Azure Role-based access control
Issue in connecting cognitive service to communication
I am trying to connect azure cognitive service to communication service. Followed the tutorial in mic learn for the process. I have subscribed a phone number in communication service resource, created a webhook link. Any calls made to the number is…
Azure AI Speech
Azure Communication Services
Azure Role-based access control
Azure AI services
Microsoft Entra ID
Manually deleting the 'Unknown' IAM entries at the Subscription levels
What will be the safest method to delete these Unknown entries that are cluttering the IAM roles in all of my Azure Subscriptions, like below? Is there any impact or issue when these entries are deleted manually without any rollback plan?
Azure Role-based access control

Unable to Save 2 (d) - How to configure role provisioning in AWS Single-Account Access.
I have followed the documents, and am not able to save the 3rd party access keys at step 2 (d) in the heading "How to configure role provisioning in AWS Single-Account Access." Document link:…
Azure Role-based access control

AADSTS53003 Conditional Access blocking client credentials token issuance despite no policies applied
Post: I’m using client credentials flow with an Azure AD app registration to call Microsoft Graph API from an internal API. Token acquisition fails with this error: pgsql Copy AADSTS53003: Access has been blocked by Conditional Access policies. The…
Azure Role-based access control

Employee downgraded me to owner, stole keys
Help! I am the rightful owner of my server and app, and a rouge contractor just set me as owner, set himself as root and downloaded keys. We cannot access our app, code, databases. How do I get access to be the General Administrator and reset all…
Azure Role-based access control

My account was made a member only, and there is no admin on the account anymore.
For some reason, my account was made a member. I am the company/___domain owner, and the only account. I cannot make any changes. Now other apps and sites that I use this account with tell me my account is managed by my org, however I don't have an org to…
Azure Role-based access control
Why group members cannot execute operations on management groups?
Question has been solved: https://learn.microsoft.com/en-us/answers/questions/1316690/why-cant-group-members-operate-the-management-grou *removed content here *
Azure Role-based access control
Microsoft Entra ID


Owner of a subscription is deleted, how can I set the admin as the new owner?
Owner of a subscription is deleted, how can I set the admin as the new owner?
Azure Role-based access control
Can't create an azure trial subscription : AADSTS160021
I'm trying to test Azure before subscribing to it. I'm new to the service. I have a personal microsoft account. Then I go to azure website : https://go.microsoft.com/fwlink/?linkid=2227353&clcid=0x40c&l=fr-fr and I click on try azure for free. I…
Azure Role-based access control
Azure SSO,use an Alibaba Cloud account to log into Azure
How can this be integrated with Alibaba Cloud's IDaaS service? Please kindly provide guidance. Thank you.Can I use an Alibaba Cloud account to log into Azure? For example, is it possible to invite an Alibaba Cloud account as an external user in Azure?
Azure Role-based access control
Role Required to assign RBAC PIM assignments
Hello, I am using a service principal for Terraform to deploy PIM assignments for custom roles at the subscription level. These custom roles are Azure Resource/RBAC roles (NOT EntraID roles) reside at the top MG level. I cannot find the correct built-in…