> For the complete documentation index, see [llms.txt](https://docs.bsure.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bsure.io/getting-started/installation-guide/prerequisites.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bsure.io/getting-started/installation-guide/prerequisites.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
