> For the complete documentation index, see [llms.txt](https://docs.forestall.io/fsprotect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forestall.io/fsprotect/search-and-reports/azure-entities/azure-resource-management/containerregistry.md).

# ContainerRegistry

The **ContainerRegistry** entity represents an Azure Container Registry (ACR) resource used to store and manage container images and artifacts.

| Field               | Type    | Possible Operators                                                 | Description                                                    |
| ------------------- | ------- | ------------------------------------------------------------------ | -------------------------------------------------------------- |
| Guid                | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Unique identifier for the entity in Forestall                  |
| ObjectID            | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Azure resource ID of the Container Registry                    |
| FSName              | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Display name used in Forestall                                 |
| risk                | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Risk score (%) calculated by Forestall                         |
| ExposurePoint       | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Exposure point score calculated by Forestall                   |
| TenantID            | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Azure AD Tenant ID the Container Registry belongs to           |
| LoginServer         | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | URL of the registry login server (e.g., myregistry.azurecr.io) |
| ProvisioningState   | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Provisioning state of the Container Registry (e.g., Succeeded) |
| SkuName             | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | SKU of the Container Registry (e.g., Basic, Standard, Premium) |
| AdminUserEnabled    | BOOLEAN | True / False                                                       | Whether the admin user account is enabled for the registry     |
| PublicNetworkAccess | BOOLEAN | True / False                                                       | Whether public network access is enabled                       |
| Location            | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Azure region where the Container Registry is located           |
