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.