> 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/v1/user-guides/share-the-power-bi-app/share-the-storage-account-access-key.md).

# Share the Storage Account Access Key

In some rare cases it might be handy to share the Access Key to your Storage Account where Bsure Insights stores your collected user data. When using this method the users must install the Bsure Insights app from Appsource themselves, and use the key to connect to the data.

{% hint style="danger" %}
The Access Key gives **full access** to the storage account.&#x20;
{% endhint %}

1. Go to [portal.azure.com](https://portal.azure.com), and locate the *Storage Account* you used when you installed Bsure Insights.<br>

   <figure><img src="/files/I3RL2HyXBLWKInuE6PKU" alt=""><figcaption><p>Locate your Storage Account and select it.</p></figcaption></figure>
2. Select **Access keys** in the **Security + networking** section of the menu<br>

   <figure><img src="/files/gK575p9NsVyIxzMuFcxQ" alt=""><figcaption></figcaption></figure>
3. Copy the **Storage account name** and the **key2** key.

   <figure><img src="/files/SJqqRfVTHqHaW70tELbH" alt=""><figcaption></figcaption></figure>
4. Share the storage account name and key with the user in a safe way.

{% hint style="danger" %}
If you choose to use this method, you should **not share key1**. This is used by the Data Collector app. If this key needs to be rotated, Bsure Insights needs to be reinstalled.
{% endhint %}

Learn more about managing Storage Account Access Keys:\
<https://learn.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage>


---

# 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/v1/user-guides/share-the-power-bi-app/share-the-storage-account-access-key.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.
