> For the complete documentation index, see [llms.txt](https://docs.duplocloud.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duplocloud.com/docs/automation-platform/overview-2/use-cases/hosts-vms/availability-sets.md).

# Availability Sets

Azure Availability Sets enhance the high availability and fault tolerance of virtual machines (VMs) deployed within Azure. They distribute VMs across multiple fault and update domains to protect against hardware failures and reduce downtime during maintenance events.

In DuploCloud, Availability Sets can be configured when creating or managing hosts. There are two types of Availability Sets:

* **Aligned Availability Set**: Used for VMs with **managed disks** and provides better fault domain management.
* **Classic Availability Set**: Used for VMs with **unmanaged disks** and follows older Azure infrastructure standards.

## Creating an Availability Set in DuploCloud

1. Select the Tenant from the **Tenant** list box.
2. Navigate to **Cloud Services** -> **Hosts.**
3. Select the **Availability Set** tab, and click **Add**. The **Add Azure Availability Set** pane displays.

<div align="left"><figure><img src="/files/oGUQCTd4Xu05Zt1Sm1Q8" alt="" width="375"><figcaption><p>The <strong>Add Azure Availability Set</strong> pane</p></figcaption></figure></div>

4. Fill in the following details:
   * **Name**: Enter a descriptive name for the Availability Set.
   * **Use managed disks**: Select whether to use **Managed** (recommended) or **Classic** disks.
   * **Platform Fault Domain Count**: Specify the number of fault domains (up to 3 in most Azure regions).
   * **Platform Update Domain Count**: Specify the number of update domains (default is 5, max is 20).
5. Click **Add** to create the Availability Set.

<figure><img src="/files/KZopkaaCGypWxHWFnEhS" alt=""><figcaption></figcaption></figure>

## Assigning an Availability Set to a Host

When [creating a new host](/docs/automation-platform/overview-2/use-cases/hosts-vms.md), you can assign an Availability Set by selecting it from the **Availability Set** list box.

## Deleting an Availability Set

1. Select the Tenant from the **Tenant** list box.
2. Navigate to **Cloud Services** -> **Hosts.**
3. Select the **Availability Set** tab.
4. Click the menu icon (<img src="/files/SDWG56DZV1L4y65uJDnV" alt="" data-size="line">) on the left side of the row for the Availability Set, and select **Delete**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.duplocloud.com/docs/automation-platform/overview-2/use-cases/hosts-vms/availability-sets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
