Relative Content

Tag Archive for c#bindingazure-functionsazure-blob-storagecontent-type

Set the Content Type of Blob using Imperative Binding

I’m trying to set the content type of an output blob to ‘text/json’ using imperative binding. I’m writing some Azure functions that respond to a service bus trigger by writing some data to a blob, and I need to manually define a filename for my blob output, so I’ve used imperative binding like so: