Windows azure: Considerations for creating cloud storage blob container

Source: Internet
Author: User

Blob container naming rules

// Create blob container for imagesblobstorage = storageaccount. createcloudblobclient (); cloudblobcontainer Container = blobstorage. getcontainerreference ("file_upload_folder"); container. createifnotexist ();

When you execute the precedingCodeWhen running, it will throw a very strange problem: One of the request inputs is out of range.

It is blobstorage. getcontainerreference ("file_upload_folder"); this location is incorrect.

The folder name string is generally the same as that for Windows. Windows Azure is so strange that Google has encountered the same problem.

 

Reference posts from Foreign Forums

The recommended rules are as follows:

A: Only lowercase letters are allowed.

B: numbers allowed

C: allows the font size of a single internal connection.

D: No space can be protected.

E: cannot contain any punctuation marks (except for hyphens)

 

Change "file_upload_folder" to "fileuploadfolder" OK!

Is the underline invalid? If the problem is solved, try again later.

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.