# Cloud Account

The cloud provider account is the greatest barrier, providing security and isolation.

* **Azure Subscription**: One DuploCloud portal can manage multiple Azure subscriptions. To add a subscription, click **Administrator** -> **CloudCredentials**, as shown in the figure below. You can use a managed identity or a service principle with keys

<figure><img src="/files/CRZZtqqNZPCuNPQrPeNH" alt=""><figcaption><p><strong>Cloud Credentials</strong> page in the DuploCloud Portal for Azure</p></figcaption></figure>

* **AWS Account**: In AWS, you need one DuploCloud VM per AWS account, because in AWS, the account is the fundamental IAM construct. The AWS organizations and SCP are very lightweight and were more recently added in the AWS product lifespan, unlike Azure which uses Active Directory as the fundamental IAM construct. Originally DuploCloud used to manage multiple AWS accounts, but this support was removed after consistent feedback from customers and security experts. The best practice evolved to one VM agent per account, federated in a single pane, allowing you to switch accounts as needed, using the **Switch Account** list box.\ <br>

  <figure><img src="/files/mG2jdo96Hldr4nTpvsfF" alt=""><figcaption><p><strong>Switch Account</strong> list box in the DuploCloud Portal<br></p></figcaption></figure>

  <figure><img src="/files/8tSUtKxiLWDuGr6RwPm6" alt=""><figcaption><p><strong>Welcome</strong> screen, displaying a list of available DuploCloud portals</p></figcaption></figure>
* **Google Project**: Multiple GCP projects can be added and managed by the same DuploCloud installation. To add a project, click **Administrator** -> **Cloud Credentials**, as shown in the figure below.

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


---

# 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/security-and-compliance/access-control/cloud-account.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.
