Azure Blob Storage

Azure Blob storage is Microsoft’s object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data. Unstructured data is data that doesn’t adhere to a particular data model or definition, such as text or binary data.

What is required

You will require the following in order to create a connection to Azure Blob Storage:

  1. An Azure storage account containing the data you wish to add to Publisher.
  2. The Azure storage account name.
  3. The Azure storage account access key.
  4. The name of the Azure container that contains the data you wish to add.

You can read more about Azure storage account access keys here.

How to connect Azure Blob Storage

Follow the steps for adding a Data Source to open the new data source dialog and choose Azure Blob Storage from the list of available connectors.

You will be presented with the screen to configure your Azure Blob Storage connector:

To configure the connector:

  1. Choose the storage account from Azure Blob Store containing the data you wish to add.
  2. Navigate to Access Keys under Settings.
  3. Copy the first storage access key listed using the copy icon.
  4. Paste the access key above, the key will be validated when you click NEXT.
  5. Select a storage container from the storage account.