Azure blob storage configuration
On a self-hosted version, the file upload is possible with Azure blob storage. For Azure Blob storage setup, the following settings are required.
Variables
The below variables are to be configured in the .env file:
UI_BAKERY_AZURE_CONTAINER_PREFIX, e.g. https://test.blob.core.windows.net/assets/
UI_BAKERY_AZURE_BLOB_STORAGE_CONNECTION_STRING, e.g.
DefaultEndpointsProtocol=https; AccountName=test; AccountKey=...
UI_BAKERY_AZURE_CONTAINER_NAME, e.g.
assets
, should be just a stringUI_BAKERY_AZURE_STORAGE, e.g. https://test.blob.core.windows.net/$web/
Once the variables are set up, the instance should be restarted.
Last updated