microsoft / microsoft/AzureStorageExplorer
Execute Azure Function from Storage Explorer
@craxal is already working on this.
Since May 16, 2024.
- Dominant language
- No language data
- Stars
- 452
- Forks
- 92
- Avg merge
- 15h 20m
- Merged PRs (30d)
- 3
Description
Storage Explorer users have a wide range of specialized tasks. For example, some users might want to automatically download decompressed portions of a zip file, where the decompression happens on the server (see #4998). Or, users can process data values in Azure Tables (see #1948). Implementing and maintaining these tasks and meeting varying expectations is intractable.
Many of these tasks could instead be implemented as Azure Functions. Instead of providing Storage Explorer functionality for these tasks, the app could instead provide a way to kick off execution of an Azure Function available to the user. The user has full control over requirements and behavior via the Azure Function implementation, yet they have the ease of executing it right from Storage Explorer.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.