Calling Windows Azure cloud storage services using Python

Source: Internet
Author: User

I looked at Python the other day and was itching to use Python to call Windows Azure cloud storage.

Reference article:

    1. Calling Windows Azure cloud storage services using Python

    2. Install Python


After installing the Python SDK for Azure as per the article content, I debugged directly through the Python editor.

No error occurred while importing the Azure package.

From azure.storage Import *

No error occurred while executing the Blobservice object.

Blob_service = Blobservice (account_name= ' MyAccount ', account_key= ' MyKey ')

When creating a container, an error

Blob_service.create_container (' MyContainer ')

The error content is as follows:

The workaround is simple:

Because Windows Azure is very special in China, there are independent domain names and data not out of the features.

Modify the init file for the Azure package, each platform path may be different.

Then modify the settings below.


Calling Windows Azure cloud storage services using Python

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.