mirror of https://github.com/dapr/docs.git
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:
parent
e9adde7875
commit
6422cbb83a
|
@ -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:
|
||||
```json
|
||||
{
|
||||
"data": {
|
||||
"message": "Hi"
|
||||
},
|
||||
"data": "file content",
|
||||
"metadata": {
|
||||
"blobName" : "filename.txt",
|
||||
"ContentType" : "text/plain",
|
||||
|
|
Loading…
Reference in New Issue