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:
- https://learn.microsoft.com/da-dk/azure/storage/blobs/versioning-overview
- https://learn.microsoft.com/da-dk/azure/storage/blobs/versioning-enable?tabs=azure-cli
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?