[Blob Storage] StartCopyFromUri has different behavior in Azure #2540
Labels
alignment
Alignment between Azurite with Azure Storage production
blob-storage
bug
Something isn't working
Hi, In Azurite you can use
StartCopyFromUriAsync
withBlobCopyFromUriOptions
and provide a lease for the target blob withDestinationConditions
. Azurite doesn't check the lease time but Azure returns an error with412: InfiniteLeaseDurationRequired
code if the lease time is not set to InfiniteThe text was updated successfully, but these errors were encountered: