Skip to content

Commit 58a890a

Browse files
authored
Merge pull request #96328 from mhopkins-msft/master
Added updated time-to-live details to Messages description
2 parents ed95c19 + e82d09f commit 58a890a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/storage-queue-concepts-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ The Azure Queue service contains the following components:
2525

2626
* **Storage Account:** All access to Azure Storage is done through a storage account. See [Azure Storage Scalability and Performance Targets](../articles/storage/common/storage-scalability-targets.md) for details about storage account capacity.
2727
* **Queue:** A queue contains a set of messages. All messages must be in a queue. Note that the queue name must be all lowercase. For information on naming queues, see [Naming Queues and Metadata](https://msdn.microsoft.com/library/azure/dd179349.aspx).
28-
* **Message:** A message, in any format, of up to 64 KB. The maximum time that a message can remain in the queue is 7 days.
28+
* **Message:** A message, in any format, of up to 64 KB. The maximum time that a message can remain in the queue is 7 days. For version 2017-07-29 or later, the maximum time-to-live can be any positive number, or -1 indicating that the message doesn't expire. If this parameter is omitted, the default time-to-live is seven days.
2929

0 commit comments

Comments
 (0)