Using Windows Azure Storage with PHP Applications
Windows Azure provides three services for storing data in the cloud: Blob Service (for storing binary large objects), Table Service (for storing loosely structured, non-relational data), and Queue Service (for storing messages). Each service provides persistent, redundant storage in the cloud and is accessible via a REST API. The following articles provide step-by-step instructions for using the Windows Azure SDK for PHP to access Windows Azure Storage Services:
-
How to use the Blob service from PHP
-
How to use the Table service from PHP
-
How to use the Queue service from PHP
Note that Base de datos SQL de Windows Azure is also an option for storing data in the cloud. Base de datos SQL is a relational data store in the cloud that provides all of the functionality of a relational database management system. For more information, see Using Windows Azure SQL Database with PHP Applications.
Vea también
Fecha de compilación: