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

# PFEventsDataConnectionAzureBlobSettings

> PFEventsDataConnectionAzureBlobSettings data model.

PFEventsDataConnectionAzureBlobSettings data model.

## Syntax

```cpp theme={null}
typedef struct PFEventsDataConnectionAzureBlobSettings {  
    const char* accountName;  
    const char* containerName;  
    const char* tenantId;  
} PFEventsDataConnectionAzureBlobSettings;  
```

### Members

**`accountName`**   const char\*<br />*is null-terminated*

(Optional) Name of the storage account.

**`containerName`**   const char\*<br />*is null-terminated*

(Optional) Name of the container.

**`tenantId`**   const char\*<br />*is null-terminated*

(Optional) Azure Entra Tenant Id.

## Requirements

**Header:** PFEventsTypes.h

## See also

[PFEventsTypes members](/services/playfab/api-references/c/pfeventstypes/pfeventstypes_members)
