Category Archives: azure

Using PHP with SQL Azure

SQL Azure is a wonderful service running the database in the cloud. This post summarizes the gotchas that you might wanna lookout for when trying to connect your PHP applications to talk to SQL Azure. The default driver php_mssql.dll doesn’t … Continue reading

Posted in azure, php, sqlazure | 1 Comment

Windows Azure: Taking a peek

Windows Azure is another cloud platform that can be used to deploy applications to the cloud and not worry about rest of the duct tape that’s required for smoother operation. Like many things from Microsoft, a killer feature is tight … Continue reading

Posted in azure, cloud computing, windows | 1 Comment