ARM template resource definition
The diskPools resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.StoragePool/diskPools resource, add the following JSON to your template.
{
"type": "Microsoft.StoragePool/diskPools",
"apiVersion": "2021-08-01",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"sku": {
"name": "string",
"tier": "string"
},
"managedBy": "string",
"managedByExtended": [ "string" ],
"properties": {
"additionalCapabilities": [ "string" ],
"availabilityZones": [ "string" ],
"disks": [
{
"id": "string"
}
],
"subnetId": "string"
}
}
Property values
diskPools
Name |
Description |
Value |
type |
The resource type |
'Microsoft.StoragePool/diskPools' |
apiVersion |
The resource api version |
'2021-08-01' |
name |
The resource name |
string (required) |
location |
The geo-location where the resource lives. |
string (required) |
tags |
Resource tags. |
Dictionary of tag names and values. See Tags in templates |
sku |
Determines the SKU of the Disk Pool |
Sku (required) |
managedBy |
Azure resource id. Indicates if this resource is managed by another Azure resource. |
string |
managedByExtended |
List of Azure resource ids that manage this resource. |
string[] |
properties |
Properties for Disk Pool create request. |
DiskPoolCreatePropertiesOrDiskPoolProperties (required) |
DiskPoolCreatePropertiesOrDiskPoolProperties
Name |
Description |
Value |
additionalCapabilities |
List of additional capabilities for a Disk Pool. |
string[] |
availabilityZones |
Logical zone for Disk Pool resource; example: ["1"]. |
string[] |
disks |
List of Azure Managed Disks to attach to a Disk Pool. |
Disk[] |
subnetId |
Azure Resource ID of a Subnet for the Disk Pool. |
string (required) |
Disk
Name |
Description |
Value |
id |
Unique Azure Resource ID of the Managed Disk. |
string (required) |
Sku
Name |
Description |
Value |
name |
Sku name |
string (required) |
tier |
Sku tier |
string |
Quickstart templates
The following quickstart templates deploy this resource type.