# Functions
ParseBlobURL recognizes a given Azure Blob Storage URL and extracts the information of the blob such as storage API endpoint, container and blob name, or returns error if the URL is unrecognized.
# Structs
AzureBlobRef contains information parsed from an Azure Blob Storage URL.