# Subscription

The DuploCloud rules-based expert needs Azure Subscription details to manage cloud resources. Add Cloud Credentials in the DuploCloud Portal to add subscription details.

## Adding Cloud Credentials for Azure Subscriptions

1. In the DuploCloud Portal, navigate to **Administrator** -> **Cloud Credentials**. The **Cloud Credentials** page displays.
2. Click **Add**.
3. In the **Cloud** list box, ensure **Azure** is selected.
4. In the **Subscription ID** field, enter your Azure Subscription ID.
5. In the **Application Secret** field, enter secrets.
6. In the **Tenant ID** field, enter the Tenant ID.
7. In the **Object ID** field, enter the Object ID.
8. Click **Submit**. Your credentials are displayed on the **Cloud Credentials** page.

<div align="left"><img src="/files/70t0YJed5sTnNsbYbaE3" alt="Cloud Credentials page"></div>


---

# 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/azure-services/subscription.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.
