'Unable to sort files by modified date/time in Azure Storage Explorer
We have logs on our application server hosted in Azure cloud. We want to show the logs to the customer who does not have access to the application server directly. We decided to use Azure sync to synchronize the logs from the app server to Azure File storage and enable view those logs from Azure Storage Explorer. The sync all works fine, but I am unable to sort the logs based on modified date-time. Our production server has 1000s of log files and it is not easy to search through the files to check logs. Any idea how to bring the modified date-time in Storage explorer? Or Is there any another approach?
Solution 1:[1]
In the Azure file explorer App, fileshares don't have the date column, only Blob containers do, indeed. However, if you mount the fileshare as a drive on your computer, you'll get the date info and will be able to sort. The command script (Powershell) to mount the fileshare as a drive on Windows is available in the Azure portal.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Olivier |