> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abliteration.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Azure Blob Storage

> Archive Policy Gateway events in an Azure Blob Storage container.

Archive Policy Gateway events in an Azure Blob container.

## Configure

| Field                | Value                                             |
| -------------------- | ------------------------------------------------- |
| Type                 | Azure Blob Storage                                |
| Storage Account Name | e.g. `myaccount`                                  |
| Container            | e.g. `policy-logs`                                |
| Account Key          | From Azure Portal → Storage Account → Access Keys |
| Prefix               | Default `policy-gateway/`                         |

The endpoint is derived as `https://<account_name>.blob.core.windows.net`.

## Object layout

```text theme={"system"}
<account>/<container>/policy-gateway/
  date=2026-04-20/
    <event_id>.json
```

One event per JSON blob, partitioned by date.

See the full field list in [connectors](/policy-gateway/connectors).
