---
title: Chaos Studio Experiment
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Chaos Studio Experiment
---

# Chaos Studio Experiment

An Azure Chaos Studio Experiment defines a controlled set of fault injections used to test the resilience of your applications and infrastructure. It lets you orchestrate faults, target specific resources, and observe system behavior under stress. Experiments help identify weaknesses, validate recovery strategies, and improve overall reliability in a safe, repeatable way.

```
azure.chaos_experiment
```

## Fields

| Title              | ID   | Type       | Data Type                                                                                                                                                                                   | Description |
| ------------------ | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key               | core | string     |
| id                 | core | string     | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
| identity           | core | json       | Managed service identity (system assigned and/or user assigned identities)                                                                                                                  |
| location           | core | string     | The geo-location where the resource lives                                                                                                                                                   |
| name               | core | string     | The name of the resource                                                                                                                                                                    |
| provisioning_state | core | string     | Current provisioning state for a given Azure Chaos resource.                                                                                                                                |
| resource_group     | core | string     |
| selectors          | core | json       | List of selectors.                                                                                                                                                                          |
| steps              | core | json       | List of steps.                                                                                                                                                                              |
| subscription_id    | core | string     |
| subscription_name  | core | string     |
| system_data        | core | json       | Metadata pertaining to creation and last modification of the resource.                                                                                                                      |
| tags               | core | hstore_csv |
| type               | core | string     | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"                                                                                   |
