Skip to content

Commit a55b72c

Browse files
authored
Merge pull request #104763 from mhopkins-msft/master
Fixed path to queue to match image
2 parents f861fce + 52fa0d0 commit a55b72c

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
@@ -22,7 +22,7 @@ The Azure Queue service contains the following components:
2222

2323
The following URL addresses a queue in the diagram:
2424

25-
`http://myaccount.queue.core.windows.net/images-to-download`
25+
`http://myaccount.queue.core.windows.net/incoming-orders`
2626

2727
* **Storage Account:** All access to Azure Storage is done through a storage account. For more information about storage accounts, see [Storage account overview][../articles/storage/common/storage-account-overview.md].
2828
* **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).

0 commit comments

Comments
 (0)