Update daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
Mark Fussell 2023-06-23 09:37:10 -07:00 committed by GitHub
parent 851bcfdcab
commit 80c693f7a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ curl -X POST http://localhost:3500/v1.0/bindings/myServiceBusQueue \
A message can be scheduled for delayed processing. A message can be scheduled for delayed processing.
To schedule a message, use the `metadata` section in the request body during the binding invocation. The filed name is `ScheduledEnqueueTimeUtc`. To schedule a message, use the `metadata` section in the request body during the binding invocation: the field name is `ScheduledEnqueueTimeUtc`.
The supported timestamp formats are [RFC1123](https://www.rfc-editor.org/rfc/rfc1123) and [RFC3339](https://www.rfc-editor.org/rfc/rfc3339). The supported timestamp formats are [RFC1123](https://www.rfc-editor.org/rfc/rfc1123) and [RFC3339](https://www.rfc-editor.org/rfc/rfc3339).