# What Information Does Archera Require to Connect to My Azure Account?

Archera needs two values to start Azure onboarding.

## Required information

### Tenant ID

The tenant ID identifies your Microsoft Entra tenant.

### Subscription ID

The subscription ID identifies the subscription Archera uses during onboarding.

Archera uses this subscription to create the resource group, storage account, and cost exports needed for setup.

{% hint style="info" %}
Azure cost exports must live in a storage account inside your tenant.
{% endhint %}

## How to find these IDs

If you do not already have these values, get them from the Azure portal.

1. Open Microsoft’s guide for finding Azure tenant and subscription IDs.
2. Copy the `Tenant ID`.
3. Copy the `Subscription ID` for the subscription you plan to use during onboarding.

See [Get subscription and tenant IDs in the Azure portal](https://learn.microsoft.com/en-us/azure/azure-portal/get-subscription-tenant-id).

## Related resources

* [Prerequisite Checklist](/help-center/azure-onboarding/technical-onboarding/prerequisite-checklist.md)
* [Required Permissions](/help-center/azure-onboarding/technical-onboarding/required-permissions.md)
* [How Does Archera Access My Azure Environment?](/help-center/security/azure-access.md)


---

# 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.archera.ai/help-center/azure-onboarding/technical-onboarding/required-information.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.
