Azure Full trust permissions
        Posted  
        
            by kaleidoscope
        on Geeks with Blogs
        
        See other posts from Geeks with Blogs
        
            or by kaleidoscope
        
        
        
        Published on Mon, 22 Mar 2010 03:42:29 GMT
        Indexed on 
            2010/03/22
            5:01 UTC
        
        
        Read the original article
        Hit count: 353
        
Under Windows Azure full trust, your role has access to a variety of system resources that are not available under partial trust
File System Resources
A role running in Windows Azure has permissions to read and write to certain file, directory, and volume resources on the server. These permissions are outlined in the following table.
|             File system resource  |                       Permission  |        
|             System root directory  |                       No access  |        
|             Subdirectories of the system root directory  |                       No access  |        
|             Windows directory  |                       Read access only  |        
|             Machine configuration files  |                       No access  |        
|             Service configuration file  |                       Read access only  |        
|             Local storage resource  |                       Full access  |        
Registry Resources
The following table outlines permissions available to the role when accessing the registry while running in Windows Azure.
|             HKEY_CLASSES_ROOT  |                       Read access  |        
|             HKEY_CURRENT_USER  |                       No access  |        
|             HKEY_LOCAL_MACHINE  |                       Read access  |        
|             HKEY_USERS  |                       Read access  |        
|             HKEY_CURRENT_CONFIG  |                       Read access  |        
More details can be found at: http://msdn.microsoft.com/en-us/library/dd573363.aspx
© Geeks with Blogs or respective owner