[MSDN] Using the Windows Azure Storage Services

Source: Internet
Author: User

Using the Windows Azure Storage Services Windows Azure Platform

The Windows Azure storage services provide storage for binary and text data, messages, and structured data in Windows Azure. The storage services include:

  • The Blob service, for storing binary and text data

  • The Queue service, for storing messages that may be accessed by a client
  • The Table service, for structured storage for non-relational data
  • Windows Azure drives, for mounting an NTFS volume accessible to code running in your Windows Azure service

Programmatic access to the Blob, Queue, and Table services is available via the Windows Azure Managed Library and the Windows Azure storage services rest api. See these sections for detailed reference information:

  • Windows Azure Managed Library Reference

  • Windows Azure Storage Services rest api Reference

For conceptual information about using blobs, queues, and tables, see these sections:

  • Blob Service Concepts

  • Queue Service Concepts
  • Table Service Concepts
About Windows Azure Drives

A Windows Azure drive acts as a local NTFS volume that is mounted on the server's file system and that is accessible to code running in a role. the data written to a Windows Azure drive is stored in a page blob defined within the Windows Azure Blob service, and cached on the local file system. because data written to the drive is stored in a page blob, the data is maintained even if the role instance is recycled. for this reason, a Windows Azure drive can be used to run an application that must maintain state, such as a third-party database application.

The Windows Azure Managed Library providesCloudDriveClass for mounting and managing Windows Azure drives.CloudDriveClass is part ofMicrosoft. WindowsAzure. StorageClientNamespace. See the Windows Azure Managed Library Reference for more information.

Once a Windows Azure drive has been mounted, you can access it via existing NTFS APIs. Your Windows Azure service can read from and write to the Windows Azure drive via a mapped drive letter (E.g., X :\).

For details on getting started with Windows Azure drives, see the Windows Azure Drives white paper.

Note
Support for Windows Azure Drives was introduced with Windows Azure Guest OS 1.1 (Release 201001-01 ). to deploy a service that utilizes Windows Azure Drives, you must deploy to Windows Azure Guest OS 1.1 (Release 201001-01 ). if you deploy your service to an earlier version, your service may throwCloudDriveExceptionWith the error stringERROR_UNSUPPORTED_OSWhen it attempts to call methods that operation on Windows Azure Drives. For more information, see Windows Azure Guest OS Releases and SDK Compatibility Matrix and How to Configure Operating System Versions.

See AlsoConcepts

Windows Azure
Understanding Block Blobs and Page Blobs

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.