97.5k views
2 votes
What types of application permissions are used for access to Azure resources?

User RubbleFord
by
8.7k points

1 Answer

3 votes

Final answer:

Application permissions in Azure determine what an application can do with the resources. There are three types: delegated permissions, application permissions, and dynamic permissions.

Step-by-step explanation:

Access to Azure resources in the form of application permissions is commonly granted through the use of Azure Active Directory (AD). These permissions determine what an application can do with the resources.

There are several types of application permissions:

  1. Delegated permissions: These allow an application to perform actions on behalf of a user.
  2. Application permissions: These allow an application to perform actions on its own behalf, independently of any user.
  3. Dynamic permissions: These give applications the ability to request permissions dynamically during runtime based on certain conditions.

By granting the appropriate permissions, an application can access and interact with Azure resources based on its intended functionality.

User MilanHrabos
by
7.3k points