# 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: 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:

```
GET https://docs.duplocloud.com/docs/automation-platform/overview-2/use-cases/infrastructure-and-plan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
