The following tables describe the values you need to set in the schema.
Microsoft.Storage/storageAccounts object
Name
Type
Required
Value
name
string
Yes
The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. Min length: 3 Max length: 24
Required. Indicates the type of storage account. - Storage or BlobStorage
location
string
Yes
Required. Gets or sets the location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update, the request will succeed.
tags
object
No
Gets or sets a list of key value pairs that describe the resource. These tags can be used for viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key with a length no greater than 128 characters and a value with a length no greater than 256 characters.
Gets or sets the sku name. Required for account creation; optional for update. Note that in older versions, sku name was called accountType. - Standard_LRS, Standard_GRS, Standard_RAGRS, Standard_ZRS, Premium_LRS
restrictions
array
No
The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. - Restriction object
Identity object
Name
Type
Required
Value
type
enum
Yes
The identity type. - SystemAssigned
StorageAccountPropertiesCreateParameters object
Name
Type
Required
Value
customDomain
object
No
User domain assigned to the storage account. Name is the CNAME source. Only one custom domain is supported per storage account at this time. To clear the existing custom domain, use an empty string for the custom domain name property. - CustomDomain object
encryption
object
No
Provides the encryption settings on the account. If left unspecified the account encryption settings will remain the same. The default setting is unencrypted. - Encryption object
Required for storage accounts where kind = BlobStorage. The access tier used for billing. - Hot or Cool
supportsHttpsTrafficOnly
boolean
No
Allows https traffic only to storage service if sets to true.
Restriction object
Name
Type
Required
Value
reasonCode
enum
No
The reason for the restriction. As of now this can be "QuotaId" or "NotAvailableForSubscription". Quota Id is set when the SKU has requiredQuotas parameter as the subscription does not belong to that quota. The "NotAvailableForSubscription" is related to capacity at DC. - QuotaId or NotAvailableForSubscription
CustomDomain object
Name
Type
Required
Value
name
string
Yes
Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.
useSubDomainName
boolean
No
Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates.
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault. - Microsoft.Storage or Microsoft.Keyvault
Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.
action
enum
No
The action of virtual network rule. - Allow
state
enum
No
Gets the state of virtual network rule. - provisioning, deprovisioning, succeeded, failed, networkSourceDeleted
IPRule object
Name
Type
Required
Value
value
string
Yes
Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed.
action
enum
No
The action of IP ACL rule. - Allow
EncryptionService object
Name
Type
Required
Value
enabled
boolean
No
A boolean indicating whether or not the service encrypts the data as it is stored.
Quickstart templates
The following quickstart templates deploy this resource type.