Summary
Request: Azure Storage Account File Share as a supported symbol server.
Motivation and Background
We are currently storing symbols in an Azure Storage Account File Share. Our workflow is as follows:
- Symbols initially are stored to an on-prem file share to offload them from the build agents quickly (direct upload to cloud from build agents created too much delay).
- The on-prem file server is backed by Azure File Sync, which was originally implemented to increase available storage.
- Now, this file share setup is also accessed by Sentry via an Azure Function registered as a custom HTTP symbol server.
Why Azure File Share Support
- Azure File Shares are often used in enterprise Windows/CI environments
- Existing Symbolicator sources support S3, HTTP, etc, but Azure File Share (SMB-based) is not yet available
Previous Relevant Issues
- #859 - Azure Blob Storage support (closed, due to inactivity)
Summary
Request: Azure Storage Account File Share as a supported symbol server.
Motivation and Background
We are currently storing symbols in an Azure Storage Account File Share. Our workflow is as follows:
Why Azure File Share Support
Previous Relevant Issues