Azure Storage Queues binding spec
To setup Azure Storage Queues binding create a component of type . See this guide on how to create and apply a binding configuration.
Warning
The above example uses secrets as plain strings. It is recommended to use a secret store for the secrets as described here.
This component supports both input and output binding interfaces.
This component supports output binding with the following operations:
To set time to live at message level use the section in the request body during the binding invocation.
The field name is ttlInSeconds
.
curl -X POST http://localhost:3500/v1.0/bindings/myStorageQueue \
-H "Content-Type: application/json" \
-d '{
"data": {
"message": "Hi"
},
"metadata": {
},
"operation": "create"