Skip to main content

Azure Blob Storage

You can add your existing Azure Blob storage as a datasource in PixelBin. This allows you to use PixelBin's real-time file delivery and transformation features on all existing files stored in the drive.

The following tutorial will help you create a Shared Access Signature (SAS) token that will allow PixelBin to access the files in your Azure storage container.


Setting up Azure Blob Storage

info

In case you find the following instructions invalid/outdated, you can refer to Azure's official, albeit more verbose instructions on these pages.

Generate a Shared Access Signature (SAS) Token

  1. Sign in to your Azure Account through the Azure portal.
  2. Select Storage Accounts.
  3. Select the corresponding storage account.
  4. Search for the Shared Access Signature setting in the settings pane on the left.
  5. Now, select the options as follows:
    • Select Blob in Allowed services.
    • Select Container and Object in Allowed resource types.
    • Select Read and List in Allowed permissions.
  6. Enter an End expiry time that is practically infinite. Preferably, enter a time 10 years from the start time (which should be right now).
  7. Click on "Generate SAS and connection string".
  8. Note down the SAS token generated.
info

This method generates an account-level Shared Access Signature. To generate a service SAS or a user-delegated SAS, visit the official Azure documentation pages here.


Configure Datasource

We have now created a SAS token for PixelBin and granted it read permission for your container.

  1. After entering basic details for the datasource, choose Azure Cloud Storage from the set of datasource types.
  2. Enter the name of your storage account.
  3. Enter the name of the container you want to integrate.
  4. Enter the SAS token.
  5. Click Save.
note

We do not start copying files from your storage as soon as you add the datasource. Instead, we will fetch the particular file when you request it through the PixelBin URL endpoint. The files accessed from this origin will not appear in your Storage library.

Transform and enhance your images using our powerful AI technology. Organize your images in more efficient manner and our extensible APIs enables seamless integration with your system unleashing the power of our platform. Join the large community of users who use PixelBin to transform their image libraries and achieve excellent performance

Is this page useful?