> For the complete documentation index, see [llms.txt](https://docs.archera.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archera.ai/help-center/azure-onboarding.md).

# Azure Onboarding

- [Azure Onboarding](https://docs.archera.ai/help-center/azure-onboarding/azure.md)
- [Technical Onboarding](https://docs.archera.ai/help-center/azure-onboarding/technical-onboarding.md)
- [What Information Does Archera Require to Connect to My Azure Account?](https://docs.archera.ai/help-center/azure-onboarding/technical-onboarding/required-information.md)
- [Supported Account / Subscription Types](https://docs.archera.ai/help-center/azure-onboarding/technical-onboarding/supported-account-types.md)
- [Prerequisite Checklist](https://docs.archera.ai/help-center/azure-onboarding/technical-onboarding/prerequisite-checklist.md)
- [Manual CLI Setup](https://docs.archera.ai/help-center/azure-onboarding/technical-onboarding/manual-cli-setup.md)
- [Required Permissions](https://docs.archera.ai/help-center/azure-onboarding/technical-onboarding/required-permissions.md)
- [Azure Onboarding Features](https://docs.archera.ai/help-center/azure-onboarding/technical-onboarding/features.md)
- [Enabling Custom Price Sheet Downloads](https://docs.archera.ai/help-center/azure-onboarding/technical-onboarding/ea-custom-price-sheet.md)
- [Onboarding using Azure CLI](https://docs.archera.ai/help-center/azure-onboarding/technical-onboarding/onboarding-using-azure-cli.md)
- [Add a New Subscription to an Existing Integration](https://docs.archera.ai/help-center/azure-onboarding/technical-onboarding/add-a-new-subscription-to-an-existing-integration.md)
- [Services Supported](https://docs.archera.ai/help-center/azure-onboarding/services-supported.md)
- [What Reservable Azure Services Does Archera Insure?](https://docs.archera.ai/help-center/azure-onboarding/services-supported/reservable-services.md)
- [Does Archera Support Reservations for Azure Storage Disks?](https://docs.archera.ai/help-center/azure-onboarding/services-supported/storage-disks.md)
- [Troubleshooting](https://docs.archera.ai/help-center/azure-onboarding/troubleshooting.md)
- [Azure Storage Recommendations Not Showing](https://docs.archera.ai/help-center/azure-onboarding/troubleshooting/storage-recommendations.md)
- [Other FAQ](https://docs.archera.ai/help-center/azure-onboarding/other-faq.md)
- [What does Azure RI 'Instance Size Flexibility' Mean?](https://docs.archera.ai/help-center/azure-onboarding/other-faq/instance-size-flexibility.md)
- [Does Archera Rely on Azure Exchanges or Returns Policy?](https://docs.archera.ai/help-center/azure-onboarding/other-faq/exchanges-returns-policy.md)
- [Offboarding](https://docs.archera.ai/help-center/azure-onboarding/offboarding.md)
- [Azure Offboarding](https://docs.archera.ai/help-center/azure-onboarding/offboarding/offboarding.md)


---

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