mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
Add Azure Storage Support #3915
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @crpietschmann on GitHub (Feb 17, 2025).
Feature Request
Is your feature request related to a problem? Please describe.
Currently, open-webui doesn't have a storage provider for Azure Blob Storage service. This limits use of the app in the Microsoft Azure cloud.
Describe the solution you'd like
It'd be awesome if an Azure Storage provider were added so Azure Blob Storage can be used.
Describe alternatives you've considered
Without an Azure Storage provider, there's no way to use Azure Blob Storage as the storage backend for open-webui.
Additional context
I'm Chris Pietschmann, and have extensive experience developing solutions in Microsoft Azure. I am also a long-time Microsoft MVP and have worked on open source projects hosted by Microsoft. I would like to write the Azure Storage provider for open-webui. I've read through the projects code and documentation, and can write the code and submit a PR myself. Before I do, I wanted to make sure there isn't already someone out here working on it.
Please let me know, if you're interested in a PR to add support for Azure Storage. Thanks!