Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
676 stars 231 forks source link

Add Microsoft Fabric cloud location #1694

Open kevinzwang opened 3 days ago

kevinzwang commented 3 days ago

Microsoft Fabric uses a different endpoint from the Azure cloud, this PR adds support for this endpoint.

kevinzwang commented 3 days ago

@microsoft-github-policy-service agree

kevinzwang commented 3 days ago

I'm not sure how this fits into other services, but it's just something I noticed was missing from the storage API compared to the object_store crate:

https://github.com/apache/arrow-rs/blob/035b5899f3198cbbdddc772f64c214332e6323fe/object_store/src/azure/builder.rs#L846-L849