Which service(blob, file, queue, table) does this issue concern?
Blob
Which version of the SDK was used?
Version: 1.5.4
What's the PHP/OS version?
PHP 8.1
What problem was encountered?
I'm using flysystem azure adapters for blob copying. When I'm trying to move/copy a blob to another folder, it will be failed. Showing 403 response code.
Steps to reproduce the issue?
Have you found a mitigation/solution?
Append Blob SAS signature to the source URL will solve the issue.
I'm wondering if there's any update on Azure Blob configuration to cause the issue. Did anyone facing the same problem before?