Forum Discussion
Srinivasa_rao_p
May 30, 2023Copper Contributor
Enable version-level immutability support
Hi, I have downnloaded azure sdk from https://github.com/Azure/azure-sdk-for-cpp. I need to set "Enable version-level immutability support" while creating container. But I cloud not find a way to se...
Kidd_Ip
Mar 01, 2026MVP
I believe you have correctly identified a current limitation: version‑level immutability (VLW) remains in preview and is not yet available in the Azure Storage C++ SDK. As a result, no API surface exists in the azure-sdk-for-cpp repository to configure this option. At present, VLW can only be enabled through the Azure CLI or ARM/Bicep templates, and even there the --enable-vlw parameter is explicitly marked as preview.
https://learn.microsoft.com/en-us/azure/storage/blobs/immutable-storage-overview
https://learn.microsoft.com/en-us/cli/azure/storage/container-rm?view=azure-cli-latest