StorageAccountStrategy type
Specifies the strategy to be used when selecting the storage account type. Cannot be specified along with storageAccountType, but can be overridden per region by specifying targetRegions[].storageAccountType. This property is not updatable.
KnownStorageAccountStrategy can be used interchangeably with StorageAccountStrategy,
this enum contains the known values that the service supports.
Known values supported by the service
PreferStandard_ZRS: Choose Standard_ZRS storage if the region supports it, else choose Standard_LRS storage, unless overridden by specifying regional storageAccountType. If no storageAccountStrategy is specified, this is the default strategy (from API version 2025-03-03 onwards).
DefaultStandard_LRS: Choose Standard_LRS storage unless overridden by specifying regional storageAccountType.
type StorageAccountStrategy = string