fn get_storage_credentials() -> &'static StorageCredentials
Expand description
Retrieves azure blob storage credentials and caches it.
Note that we need to return the storage credential instead of the [ClientBuilder
]
as the request or more specifically the blob name and file content changes per request.