Skip to main content
All CollectionsSana AI Integration Guides
Azure Blob Storage - Integration Guide
Azure Blob Storage - Integration Guide
Bianca Wetter avatar
Written by Bianca Wetter
Updated over a week ago

Introduction

Sana AI is a cutting-edge AI assistant designed to streamline information retrieval and knowledge management within an organization. Leveraging advanced AI and machine learning techniques, Sana AI can answer queries, summarize documents, and provide insights based on the data it has access to. With the sharable Azure Blob Storage integration, Sana AI can seamlessly access and utilize data stored in Azure, enhancing its ability to provide accurate, context-specific responses.

Azure Blob Storage is an enterprise feature.

Integration Setup

In Sana, under the integrations tab, find Azure Cloud Storage

In the pop-up, fill in the following information

  1. Azure storage account should be filled with the storage account name

  2. Source container should be the container id

  3. Prefix is used to indicate that you want to index a specific folder in the container. If you want to index the whole container, there is no need for the prefix.

  4. SAS token The suggested way to create the token is:

    1. Create an SAS token at the container level. See Grant limited access to Azure Storage resources using shared access signatures for instructions.

    2. The Allowed services must include Blob.

    3. For Allowed resource types, select both Container and Object.

    4. The Allowed permissions must include Read and List.

    5. The default expiration time for SAS tokens is 8 hours. Set a reasonable expiration time that enables you to successfully complete your transfer.

    6. Do not specify any IP addresses in the Allowed IP addresses field. Storage Transfer Service uses various IP addresses and doesn't support IP address restrictions.

    7. The Allowed protocols should be HTTPS only.

  5. Share with should be filled in with the scope of who should have access, choose a collection or the entire workspace.

If you have a custom domain for Azure, you need to update the SAS token to include storageAccount, domain, and container in the token field. It should be in this structure:

https://${storageAccount}.${domain}/${container}${SAS-token}

You can find it under Blob SAS URL (image).

Meta Data Fields

This integration has standard fields:

URL
displayName
createdAt (should be ISO 8601 date string)
previewImageUrl

You can prefix any other field with

 customAttributes_<fieldName>

Data Handling and Privacy

Sana AI is fully committed to data security and privacy. All data accessed by Sana AI is encrypted both in transit and at rest. Sana does not train any underlying language models on your data, ensuring the privacy of your information. Sana AI is ISO 27001 certified, GDPR compliant, and adheres to the highest standards of data security.

Support and Contact Information

For further information about Sana AI or the Drive and Calendar integration, please contact [email protected] via email.

Did this answer your question?