

We highly recommend that you use this header to correlate client-side activities with requests that the server receives. Provides a client-generated, opaque value with a 1-kibibyte (KiB) character limit that's recorded in the logs when logging is configured. For more information, see Versioning for the Azure Storage services. Specifies the version of the operation to use for this request. For more information, see Authorize requests to Azure Storage.


Specifies the Coordinated Universal Time (UTC) for the request. Specifies the authorization scheme, account name, and signature. The required and optional request headers are described in the following table: Request header For more information, see Set time-outs for Queue service operations. The timeout parameter is expressed in seconds. By default, a single message is peeked from the queue with this operation. A nonzero integer value that specifies the number of messages to peek from the queue, up to a maximum of 32. The following parameters may be specified on the request URI. When you're making a request against the emulated storage service, specify the emulator hostname and Queue service port as 127.0.0.1:10001, followed by the emulated storage account name: Methodįor more information, see Use the Azurite emulator for local Azure Storage development. Replace myaccount with the name of your storage account, and replace myqueue with the name of your queue: Method You can construct the Peek Messages request as follows. The Peek Messages operation retrieves one or more messages from the front of the queue, but it doesn't alter the visibility of the message.
