tree: 736d8be54ce700142c4d266b0c414dbe96d3f21f
  1. src/
  2. Cargo.toml
  3. README.md
core/services/azure-common/README.md

Apache OpenDALâ„¢ Azure Common

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.

Documentation

License

Licensed under the Apache License, Version 2.0.