670 questions with Azure Role-based access control tags

Sort by: Updated
1 answer

Cannot See Index tagging in while uploading Blob in ADLS gen2

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,347 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,700 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,432 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,929 questions
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.
670 questions
asked 2024-05-01T06:57:01.2766667+00:00
Alpha 0 Reputation points
commented 2024-05-01T10:42:28.1+00:00
Amrinder Singh 2,120 Reputation points Microsoft Employee
1 answer

Link Audit logs to Groups or Role or Privilege

I am wondering how can I link the audit logs from Azure AD to Role, Group or Privilege? The logs just have the action and the category. Is there a way by which I can understand using what Role or Group privilege this action was taken?

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.
670 questions
Microsoft Intune Grouping
Microsoft Intune Grouping
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Grouping: The arrangement or formation of people or things in a group or groups.
39 questions
asked 2024-04-30T17:53:28.7266667+00:00
Swapnil Khamkar 0 Reputation points
edited an answer 2024-05-01T05:45:24.69+00:00
Crystal-MSFT 43,126 Reputation points Microsoft Vendor
0 answers

Discussion around different ways to implement PIM for Azure resources

I've found there are two ways to use PIM to grant access to Azure resources and I'd like to understand the differences, if any, between the two. The outcome is the same however the process/workflow to achieve it is different. Method 1 Create an Entra ID…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
942 questions
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.
670 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,521 questions
asked 2024-01-30T07:07:38.8133333+00:00
KFM 86 Reputation points
commented 2024-04-30T15:31:51.71+00:00
AH 0 Reputation points
0 answers

Azure B2C Sign In & Sign Up custom field still showing asterix on non-mandatory field

Hi Were using Azure B2C and specifically the Sign In 7 Sign Up User flow with our own Sign up template. I have added a custom field - 'Mobile Number' and we had previsouly set it to be mandatory. This rightly shows an asterix next to the label to inform…

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.
670 questions
asked 2024-04-30T10:34:52.4433333+00:00
Neil Hodges 0 Reputation points
0 answers

Elevated Access for Azure AD Users

Hey guys, I'm managing 100 Azure AD users who utilize corporate-owned laptops for signing in and performing tasks. All these users are configured as standard users. Therefore, when the IT team runs an application with elevated access or doing…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,758 questions
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.
670 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,521 questions
asked 2024-04-30T01:43:13.8666667+00:00
Mo 0 Reputation points
edited the question 2024-04-30T09:04:00.3066667+00:00
Givary-MSFT 28,061 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure Key Vault RBAC permissions required for APIM to retreive a cert?

Hi I have a Azure API manager setup and want to add a custom domain. We have deployed Azure Key Vault and uploaded a certificate. We have deployed Key Vault with the recommended "role-based access control" We have given the APIM managed…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,119 questions
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.
670 questions
asked 2024-02-18T20:52:19+00:00
SKT 141 Reputation points
commented 2024-04-29T22:32:57.6466667+00:00
Erik Jensen 0 Reputation points
0 answers

Hello, I'm trying to access my azure account, but it keeps showing me the message "you don't have access to this", and "restricted tenant". It says we have some problems with your login token. I even can't submit a support ticket and can't do anything.

Hi Team, While I was trying to set some permissions to my user account during Azure Container Registry , I made some changes to my role and after that when I am trying to access my azure account, but it keeps showing me the message "you don't have…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
391 questions
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.
670 questions
asked 2024-04-25T04:33:50.7666667+00:00
Deepak Sethi 0 Reputation points
commented 2024-04-29T14:55:58.69+00:00
Deepak Sethi 0 Reputation points
1 answer

If a user want to assign a policy to the tenant root management group, what role can do this?

Global administrator role? Owner role of the subscription?

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.
670 questions
asked 2024-04-24T12:40:39.39+00:00
Shaojun Qin 100 Reputation points
commented 2024-04-29T10:42:27.6866667+00:00
Navya 4,000 Reputation points Microsoft Vendor
2 answers

Assign RBAC "Key Vault Administrator" role to Azure App via C# (.NET SDK)

I use below C# code create KeyVault with RBAC permission model. using KeyVaultModels = Microsoft.Azure.Management.KeyVault.Models; KeyVaultModels.VaultProperties vaultProperties = new KeyVaultModels.VaultProperties() {   EnableRbacAuthorization = true,  …

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,119 questions
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.
670 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,120 questions
asked 2024-04-15T17:13:55.76+00:00
ASR 671 Reputation points
commented 2024-04-29T05:43:28.7966667+00:00
Akhilesh 4,775 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

What role will I have when I migrate a subscription to a new Tenant/Directory?

Hi All, Starting in September 2024 Classic Admins will be removed. I am wondering what is going to happen when I do a migration (directory change) of a subscription from one tenant to another. Usually the user who does the "Change Directory"…

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.
670 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,521 questions
asked 2024-04-24T09:31:31.7566667+00:00
John Doyle 51 Reputation points
commented 2024-04-26T09:21:50.7633333+00:00
John Doyle 51 Reputation points
2 answers One of the answers was accepted by the question author.

To add a backend pool and health probe to loadbalancer, which role is needed?

Network contributor on loadbalancer level? Network contributor on the resource group level?

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.
670 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
402 questions
asked 2024-04-24T14:16:48.4233333+00:00
Shaojun Qin 100 Reputation points
accepted 2024-04-25T02:59:51.3+00:00
Shaojun Qin 100 Reputation points
1 answer

How to fix - MsalClaimsChallengeException: AADSTS53003: Access has been blocked by Conditional Access policies. The access policy does not allow token issuance.

Working on azure web app and it was working fine , suddenly i am getting below error MsalClaimsChallengeException: AADSTS53003: Access has been blocked by Conditional Access policies. The access policy does not allow token issuance. The same app is…

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.
670 questions
asked 2024-04-23T07:22:46.7333333+00:00
SohamPrasad Girde (Wipro Designit Services, Inc.) 20 Reputation points Microsoft Vendor
commented 2024-04-23T13:30:46.22+00:00
Domooney-MSFT 2,471 Reputation points Microsoft Employee
1 answer

I can't see Resource Group.

I got a role but I can't see AI_SERVICE resource group. I tried to login again and clear cache and login again & tried with other browsers. But nothing worked. How can I solve this issue?

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.
670 questions
asked 2024-04-22T08:04:00.62+00:00
evan 0 Reputation points
answered 2024-04-22T13:30:14.3333333+00:00
VenkateshDodda-MSFT 18,281 Reputation points Microsoft Employee
1 answer

How to assign Azure Policy to a role or restrict user access to resource groups they did not create?

In our Azure subscription, each member has "Contributor" role at the subscription level. However, some people are creating high-cost resources, which we want to restrict. I found Azure Policy and denied the creation of those resources, but…

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.
670 questions
asked 2024-04-16T07:56:13.25+00:00
answered 2024-04-22T10:06:50.4966667+00:00
Sandeep G-MSFT 14,491 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

need to remove RBAC role when try to delete resource group before

In azure, i want to delete resource group. It is need to remove RBAC role that has been assignment to this resource group first? And then i can delete resource group. And it will release that RBAC role what has assignment on this resource group?

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.
670 questions
asked 2024-04-18T10:15:28.63+00:00
Huang, Winston-HR 280 Reputation points
accepted 2024-04-22T06:31:59.8566667+00:00
Huang, Winston-HR 280 Reputation points
1 answer

How to delete all Azure Active Directory or Microsoft Entra ID

Hello I`m newbie in microsoft administration so I got one test account related with my workplace and other accounts directly related with me. I dont need that account so to avoid a dead end I want to delete it. Could you delete my Azure Active Directory…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
616 questions
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.
670 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,521 questions
asked 2024-04-18T07:05:48.79+00:00
Robert Mickevič 0 Reputation points
commented 2024-04-22T04:28:43.15+00:00
Navya 4,000 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Can I assign Azure built in roles (RBAC) to security groups when setting up GDAP?

When setting up granular delegated admin privileges, as the partner, can I assign Azure built-in roles (RBAC) to our security groups, such as contributor roles, to enable my added users to work/manage with an Azure resource? or are we limited to only…

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.
670 questions
Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
878 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,521 questions
asked 2023-04-06T22:59:24.8033333+00:00
Cooper Yap 20 Reputation points
answered 2024-04-20T22:52:39.3733333+00:00
Aneesh Varghese 35 Reputation points
1 answer

AuthorizationPermissionMismatch error when accessing blob file with indirect permission in RBAC

Hi, I'm using BlobContainerClient for accessing blobs from code (C#) private async Task<BlobClient> GetBlobClientAsync(string blobName, string container, CancellationToken cancellationToken) { var containerClient = await…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,700 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,432 questions
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.
670 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,266 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,521 questions
asked 2024-04-18T23:01:28.29+00:00
Kamil Zak 0 Reputation points
answered 2024-04-19T06:56:51.65+00:00
Nehruji R 1,976 Reputation points Microsoft Vendor
0 answers

All of our Azure pipelines are failing - Datastore connection issue

Our pipelines have been running in the Azure sandbox environment for years - about a week ago all of the pipelines began failing with the following error: Error Code: ScriptExecution.DatastoreResolution.Authentication Failed Step:…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,432 questions
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.
670 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,572 questions
Access
Access
A family of Microsoft relational database management systems designed for ease of use.
307 questions
asked 2024-04-17T14:49:49.01+00:00
Brittany Perry 0 Reputation points
commented 2024-04-18T22:33:06.2633333+00:00
BhargavaGunnam-MSFT 26,221 Reputation points Microsoft Employee
1 answer

How to I change the email address from my Azure account?

My provider is deleting the Domain for my current email address so I need to create a new email address for a different domain and then change it in Azure. HOW do I do this?

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.
670 questions
asked 2024-04-17T20:21:10.6566667+00:00
Scott 0 Reputation points
answered 2024-04-17T22:33:09.37+00:00
Andrew Geddes 741 Reputation points