Understand Windows Azure

Windows Azure is an open cloud platform that enables you to quickly build, deploy and manage applications across a global network of Microsoft-managed datacenters.

More... 

Getting Started

Ready to take off to the cloud?
This section will familiarize you with Windows Azure, and how to use it with PHP. You'll see that there are a few options for you to choose from depending on your goal.

More... 

Deploying your first PHP app on Azure

Learn how to deploy your PHP application on Windows Azure.
This set of tutorials will teach you how to install PHP and your application.

More... 

How to Guides

The PHP Developer Center has a great set of guides to help you perform common tasks with Windows Azure.

More... 

"Azure + PHP" Discussions on StackOverflow.com

  • php://input empty on Azure

    Tuesday, December 23, 2014, 4:46:00 PM

    I'm posting a complex JSON object to my Azure IIS running PHP 5.4 using AngularJS: var request = $http({ method: "post", url: "/php/mail.php", data: $scope.contactForm, headers: {...

  • cannot Create blob REST proxy $blobRestProxy (azure)

    Monday, December 22, 2014, 5:24:00 PM

    I try to store documents on azure storage.... I wrote a code and run it in localhost, it work(it has file on azure). But when I deploy it to azure, it does not work anymore. So I try to echo step b...

  • 404 error when clicking on internal links site on the Azure platform

    Saturday, December 20, 2014, 7:21:00 PM

    Trying to deal with Microsoft Azure. Put a few of the applications and each occurs 404 error when clicking on internal links. In the window says "The resource you are looking for has been removed,...

  • Getting the url of a Blob just uploaded to Azure storage via PHP

    Sunday, December 14, 2014, 8:36:00 PM

    I have no problem uploading a blob to Azure via PHP like this: $blobRestProxy->createBlockBlob("saskcontainer", $blob_name, $content); but I cannot get the URL of the newly created blob. The...

  • Use form post (php) to upload a file to Azure storage, and return the link

    Saturday, December 13, 2014, 11:42:00 PM

    I have read a number of solutions here and elsewhere that show how a upload a file to an Azure Blob storage. I have the php code working below when the file is hard coded (followed the MS tutorial)...

Related Links

News from the Interop blog