> 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/infrastructure-and-plan.md).

# Creating an Infrastructure and Plan for Azure

## Creating an Infrastructure

In DuploCloud, an [Infrastructure](/docs/automation-platform/application-focused-interface-duplocloud-architecture/infrastructure.md) maps one-to-one to a VPC in a specified region. It also maps to an [Azure Managed Kubernetes Service](https://azure.microsoft.com/en-us/products/kubernetes-service) cluster for container orchestration. Up to one instance (0 or 1) of an AKS is supported for each DuploCloud Infrastructure.

1. Select **Administrator** -> **Infrastructure** from the navigation menu.
2. Click **Add**.
3. In the **Name** field, enter a name for the Infrastructure.
4. From the **Account** list box, select your account number.
5. In the **VNET CIDR** field, enter the **VNET CIDR**.
6. From the **Cloud** list box, select **Azure**.
7. Complete the remaining fields on the **Add Infrastructure** form.
8. Click **Create**. The Infrastructure is created and is listed on the **Infrastructure** page. DuploCloud automatically creates a [Plan ](/docs/automation-platform/application-focused-interface-duplocloud-architecture/plan.md)(with the same Infrastructure name) with the Infrastructure configuration.

{% hint style="warning" %}
Cloud providers limit the number of Infrastructures that can run in each region. If you have completed the steps to create an Infrastructure and it doesn't show a Status of Complete, try selecting a different region.
{% endhint %}

## Enable Kubernetes for AKS

To enable an AKS cluster for Azure, follow [these steps](/docs/automation-platform/overview-2/use-cases/infrastructure-and-plan/aks-initial-setup.md#enabling-the-aks-kubernetes-cluster).

## Enabling an encrypted Azure storage account

You can [encrypt your Azure storage account](/docs/automation-platform/overview-2/use-cases/infrastructure-and-plan/encrypted-storage-account.md) by configuring a Key/Value pair in the Infrastructure.


---

# 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/infrastructure-and-plan.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.
