Skip to content

Commit 09fa405

Browse files
committed
More edits
1 parent bc6c799 commit 09fa405

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/storage/queues/storage-python-how-to-use-queue-storage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This guide shows you how to perform common scenarios using the Azure Queue stora
2828

2929
## Download and install Azure Storage SDK for Python
3030

31-
The [Azure Storage SDK for Python](https://github.com/azure/azure-storage-python) requires Python 2.7, 3.3, 3.4, 3.5, 3.6, or 3.7.
31+
The [Azure Storage SDK for Python](https://github.com/azure/azure-storage-python) requires Python version 2.7, 3.3, or later.
3232

3333
### Install via PyPi
3434

@@ -144,6 +144,7 @@ queue_service.delete_queue('taskqueue')
144144

145145
Now that you've learned the basics of queue storage, follow these links to learn more.
146146

147+
* [Azure Queues Python API reference](/python/api/azure-storage-queue)
147148
* [Python Developer Center](https://azure.microsoft.com/develop/python/)
148149
* [Azure Storage Services REST API](https://msdn.microsoft.com/library/azure/dd179355)
149150

includes/storage-queue-concepts-include.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ms.topic: include
55
ms.date: 10/26/2018
66
ms.author: tamram
77
---
8-
## What is Queue storage?
8+
## What is queue storage?
99

1010
Azure Queue storage is a service for storing large numbers of messages that can be accessed from anywhere in the world via authenticated calls using HTTP or HTTPS. A single queue message can be up to 64 KB in size, and a queue can contain millions of messages, up to the total capacity limit of a storage account. Queue storage is often used to create a backlog of work to process asynchronously.
1111

12-
## Queue Service Concepts
12+
## Queue service concepts
1313

14-
The Queue service contains the following components:
14+
The Azure Queue service contains the following components:
1515

1616
![Queue1](./media/storage-queue-concepts-include/queue1.png)
1717

0 commit comments

Comments
 (0)