-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
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
queue_properties
aren't supported for account kind "Storage" in sku tier "Standard"
#25422
Comments
Per https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json&bc=%2Fazure%2Fstorage%2Fblobs%2Fbreadcrumb%2Ftoc.json#types-of-storage-accounts, only standard ( I'll update the document on TF side shortly.. |
Hello @magodo, |
@MedFazazi The classic storage is deprecated since Aug.31.2021, and will be retire on Aug.31 this year. We suggest users migrate to using the |
Thank you for sharing the information. It seems there might be a mix-up between classic storage accounts and general-purpose v1 storage accounts. While classic storage accounts have been deprecated and are scheduled for retirement, general-purpose v1 storage accounts are still fully supported by Azure. As stated in the official documentation, Microsoft continues to support general-purpose v1 accounts for new and existing customers. There's no retirement plan announced for them, and Microsoft will provide at least one year's advance notice before deprecating any Azure Storage feature. You can create general-purpose v1 storage accounts in new regions whenever Azure Storage is available in those regions. Microsoft will continue to provide security updates for general-purpose v1 accounts, but no new feature development is expected for this account type. For new Azure regions that have come online after October 1, 2020, pricing for general-purpose v1 accounts has changed and is equivalent to pricing for general-purpose v2 accounts in those regions. Pricing for general-purpose v1 accounts in Azure regions that existed prior to October 1, 2020 has not changed |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Is there an existing issue for this?
Community Note
Terraform Version
1.7.5
AzureRM Provider Version
3.97.1
Affected Resource(s)/Data Source(s)
azurerm_storage_account
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
According to the documentation, it should be possible to set queue_properties for Azure Storage Accounts with account_kind set to "Storage". Terraform should not throw an error when attempting to configure queue_properties for such accounts.
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_account#queue_properties
Actual Behaviour
Terraform throws an error indicating that queue_properties are not supported for Azure Storage Accounts with account_kind set to "Storage"
Steps to Reproduce
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: