Skip to content

Commit 3682e4d

Browse files
committed
Formatting and clean up
1 parent 524001b commit 3682e4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/storage/queues/storage-queues-introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The Queue service contains the following components:
3030
![Queue Concepts](./media/storage-queues-introduction/queue1.png)
3131

3232
* **URL format:** Queues are addressable using the following URL format:
33+
3334
`https://<storage account>.queue.core.windows.net/<queue>`
3435

3536
The following URL addresses a queue in the diagram:
@@ -38,7 +39,7 @@ The Queue service contains the following components:
3839

3940
* **Storage account:** All access to Azure Storage is done through a storage account. See [Azure Storage Scalability and Performance Targets](../common/storage-scalability-targets.md?toc=%2fazure%2fstorage%2fqueues%2ftoc.json) for details about storage account capacity.
4041

41-
* **Queue:** A queue contains a set of messages. All messages must be in a queue. 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).
42+
* **Queue:** A queue contains a set of messages. 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).
4243

4344
* **Message:** A message, in any format, of up to 64 KB. Before version 2017-07-29, the maximum time-to-live allowed is seven 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.
4445

0 commit comments

Comments
 (0)