Jesse Johnston
{ ironic tagline here }

Windows Azure: Where is my stuff?

Wednesday, 3 August 2011 06:17 by jesse

So you’ve deployed an application to Azure.  If you login to the deployment with Remote Desktop, your first question might be “Where is my application installed?”.

There are three disk drives in the deployment.

  • Drive C: contains your local storage folders
  • Drive D: is the operating system
  • Drive E: contains your application files

Local Storage Folders

In C:\Resources\Directory, you will see each of your local storage folders.  These are prefixed with a generated Id.  Note that you will not have permissions to open any of the files in these folders unless you added permissions via a startup task.  See my previous post for an example of how to do this.

Your Deployment

Your uploaded application files are located in E:\approot.  You can refer to this location in your code with the RoleRoot environment variable (RoleRoot will resolve to “E:\”, so you’ll need to append “approot”).

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList
Tags:  
Categories:   .NET | Windows Azure
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed
Comments are closed