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 comments along the lines of "+1", "me too" or "any updates", 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 and review the contribution guide to help.
Description
Azure supports two storage types for file shares, Standard and Premium, and Standard must be selected to enable geo-redundancy replication. azurerm_storage_account, however, supports only Premium storage for file shares thereby preventing the use of geo-redundancy replication.
The ask: since Azure supports Standard storage for file shares, would it be possible for azurerm_storage_account to support it as well?
Details:
azurerm_storage_account is used for creating a storage account
account_kind arg is set to "FileStorage" to indicate the storage account will house file shares
@pariswd Thanks for raising this request! Would you please kindly provide the document about: Azure supports two storage types for file shares, Standard and Premium, and Standard must be selected to enable geo-redundancy replication?
Error: creating Storage Account (Subscription: "***" Resource Group Name: "***" Storage Account Name: "***"):
performing Create: unexpected status 400 (400 Bad Request) with error:
InvalidAccountType: AccountType Premium_GRS is invalid.
For more information, see - https://aka.ms/storageaccountskus
On viewing that web page under the SkuName heading you can see only Standard_GRS is supported.
And the notes under the table in Supported Azure Storage services indicate the same limitation, that GRS redundancy for file shares isn't supported for Premium storage:
1 Standard file shares are supported on LRS and ZRS. Standard file shares are supported on GRS and GZRS as long as they're less than or equal to 5 TiB in size.
2 Premium file shares are supported on LRS and ZRS.
Is there an existing issue for this?
Community Note
Description
Azure supports two storage types for file shares, Standard and Premium, and Standard must be selected to enable geo-redundancy replication. azurerm_storage_account, however, supports only Premium storage for file shares thereby preventing the use of geo-redundancy replication.
The ask: since Azure supports Standard storage for file shares, would it be possible for azurerm_storage_account to support it as well?
Details:
New or Affected Resource(s)/Data Source(s)
azurerm_storage_account
Potential Terraform Configuration
References
No response
The text was updated successfully, but these errors were encountered: