- How can i send an Email using PHP at windows Azure?
Monday, May 14, 2012, 6:32:00 AM
How can i send an Email using PHP at windows Azure? i am using simple mail function: $to .= 'email-Id'; $subject = " Test Subject"; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content...
- Azure for PHP: "ServiceDefinition.rd" does not exist in Service directory "ServiceDefinition.csx"
Thursday, May 10, 2012, 5:26:00 AM
I am trying to deploy PHP app with Windows Azure Command Line tool for PHP, but unable to make .cspkg and i'm getting this error: Runtime Exception: 0: Default document “ServiceD...
- Virtual Directory on Azure
Monday, May 7, 2012, 3:22:00 AM
I’m trying to mount a PHP service on windows azure. I want to create a virtual directory and I need to keep the original parent folder structure. However, Azure takes the vitual...
- Create the .cspkg and the .cscfg files to upload into Azure
Friday, May 4, 2012, 10:34:00 AM
I opened more topic here to solve my uploading problem but still nothing (not the answers, these were helpful) so I think the problem is at me! So I wrote a little php program but after I create a...
- Azure app (blob storage) run only on localhost
Monday, April 30, 2012, 2:55:00 AM
I am trying to run an azure app which use blob storage. I tried with the following sample kit: https://github.com/Interop-Bridges/Windows-Azure-Sample-Kit-4-PHP/tree/master/GuestBookUsingBlobs (I c...
- PHP Azure Storage - on Table update I get: Server failed to authenticate the request
Saturday, April 21, 2012, 4:29:00 AM
Hello mighty Windows Azure developers, I am using PHP SDK for Windows Azure in eclipse working with storage table on local compute and storage emulator I am running this code (basically I am upda...
- PDOException: SQLSTATE[IMSSP]: error occurred translating string to UCS-2, using drupal 7 at azure and sql azure backend
Friday, April 20, 2012, 6:14:00 AM
I recently started setting up a drupal 7 website on Azure cloud using a web role and SQL azure backend. I was very much pleased until I hit a character set brickwall. I have a virtual machine with...
- 403 Error when building local application for Azure with PHP
Saturday, April 14, 2012, 3:55:00 PM
I am trying to build a simple php app following the guide here. I have setup the SDK for PHP and can build the project fine. When I build the project however the page loads with a 403 error. In...
- Recieving "Deployment Role Instances Not In Started State After 30 seconds" Azure PHP
Friday, April 13, 2012, 8:23:00 PM
I keep receiving this message when trying to deploy a test php application into my Azure Emulator Using session id 1 Warning : Remapping public port 80 to 81 to avoid conflict during emulation. W...
- Azure blob storage gives 500 internal error
Tuesday, April 3, 2012, 3:23:00 AM
I get 500 internal server error in Windows Azure (on localhost too) if I deploy a simple program which connects to Blob storage: <?php $blob = new Microsoft_WindowsAzure_Storage_Blob( 'blob...
