Bring your own storage to save workbooks

There are times when you might have a query or some business logic that you want to secure. You can help secure workbooks by saving their content to your storage. The storage account can then be encrypted with Microsoft-managed keys, or you can manage the encryption by supplying your own keys. For more information, see Azure documentation on storage service encryption.

Save a workbook with managed identities

  1. Before you can save the workbook to your storage, you'll need to create a managed identity by selecting All Services > Managed Identities. Then give it Storage Blob Data Contributor access to your storage account. For more information, see Azure documentation on managed identities.

    Screenshot that shows adding a role assignment.

  2. Create a new workbook.

  3. Select Save to save the workbook.

  4. Select the Save content to an Azure Storage Account checkbox to save to an Azure Storage account.

    Screenshot that shows the Save dialog.

  5. Select the storage account and container you want. The Storage account list is from the subscription selected previously.

    Screenshot that shows the Save dialog with a storage option.

  6. Select (change) to select a managed identity previously created.

    Screenshot that shows the Change identity dialog.

  7. After you've selected your storage options, select Save to save your workbook.

Limitations

  • When you save to custom storage, you can't pin individual parts of the workbook to a dashboard because the individual pins would contain protected information in the dashboard itself. When you use custom storage, you can only pin links to the workbook itself to dashboards.
  • After a workbook has been saved to custom storage, it will always be saved to custom storage, and this feature can't be turned off. To save elsewhere, you can use Save As and elect to not save the copy to custom storage.

Next steps