AzureBlobConnector
- class pfore_cloud_utilities.AzureBlobConnector(account_url, azure_tenant_id=None, spn_client_id=None, spn_client_secret=None)[source]
Singleton class to interact with an Azure Blob Storage container.
The classes handle connection, reads and writes inside the container.
Connection is created using either a Managed Identity or an SPN.
Upon instantiation, if azure_tenant_id, spn_client_id and spn_client_secret are all set to None, the client will assume Managed Identity as an authentication method.
- Parameters:
- Raises:
ValueError – If one of the arguments for SPN-based auth is missing