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.

  1. curl -X POST http://localhost:3500/v1.0/bindings/myStorageQueue \
  2. -H "Content-Type: application/json" \
  3. -d '{
  4. "data": {
  5. "message": "Hi"
  6. },
  7. "metadata": {
  8. },
  9. "operation": "create"