---
title: Container Instance Container Group
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Container Instance Container Group
---

# Container Instance Container Group

This table represents the container_instance_container_group resource from Microsoft Azure.

```
azure.container_instance_container_group
```

## Fields

| Title                           | ID   | Type          | Data Type                                                                                                                                      | Description |
| ------------------------------- | ---- | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                            | core | string        |
| confidential_compute_properties | core | json          | The properties for confidential container group                                                                                                |
| containers                      | core | json          | The containers within the container group.                                                                                                     |
| diagnostics                     | core | json          | The diagnostic information for a container group.                                                                                              |
| dns_config                      | core | json          | The DNS config information for a container group.                                                                                              |
| encryption_properties           | core | json          | The encryption properties for a container group.                                                                                               |
| extensions                      | core | json          | extensions used by virtual kubelet                                                                                                             |
| id                              | core | string        | The resource id.                                                                                                                               |
| identity                        | core | json          | The identity of the container group, if configured.                                                                                            |
| image_registry_credentials      | core | json          | The image registry credentials by which the container group is created from.                                                                   |
| init_containers                 | core | json          | The init containers for a container group.                                                                                                     |
| ip_address                      | core | json          | The IP address type of the container group.                                                                                                    |
| location                        | core | string        | The resource location.                                                                                                                         |
| name                            | core | string        | The resource name.                                                                                                                             |
| os_type                         | core | string        | The operating system type required by the containers in the container group.                                                                   |
| priority                        | core | string        | The priority of the container group.                                                                                                           |
| provisioning_state              | core | string        | The provisioning state of the container group. This only appears in the response.                                                              |
| resource_group                  | core | string        |
| restart_policy                  | core | string        | Restart policy for all containers within the container group. - `Always` Always restart- `OnFailure` Restart on failure- `Never` Never restart |
| sku                             | core | string        | The SKU for a container group.                                                                                                                 |
| subnet_ids                      | core | json          | The subnet resource IDs for a container group.                                                                                                 |
| subscription_id                 | core | string        |
| subscription_name               | core | string        |
| tags                            | core | hstore_csv    |
| type                            | core | string        | The resource type.                                                                                                                             |
| volumes                         | core | json          | The list of volumes that can be mounted by containers in this container group.                                                                 |
| zones                           | core | array<string> | The zones for the container group.                                                                                                             |
