- 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...
