# Management Portal Scope

Following is the scope of cloud provider resources (accounts) that a single DuploCloud Portal can manage:

**Azure**: A single DuploCloud Portal can manage multiple Azure subscriptions. Azure has native identity services like Azure Active Directory (Azure AD) and Entra ID, which provide managed identities that can be granted access across multiple subscriptions. DuploCloud inherits the permissions of these managed identities, allowing it to seamlessly access and manage resources across the Azure subscriptions it is connected to.

**GCP**: Similar to Azure, a single instance of DuploCloud can manage multiple GCP Projects.

**AWS**: In AWS a single DuploCloud Portal manages one and only one AWS account. This is inline with the AWS IAM implementation i.e. even in native AWS IAM model the building blocks like IAM Role, Instance Profiles do not span multiple accounts. The cross account SCP Policies are quite light weight. In fact AWS Organizations was added almost 10 years after the launch of AWS. For example, when a user logs in using AWS Identity Center, they have to choose an account and the session is scoped to that. See the picture below of the IAM login console.\
\
![](/files/AnUmFKi5gkTfJIXuCCsR)

We implement the same experience, providing an Account Switcher on the login page and inside the Portal, as shown below. For instructions on adding additional login portals to the DuploCloud login screen, see the [Multiple Portal Login Options page](/docs/automation-platform/access-control/user-authentication/multiple-portal-login-options.md).<br>

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

<figure><img src="/files/8EkaIy3t4zOEH5aBsAYw" 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/application-focused-interface-duplocloud-architecture/management-portal-scope.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.
