fixed blobstorage contract (#595)

Co-authored-by: Young Bu Park <youngp@microsoft.com>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
This commit is contained in:
Daria Kiritseva 2020-06-02 11:47:46 -07:00 committed by GitHub
parent e9adde7875
commit 6422cbb83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -30,9 +30,7 @@ By default the Azure Blob Storage output binding will auto generate a UUID as bl
Applications publishing to an Azure Blob Storage output binding should send a message with the following contract: Applications publishing to an Azure Blob Storage output binding should send a message with the following contract:
```json ```json
{ {
"data": { "data": "file content",
"message": "Hi"
},
"metadata": { "metadata": {
"blobName" : "filename.txt", "blobName" : "filename.txt",
"ContentType" : "text/plain", "ContentType" : "text/plain",