This repo https://github.com/glennmusa/azfuncblobwithcontenttype, but make it Python
Uses the Azure Functions Storage BlobTrigger to process a blob from the configured input_container_name
in local.settings.json and makes use of the Azure Storage Blob SDK BlobClient to clone the blob with its content type to the configured output_container_name
in local.settings.json.
- Clone ./local.settings.json.sample and rename it to
local.settings.json
- Subtitute the settings values with your resources
- All the fun stuff happens in ./pyfuncblobclone/__init__.py