Expand description
Azure Storage helpers.
This module provides utilities and shared abstractions for services built
on Azure Storage, such as Azure Blob Storage (services-azblob) or
Azure Data Lake Storage (services-azdls).
Structs§
- Azure
Storage Config - Configuration parsed from Azure storage connection string.
Enums§
- Azure
Storage Service - The service that a connection string refers to. The type influences interpretation of endpoint-related fields during parsing.
Functions§
- azure_
account_ name_ from_ endpoint - Try to extract the storage account name from an Azure endpoint.
- azure_
config_ from_ connection_ string - Parses an Azure connection string into a configuration object.
- with_
azure_ error_ response_ context - Add response context to error.