# Functions
NewDefaultServiceClient returns an Azure Blob service client with credentials from the environment as described in the package docstring.
NewDefaultServiceURLOptions generates a ServiceURLOptions based on environment variables.
NewServiceURL generates a URL for addressing an Azure Blob service account.
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
Set holds Wire providers for this package.
# Structs
Options sets options for constructing a *blob.Bucket backed by Azure Blob.
ServiceURLOptions sets options for constructing a service URL for Azure Blob.
URLOpener opens Azure URLs like "azblob://mybucket".
# Type aliases
ServiceURL represents an Azure service URL.