# Functions
DefaultAccountKey loads the Azure storage account key (primary or secondary) from the AZURE_STORAGE_KEY environment variable.
DefaultAccountName loads the Azure storage account name from the AZURE_STORAGE_ACCOUNT environment variable.
DefaultClientId loads the Azure client Id from the AZURE_CLIENT_ID environment variable.
DefaultIsCDN loads the desired value of IsCDN from the AZURE_STORAGE_IS_CDN environment variable.
DefaultProtocol loads the protocol to access Azure Blob Storage from the AZURE_STORAGE_PROTOCOL environment variable.
DefaultSASToken loads a Azure SAS token from the AZURE_STORAGE_SAS_TOKEN environment variable.
DefaultStorageDomain loads the desired Azure Cloud to target from the AZURE_STORAGE_DOMAIN environment variable.
NewCredential creates a SharedKeyCredential.
NewPipeline creates a Pipeline for making HTTP requests to Azure.
OpenBucket returns a *blob.Bucket backed by Azure Storage Account.
# Constants
Scheme is the URL scheme gcsblob registers its URLOpener under on blob.DefaultMux.
# Variables
DefaultIdentity is a Wire provider set that provides an Azure storage account name, key, and SharedKeyCredential from environment variables.
SASTokenIdentity is a Wire provider set that provides an Azure storage account name, SASToken, and anonymous credential from environment variables.
Set holds Wire providers for this package.
# Type aliases
AccountKey is an Azure storage account key (primary or secondary).
AccountName is an Azure storage account name.
ClientID is an Azure client id.
Protocol is an protocol to access Azure Blob Storage.
SASToken is an Azure shared access signature.
StorageDomain is an Azure Cloud Environment domain name to target (i.e.