Hello!
Currently there is no way to use the "Smart" access tier in Azure Storage Accounts. This is due to not being able to use the API version required.
Issue details
When using the most up to date API version Pulumi allows, I get the below error:
azure-native:storage:StorageAccount (storageAccount):
error: Status=400 Code="InvalidRequestPropertyValue" Message="The value 'Smart' is not allowed for property accessTier. For more information, see - https://aka.ms/storageaccountaccesstier"
When trying to install 2025-08-01 API version
pulumi package add azure-native storage v20250801
error: failed to get schema: parameterize: rpc error: code = Internal desc = failed to create parameterized schema: rpc error: code = InvalidArgument desc = no resources found for module storage at API version v20250801. Available API versions: v20220901, v20230101, v20230401, v20230501, v20240101, v20250101, v20250601
Pre-reqs to be able to use Smart tier
-
A Standard general-purpose v2 (GPv2) storage account. Smart tier doesn't support legacy Standard general-purpose v1 (GPv1) accounts or premium storage accounts.
-
Zone-redundant storage (ZRS, GZRS, or RA-GZRS).
-
API version required = 2025-08-01
Hello!
Currently there is no way to use the "Smart" access tier in Azure Storage Accounts. This is due to not being able to use the API version required.
Issue details
When using the most up to date API version Pulumi allows, I get the below error:
When trying to install 2025-08-01 API version
Pre-reqs to be able to use Smart tier
A Standard general-purpose v2 (GPv2) storage account. Smart tier doesn't support legacy Standard general-purpose v1 (GPv1) accounts or premium storage accounts.
Zone-redundant storage (ZRS, GZRS, or RA-GZRS).
API version required = 2025-08-01