Is it possible to configure the content-type (and other attributes, I suppose) of a blob created through a powershell Azure Function? Is it possible to do this via binding configuration, or in the powershell script?
Seems to default to 'application/octetstream' regardless of output blob content - I would like to be able to specify content type such as 'text/html' or 'application/pdf' etc.