AzureStorageExplorer
AzureStorageExplorer copied to clipboard
Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtu...
Part of DataX Data Platform efforts across DevDiv.
### Preflight Checklist - [X] I have installed the [latest version of Storage Explorer](https://github.com/Microsoft/AzureStorageExplorer/releases/latest). - [X] I have checked existing resources, including the [troubleshooting guide](https://docs.microsoft.com/azure/storage/common/storage-explorer-troubleshooting) and the [release notes](https://github.com/microsoft/AzureStorageExplorer/releases). -...
Check telemetry catalog for any not catogrized telemetry added. Bug appropriate people to categorize as needed. Helpful query link: https://gdpr.datasmart.ms/?q=%28ProductCode%20LIKE%20%27%25ai.StorageExplorer%25%27%20AND%20Complete%20=%200%29%20OR%20%28EntityName%20LIKE%20%27%25storageexplorer.%25%27%20AND%20Complete%20%3D%200%29 Classification FAQ: https://devdiv.visualstudio.com/DevDiv/_wiki/wikis/DevDiv.wiki/2247/FAQ-Cataloging-Telemetry-Data
1. Search for crash reports for application `storageexplorer.exe` 2. Edit the filter to look for cabs with error code c0000409 3. Check to see if the problem class portion of...
- Write release notes - Include at least one or two screenshots or gifs to enhance presentation of new features - Make sure all version numbers are correct (package.json (both...
1. Review our compatability with HTTP Azurite steps: https://github.com/Azure/Azurite/blob/main/README.md#https-setup 2. Can we give Azurite team easier steps for users via System Proxy? If yes, do we need to implement this:...
Less is a CSS pre-processor that makes working with styles a lot easier. The most notable features we use include: - Variables - Parent selectors `&` - `@import` rules CSS...
As of this issue: - Repo folder size: 2.87 GB - Repo's .git folder size: 2.64 GB The .git folder is 92% of the repo. Can we do anything to...
The Upload Blobs dialog currently offloads using any Node APIs to an extension provider in order to use Node APIs to manipulate paths. However, we want to avoid this indirection...