Roles and acces for accessing ms Azure services

Azer LTIFI 1 Reputation point
2022-11-15T08:42:11.097+00:00

Hello,
I would like to know what exactly are the roles and authorities that my admin has to give me in order to use MS Azure services to deploy and run run apps.
Thank you

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.
979 questions
Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

2 answers

Sort by: Most helpful
  1. Roderick Bant 2,056 Reputation points
    2022-11-15T08:54:44.16+00:00

    Hi,

    The answer to your question may depend on how your organization uses Azure as a platform. Generically speaking you will need at least Contributor role assigned to a subscription or resourcegroup to deploy resources for your app. Depending on how networking and external access is governed in your org, you may need additional authorizations for setting up external connectivity e.g. with rules in a central firewall.

    So aside from Contributor access on the resourcegroup or subscription, its best to consult your admin on connectivity.

    0 comments No comments

  2. Vasileios Dionysopoulos 641 Reputation points
    2022-11-16T14:51:50.977+00:00

    Additionally, you can go to the resource that you want to check if you have access, and do the follow:
    resource: Example Subscription or Resource Group
    on the menu go to Access Control (IAM) -> Check Access (Top List) -> View my access (button)
    And you will see what kind of role you have.

    In order to have a better overview check this on Subscription level, it is a little mess but if you use of it, you will notice that it is very easy :).

    For more info check the following link:
    https://learn.microsoft.com/en-us/azure/role-based-access-control/check-access

    Or check the attached image for more

    260987-image.png

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.