Skip to Content

Microsoft Azure Blob Connection Guide

Overview

This guide describes the system requirements and instructions for connecting Vinyl to Azure Blob Storage. Azure Blob is Microsoft's object storage solution for the cloud.

This guide assumes you have an active Microsoft Azure Blob Storage account created. To connect your servers, you must have Vinyl 3.3+ installed.

System Requirements

Database Server

Azure Blob Storage

Client Web Browser

  • Chrome: 84+

  • Firefox: 73+

  • Safari: 13.0.1+

  • Edge: 84+

Connection Instructions

Obtain Shared Access Signature (SAS) Authentication URL

To connect Azure Blob Storage to Vinyl, you will need to obtain the shared access signature (SAS) authentication URL from your Azure account. SAS is the authentication mechanism that provides Vinyl access to the Azure Blob resource.

See Microsoft's Grant limited access to Azure Storage resources using shared access signatures (SAS) article for details and more information.

Example SAS authentication URL:

https://test.blob.core.windows.net/test?sv=2020-10-02&si=test-full&sr=c&sig=L5sPgKM86hzSJW1ikdpbVQpN8pPOKAWsJpVc8LNHkz4%3D

Configure a Data Server in Vinyl

  1. Navigate to the Vinyl IDE

  2. From the Connect menu, click the Data Servers button

  3. Click the + Server button. Provide the following:

    • Server Name: Provide a name. For example: Azure Blob

    • Type: Azure Blog Storage

    • Url: (SAS) authentication URL from Azure

      • Example: https://test.blob.core.windows.net/test?sv=2020-10-02&si=test-full&sr=c&sig=L5sPgKM86hzSJW1ikdpbVQpN8pPOKAWsJpVc8LNHkz4%3D
    • Description: Optionally provide a description

  4. Click Save to complete server connection.

attachment