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.
The below variables are to be configured in the .env file:
- 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 string
Once the variables are set up, the instance should be restarted.
Last modified 1mo ago