News Feed
Jobs Feed
Sections




News Archive
Brian Swan' Blog:
Determining Azure Drive Letter with PHP
October 29, 2010 @ 12:34:01

In a quick new post to his blog today Brian Swan shows you how to find a drive letter in Azure through PHP (for a Windows Azure Drive).

Today, I'll start by taking a look at Windows Azure Drives. Specifically, I'll explain how to programmatically determine the driver letter for a Windows Azure Drive. (I'll assume you've read the getting started post I wrote a couple of weeks ago.) Simply put, a Windows Azure drive acts as a local NTFS volume that is mounted on the server's file system and that is accessible to code running in a role. The data written to a Windows Azure drive is stored in a page blob defined within the Windows Azure Blob service, and cached on the local file system.

He shows how he's set up his instance with two drives and how, with a bit of PHP code, he could grab the value from the "X_DRIVES" environment variable, split it out and loop to find the drive you're looking for. His example code puts a simple text file on the drive and then reads it back out.

0 comments voice your opinion now!
drive letter windows azure instance xdrives environment


blog comments powered by Disqus

Similar Posts

Mikko Koppanen's Blog: Imagick and Gmagick builds available for Windows

John Mertic's Blog: PHP 5.2.5 Windows Installer now working

Johannes Schluter's Blog: Improved getopt() in PHP 5.3

Bill's IIS Blog: PHP on IIS7 w/FastCGI

IBM developerWorks: Create a PHP development environment on the cloud


Community Events











Don't see your event here?
Let us know!


podcast development application interview community language phpunit unittest testing tool series release introduction code example zendframework2 conference opinion framework functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework