From 5e6917fd3e4b4af016d76d65c859855303b6894f Mon Sep 17 00:00:00 2001 From: Chris Pietschmann Date: Tue, 18 Feb 2025 13:35:21 -0500 Subject: [PATCH] Add Azure Storage environment variables related to https://github.com/open-webui/open-webui/discussions/10214 --- docs/getting-started/env-configuration.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 86f3538..811bf51 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -2044,6 +2044,7 @@ These variables are not specific to Open WebUI but can still be valuable in cert - Options: - `s3` - uses S3 client library and related environment variables mentioned in [Amazon S3 Storage](#amazon-s3-storage) - `gcs` - uses GCS client library and related environment variables mentioned in [Google Cloud Storage](#google-cloud-storage) + - `azure` - uses Azure client library and related environment variables mentioned in [Microsoft Azure Storage](#microsoft-azure-storage) - Default: empty string (' '), which defaults to `local` - Description: Sets the storage provider. @@ -2095,6 +2096,23 @@ These variables are not specific to Open WebUI but can still be valuable in cert - Type: `str` - Description: Sets the bucket name for Google Cloud Storage. Bucket must already exist. +#### Microsoft Azure Storage + +#### `AZURE_STORAGE_ENDPOINT` + +- Type: `str` +- Description: Sets the endpoint URL for Azure Storage. + +#### `AZURE_STORAGE_CONTAINER_NAME` + +- Type: `str` +- Description: Sets the container name for Azure Storage. + +#### `AZURE_STORAGE_KEY` + +- Type: `str` +- Description: Set the access key for Azure Storage. + - Optional - if not provided, credentials will be taken from the environment. User credentials if run locally and Managed Identity if run in Azure services. ### Database Pool