Is it possible to set an expiration time for Azure Function Storage queue output binding?
This is what I have in function.js:
{ "type": "queue", "name": "MyMessageQueue", "queueName": "mymsgqueue", "connection": "AzureWebJobsStorage", "direction": "out" }
However can I specify when the message I add should expire?