# Prerequisites

Before installing **Bsure Insights** from the Azure Marketplace, make sure the following requirements are in place:

* [ ] **Azure Subscription**&#x20;
* [ ] Tenant at **Microsoft Entra ID P2** level (minimum 1 license)
  * *Required for full functionality*
  * *Entra ID P1 is supported with reduced functionality*
* [ ] User with **Global Administrator** role in Microsoft Entra ID

{% hint style="warning" %}
The Global Administrator must be able to authenticate using *Device code flow.*\
Follow this guide to [Test Device Code flow](/support/troubleshooting.md#test-device-code-flow).
{% endhint %}

* [ ] User with **Owner** permissions on the Azure subscription&#x20;
* [ ] **Resource Group**&#x20;
* [ ] User with a **Power BI Pro license** (minimum)

{% hint style="warning" %}
The user installing Bsure Insights must have permission to create Power BI workspaces.\
In addition, service principals must be allowed to call Fabric public APIs. [Read more here](/support/troubleshooting.md#fail-your-workspace-wasnt-created-properly).
{% endhint %}

### Useful Microsoft guides

* [Create an Azure Subscription](https://learn.microsoft.com/en-us/azure/cost-management-billing/manage/create-subscription)
* [Create a Resource Group](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/manage-resource-groups-portal)

When all prerequisites are confirmed, continue to [Azure Marketplace](/getting-started/installation-guide/azure-marketplace.md) to start your installation.


---

# 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.bsure.io/getting-started/installation-guide/prerequisites.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.
