Here is a powershell script to search azure’s blob storage by file extension: Install Azure powershell See https://docs.microsoft.com/en-us/powershell/azure/install-az-ps?view=azps-6.2.1 for more information. $StorageAcctName = 'STORAGE ACCT NAME' $StorageAcctKey = 'SECURE KEY HERE' $ContainerName = 'myfiles'...

Using an Azure VM is a convenient way to test new software without having to corrupt your own terminal or using more resources for a virtual instance using Virtual Box, VMWare, etc. As you may already know if a VM is stopped there are no charges for computing cost. However you will still incur a charge for the storage...