> 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/tenant-environment.md).

# Creating a Tenant (Environment)

In Azure, Microsoft cloud features such as Azure resource groups, Azure managed identity, Azure application security groups (ASG), KMS keys, and Kubernetes Namespaces are exposed in Tenants which reference their configurations.

For more information about DuploCloud Tenants, see the [Tenants](/docs/automation-platform/application-focused-interface-duplocloud-architecture/tenant.md) topic in the Getting Started with DuploCloud section.

## Creating a Tenant <a href="#id-2-toc-title" id="id-2-toc-title"></a>

1. Navigate to **Administrator** -> **Tenant** in the DuploCloud Portal and click **Add**. The **Create a Tenant** pane displays.<br>

   <div align="left"><figure><img src="/files/EgeRbx3tYMzNtvmNaKjm" alt="" width="404"><figcaption><p><strong>Create a Tenant</strong> pane</p></figcaption></figure></div>
2. In the **Name** field, enter a name for the Tenant. Choose unique names that are not substrings of one another, for example, if you have a Tenant named `dev`, you cannot create another named `dev2`. We recommend using distinct numerical suffixes like `dev01` and `dev02`.
3. In the **Plan** list box, select the Plan to associate the Tenant with.
4. Click **Create**. The Tenant is created.


---

# 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/tenant-environment.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.
