opendal-service-azure-common provides shared Azure Storage configuration, authentication, request, and response helpers for Apache OpenDALâ„¢ service implementations.
This crate is an implementation building block rather than a standalone storage service. Applications should normally use one of the public Azure services through the opendal facade:
services-azblob for Azure Blob Storage;services-azdls for Azure Data Lake Storage Gen2;services-azfile for Azure Files.Service implementers can depend on this crate directly when they need the same Azure connection-string and authentication behavior.
Licensed under the Apache License, Version 2.0.