# Add Permissions to the Application - Azure AD

{% hint style="warning" %}
This document is under construction. Please excuse our dust.
{% endhint %}

The application you created in the previous section requires the role of global reader, because it won't have any permissions assigned to it by default.&#x20;

#### Step 1:&#x20;

* Sign into your Azure account.
* On the Azure Home page, in the left navigation menu, under **Manage**, select **Roles and administrators**. \
  \
  ![](/files/XjAFOcuaHwIRyBzv0Hbd)

#### Step 2:

* In the search box, type **Global Reader**.&#x20;
* Below the search box, select **Global reader**.&#x20;

![](/files/7RCxbanyrs6QxY1zs7tn)

* On the **Global reader Assignments** page, the **Active assignments** tab is selected. Select **+Add assignments** in the command bar.&#x20;

![With the Active assignments tab selected, select +Add assignments in the command bar. ](/files/7RpkWlYlXVs5Blqe3hrM)

#### Step 3:&#x20;

* In the search box, enter the application name you [set up earlier](/technical-documentation/data-sources/azure-services/register-epiphany-as-an-application-in-azure.md#step-2) (for example, **epiphany-azuread**)  and add it to this role.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.reveald.com/technical-documentation/data-sources/azure-services/add-permissions-to-the-application-azure-ad.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
