You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A python Azure Functions sample that uses a blob input trigger and a blob output binding to copy blobs between containers while retaining their content-type.
A python Azure Functions sample that takes an BlobTrigger InputStream object and uploads it to another container while retaining the content-type using the Azure Storage Python SDK