Azure Storage Accounts are scalable cloud storage solutions in Microsoft Azure, commonly used to store blobs (files), queues, tables, and file shares. TheDocumentation Index
Fetch the complete documentation index at: https://docs.superagentx.ai/llms.txt
Use this file to discover all available pages before exploring further.
AzureStorageHandler provides an abstraction layer to authenticate with Azure using
service principal credentials and retrieve all storage accounts within a subscription,
including their encryption settings, firewall/network rules, and public access status.
Example
To create theAzureStorageHandler object, provide your Azure credentials
(subscription ID, tenant ID, client ID, and client secret).
These can also be loaded from environment variables:
Retrieves a list of all storage accounts within the subscription, along with their associated properties.

