StorageAccountStrategy Enum

Definition

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.

public enum StorageAccountStrategy
type StorageAccountStrategy = 
Public Enum StorageAccountStrategy
Inheritance
StorageAccountStrategy

Fields

Name Value Description
PreferStandardZrs 0

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).

DefaultStandardLrs 1

Choose Standard_LRS storage unless overridden by specifying regional storageAccountType.

Applies to