azure::availability-set

Creates an availability set.

Example

azure::availability-set availability-set-example
    fault-domain-count: 2
    name: "availability-set-example"
    resource-group: $(azure::resource-group load-balancer-rg-example)
    sku: "Aligned"
    tags: {
          Name: "availability-set-example"
    }
    update-domain-count: 20
end

Attributes

Attribute Description
fault-domain-count The fault domain count of the Availability Set. (Required)
name The name of the Availability Set. (Required)
resource-group The Resource Group under which the Availability Set would reside. (Required)
sku The Availability Set sku. Defaults to Classic. Valid values are Aligned or Classic.
tags map The tags associated with the Availability Set.
update-domain-count The update domain count of the availability set.

Outputs

Attribute Description
id The ID of the Availability Set.