> 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-management-group-or-tenant-scope/reference-summary-of-resources-created.md).

# Reference: Summary of resources created

### Identities

| Identity                                                             | Phase              | Required                      |
| -------------------------------------------------------------------- | ------------------ | ----------------------------- |
| Cortex Service Principal (already in your tenant from admin consent) | Prerequisites      | Yes                           |
| User-Assigned Managed Identity (UAMI) for Audit Logs                 | Phase 3 (host sub) | Only if Audit Logs is enabled |

### Custom Roles

| Custom Role                | Phase     | Module     | Defined At      | Assigned At                | Bound To  |
| -------------------------- | --------- | ---------- | --------------- | -------------------------- | --------- |
| Cortex-Platform-Base       | Phase 1   | BASE       | (Root) MG scope | (Root) MG scope (once)     | Cortex SP |
| Cortex-AssetDiscovery-Data | Phase 1.4 | BASE       | (Root) MG scope | Subscription (per child)   | Cortex SP |
| Cortex-DSPM                | Phase 2.1 | DSPM       | (Root) MG scope | (Root) MG scope (once)     | Cortex SP |
| Cortex-DSPM-Data           | Phase 2.1 | DSPM       | (Root) MG scope | Subscription (per child)   | Cortex SP |
| Cortex-DSPM-RG             | Phase 2.1 | DSPM       | (Root) MG scope | Resource Group (per child) | Cortex SP |
| Cortex-ADS                 | Phase 2.2 | ADS        | (Root) MG scope | (Root) MG scope (once)     | Cortex SP |
| Cortex-ADS-RG              | Phase 2.2 | ADS        | (Root) MG scope | Resource Group (per child) | Cortex SP |
| Cortex-Registry            | Phase 2.3 | REGISTRY   | (Root) MG scope | (Root) MG scope (once)     | Cortex SP |
| Cortex-Automation          | Phase 2.4 | AUTOMATION | (Root) MG scope | (Root) MG scope (once)     | Cortex SP |
| Cortex-Automation-Data     | Phase 2.4 | AUTOMATION | (Root) MG scope | Subscription (per child)   | Cortex SP |
| Cortex-KSPM                | Phase 2.6 | KSPM       | (Root) MG scope | Subscription (per child)   | Cortex SP |

### Role assignments (built-in Azure roles)

| Role                                     | Phase     | Module     | Scope                           | Bound To  |
| ---------------------------------------- | --------- | ---------- | ------------------------------- | --------- |
| Key Vault Crypto Service Encryption User | Phase 2.1 | DSPM       | Subscription (per child)        | Cortex SP |
| Storage Blob Data Contributor            | Phase 3   | AUDIT LOGS | Storage Account (host sub)      | UAMI      |
| Azure Event Hubs Data Receiver           | Phase 3   | AUDIT LOGS | Event Hubs Namespace (host sub) | UAMI      |

### Federated credentials (workload identity federation)

| On              | Granted To                              | Phase   | Module     |
| --------------- | --------------------------------------- | ------- | ---------- |
| UAMI (host sub) | Cortex Collector Google Service Account | Phase 3 | AUDIT LOGS |

### Diagnostic Settings

| Setting                         | Scope                       | Phase      | Module     | Applies To |
| ------------------------------- | --------------------------- | ---------- | ---------- | ---------- |
| CortexMonitorDiagnosticSettings | (Root) Management Group     | Phase 3.10 | AUDIT LOGS | MG and Org |
| cortex-tenant-aad-logs          | Tenant (`microsoft.aadiam`) | Phase 3.11 | AUDIT LOGS | Org only   |

***

## 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 |
| ---------------------------------- | ----------------------------------------------------------------------------------------------------- | ----- |
| `<TENANT_ID>`                      | Your Azure AD tenant ID                                                                               |       |
| `<MG_ID>`                          | Management Group name (MG onboarding) or tenant ID (Org onboarding - same as `<TENANT_ID>`)           |       |
| `<HOST_SUBSCRIPTION_ID>`           | One stable subscription under the (root) MG                                                           |       |
| `<CHILD_SUBSCRIPTION_ID>`          | Each child sub processed in per-sub steps                                                             |       |
| `<RG_NAME>`                        | Resource group name                                                                                   |       |
| `<LOCATION>`                       | Azure region where all resources are created                                                          |       |
| `<PLATFORM_BASE_ROLE_NAME>`        | Name of the platform base custom role                                                                 |       |
| `<ASSET_DISCOVERY_DATA_ROLE_NAME>` | Name of the asset discovery data plane role                                                           |       |
| `<DSPM_ROLE_NAME>`                 | Name of the DSPM custom role                                                                          |       |
| `<DSPM_DATA_ROLE_NAME>`            | Name of the DSPM data plane 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                                                                    |       |
| `<AUTOMATION_DATA_ROLE_NAME>`      | Name of the automation data plane 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 namespace 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-management-group-or-tenant-scope/reference-summary-of-resources-created.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.
