diff --git a/reference/specs/bindings/blobstorage.md b/reference/specs/bindings/blobstorage.md index c0946d336..83492d407 100644 --- a/reference/specs/bindings/blobstorage.md +++ b/reference/specs/bindings/blobstorage.md @@ -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", @@ -44,4 +42,4 @@ Applications publishing to an Azure Blob Storage output binding should send a me "Custom" : "hello-world", } } -``` \ No newline at end of file +```