зеркало из
1
0
Форкнуть 0
azure-sdk-for-php/examples/README.markdown

530 B

The examples tend to be clear from how to use the SDK and as usual to run them this requires specific PHP configuration which is listed here: ###Include path has the following paths

  • Path to src folder which has autoload.php and WindowsAzure folder.
  • Path to WindowsAzure which has the actual SDK code.
  • Path to PEAR folder.

###Long REST calls Some REST calls (like creating storage service) will take couple of minutes to finish, an update to the web server is required so it expects long operation time like that.