Azure blob storage configuration
On a self-hosted version, the file upload (e.g. for the Image component) is possible with Azure blob storage.
Variables
Set the following variables in the .env file:
Variable
Value (example)
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.
Last updated