Azure Blob storage
Azure Blob Storage is a high-performance cloud storage solution provided by Microsoft Azure, designed for storing large amounts of data.
Prerequisites:
In order to configure an Azure Blob as an external storage for your project, you need to have:
an Azure Blob storage account
access to the Azure portal
permissions to generate a SAS token if needed
A blob is an object/file stored in Azure’s object storage service.
Steps to configure Azure Blob as a Storage alias:
Click on the +Add connection button in the Azure Blob storage section:
In the pop-up window submit a request to the Support team. Please provide the following details:
Blob name - the name of your Azure blob storage (the folder within Azure Blob storage where files are stored).
Alias - the value of the storage alias you would like to use to hide the Azure Blob path behind it.
Blob SAS token (optional)- the authentication token for access to the blob. It is needed when the blob is Private.
If your images are stored at a blob with name my_blob in a container named my_container and you can access image.jpg with the following URL:
//my_blob.blob.core.windows.net/my_container/image.jpg
then after successful setup of the Storage Alias, the image would be available on https://token.filerobot.com/_my_public_blob_/image.jpg
Each alias should be unique for the project (token) and must be prefixed and suffixed with underscores.
If your Azure Blob container requires authentication, you have to provide your SAS token (found in your Azure panel) in your message to the Support team.
Please keep in mind that the SAS token has an expiration date and you have to generate a new one and update it before it expires. Otherwise, our servers will not be able to fetch your media from the storage.
Last updated