I am developing a C# ASP.NET Core web application for Azure. I am using the Microsoft Azure Storage Emulator for local testing: https://learn.microsoft.com/en-us/azure/storage/common/storage-use-emulator
I want to use blob versioning as described here:
Is this supported by the Storage Emulator? I cannot find any description of how to enable it for the emulator, at least.
Is there any convenient way to test blob-version-related code locally?
No, this feature is not enable on latest storage emulator.
Please check the latest version of Storage Emulator. This version don't have versioning feature.
The versioning feature of blob storage becomes available in August 2020.