# Partners

Bsure Insights Azure Managed Application needs to be installed in each customer tenant. Bsure will patch and update customer instance of the data collector.

Customer data will be written to an Azure Storage Account (Table Storage). Bsure Insights Managed Application uses a connection string to write data to the correct Table Storage, meaning that the Storage Account could be hosted in customer environment, partner tenant or both, by using the advanced section when installing the app. Best practice for a partner is always to use connection string 2 if decision is to write data into partner own tenant. If you decide to write customer data into partner tenant, you should make sure that your data processing agreement allows you to do so.

The Power BI app will connect to the Storage Account by storage account name and a key. If partner decides to install the Power BI app in their own environment they should always use storage account key2 if the Storage Account is hosted in the customer environment.

We've described 3 different ways of handling the Power BI app, but please contact us if they don't fit your specific needs.

NB: You should not use multi tenancy support in the app to mix customer data in one Storage Account


---

# 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/v1/partners.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.
