We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In theory we'll never use it, and we'll only ever store a single version of each blob.
In practice, this means blobs can't be overwritten except by somebody with access to the storage account. It closes off another failure mode.
The text was updated successfully, but these errors were encountered:
We could also look at enabling Legal Holds (https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-immutable-storage) although you can't manage those through Terraform: hashicorp/terraform-provider-azurerm#3722
Sorry, something went wrong.
No branches or pull requests
In theory we'll never use it, and we'll only ever store a single version of each blob.
In practice, this means blobs can't be overwritten except by somebody with access to the storage account. It closes off another failure mode.
The text was updated successfully, but these errors were encountered: