> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/microsoft-azure-manual-onboarding/azure-manual-onboarding-guide/azure-manual-onboarding-subscription-scope/configuration-values-reference.md).

# Configuration values reference

Use the table below to record the IDs, names, and values generated during your manual onboarding setup. These values are used in the commands and configuration steps throughout this guide.

| Placeholder                 | Source                                                                                              | Value |
| --------------------------- | --------------------------------------------------------------------------------------------------- | ----- |
| `<SUBSCRIPTION_ID>`         | Azure subscription ID                                                                               |       |
| `<RG_NAME>`                 | Resource group name                                                                                 |       |
| `<LOCATION>`                | Azure region where all resources are created                                                        |       |
| `<PLATFORM_BASE_ROLE_NAME>` | Name of the platform base custom role                                                               |       |
| `<DSPM_ROLE_NAME>`          | Name of the DSPM custom role                                                                        |       |
| `<DSPM_RG_ROLE_NAME>`       | DSPM resource group name                                                                            |       |
| `<ADS_ROLE_NAME>`           | Name of the ADS custom role                                                                         |       |
| `<ADS_RG_ROLE_NAME>`        | ADS resource group name                                                                             |       |
| `<ADS_GALLERY_NAME>`        | ADS gallery name                                                                                    |       |
| `<REGISTRY_ROLE_NAME>`      | Name of the registry scanning custom role                                                           |       |
| `<AUTOMATION_ROLE_NAME>`    | Name of the automation custom role                                                                  |       |
| `<KSPM_ROLE_NAME>`          | Name of the Kubernetes security custom role                                                         |       |
| `<AUDIT_UAMI_NAME>`         | UAMI name                                                                                           |       |
| `<STORAGE_ACCOUNT_NAME>`    | Storage account name                                                                                |       |
| `<EH_NAMESPACE>`            | Event Hub namesame name (globally unique)                                                           |       |
| `<EH_NAME>`                 | Event Hub name                                                                                      |       |
| `<EH_CONSUMER_GROUP>`       | Event Hub consumer group                                                                            |       |
| `<EH_NAMESPACE_AUTH_RULE>`  | Event Hub namespace authorization rule name                                                         |       |
| `<CORTEX_OBJECT_ID>`        | Cortex service principal object ID, obtained from the identifiers file                              |       |
| `<AUDIENCE>`                | OIDC audience for the federated credential. Always api://AzureADTokenExchange for commercial Azure. |       |
| `<COLLECTOR_SA_UNIQUE_ID>`  | ID of the Cortex Collector's Google service account. Obtained from the identifiers file.            |       |
| `<COLLECTOR_ALLOWED_IPS>`   | Comma-separated list of Cortex Collector egress IPs. Obtained from the identifiers file).           |       |


---

# 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://cortex-docs.paloaltonetworks.com/microsoft-azure-manual-onboarding/azure-manual-onboarding-guide/azure-manual-onboarding-subscription-scope/configuration-values-reference.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.
