Azure blob storage configuration
Last updated
Was this helpful?
Last updated
Was this helpful?
On a self-hosted version, the file upload (e.g. for the Image component) is possible with Azure blob storage.
Set the following variables in the .env file:
UI_BAKERY_AZURE_CONTAINER_PREFIX
UI_BAKERY_AZURE_BLOB_STORAGE_CONNECTION_STRING
DefaultEndpointsProtocol=https; AccountName=test; AccountKey=...
UI_BAKERY_AZURE_CONTAINER_NAME
assets
Once the variables are configured, the instance should be restarted.