You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Please add support for enabling Immutable Storage With Versioning on a container when it's created with azurerm_storage_container. This request was forked from this comment in #3722.
you need to use the azapi. In 2024 this is still not working?
#azapi for storage container immutability
resource "azapi_resource" "container" {
type = "Microsoft.Storage/storageAccounts/blobServices/containers@2022-09-01"
name = var.container_name
parent_id = "${azurerm_storage_account.sa.id}/blobServices/default"
Is there an existing issue for this?
Community Note
Description
Please add support for enabling Immutable Storage With Versioning on a container when it's created with
azurerm_storage_container
. This request was forked from this comment in #3722.More details about this feature flag can be found here: https://learn.microsoft.com/en-us/azure/storage/blobs/immutable-policy-configure-version-scope?tabs=azure-portal#enable-version-level-immutability-for-a-new-container
New or Affected Resource(s)/Data Source(s)
azurerm_storage_container
Potential Terraform Configuration
References
#3722
https://learn.microsoft.com/en-us/azure/storage/blobs/immutable-policy-configure-version-scope?tabs=azure-portal#enable-version-level-immutability-for-a-new-container
The text was updated successfully, but these errors were encountered: