# AzureBlobStorageResource

- Module: [Aspire.Hosting.Azure.Storage](/reference/api/typescript/aspire.hosting.azure.storage.md)
- Version: `13.2.0`
- Kind: `handle`
- Source: [GitHub](https://github.com/microsoft/aspire)

## Definition

```typescript
interface AzureBlobStorageResource
  extends IManifestExpressionProvider,
    IResource,
    IResourceWithConnectionString,
    IResourceWithParent,
    AzureStorageResource]],
    IValueProvider,
    IValueWithReferences,
    IAzurePrivateEndpointTarget,
    IResourceWithAzureFunctionsConfig { }
```
