# AzureBlobStorageFileLoader

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/document_loaders/azure_blob_storage_file/AzureBlobStorageFileLoader)

Load from `Azure Blob Storage` files.

## Signature

```python
AzureBlobStorageFileLoader(
    self,
    conn_str: str,
    container: str,
    blob_name: str,
)
```

## Extends

- `BaseLoader`

## Constructors

```python
__init__(
    self,
    conn_str: str,
    container: str,
    blob_name: str,
)
```

| Name | Type |
|------|------|
| `conn_str` | `str` |
| `container` | `str` |
| `blob_name` | `str` |


## Properties

- `conn_str`
- `container`
- `blob`

## Methods

- [`load()`](https://reference.langchain.com/python/langchain-community/document_loaders/azure_blob_storage_file/AzureBlobStorageFileLoader/load)

## ⚠️ Deprecated

Deprecated since version 0.4.

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/d5ea8358933260ad48dd31f7f8076555c7b4885a/libs/community/langchain_community/document_loaders/azure_blob_storage_file.py#L12)