This page seems to be outdated.
"Install via PyPi" section should have "pip install azure-storage-queue" instead of current "pip install azure-storage-blob==2.1.0"
also, to import library you should do "from azure.storage.queue import QueueServiceClient" instead of "from azure.storage.queue import QueueService"
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@chrobakos Thanks for the feedback! I have assigned the issue to the content author to evaluate and update as appropriate.
Hi @chrobakos, this article is specifically about version 2.1 of the Azure Storage Python library. The pip command is correct for that version. There is another article about using the latest version of the library here: Quickstart: Azure Queue storage client library v12 for Python. Sorry for the confusion.
~ _Mark_
Since this page is the top result for Google Search "azure queue sdk python", IMO this link to the latest version should be on top of the page.
@antopolskiy, good idea. I've added links. Updates should be published later today.
Most helpful comment
Hi @chrobakos, this article is specifically about version 2.1 of the Azure Storage Python library. The
pipcommand is correct for that version. There is another article about using the latest version of the library here: Quickstart: Azure Queue storage client library v12 for Python. Sorry for the confusion.~ _Mark_
please-close