Azure / Azure/Azure-Functions

Support for blob binding output content-type

Open
#2,158 2 comments 0 reactions 1 assignee Claimed by @v-bbalaiagar View on GitHub
feature
Dominant language
PowerShell
Stars
1.1k
Forks
215
Avg merge
4h 2m
Merged PRs (30d)
1

Description

There is (at least) one feature missing here to parameterize the blob write. Please add an option to set a content-type on the blob.

```json
{
"type": "blob",
"direction": "out",
"name": "outputBlob",
"path": "invoices/{site}/{id}/{stage}.json",
"connection": "AzureWebJobsStorage"
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.