Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is it possible to see project files in Windows Azure?

Tags:

azure

Just wondering, is it possible to see the directory structure and all the files in a project that is uploaded to Windows Azure? Can we maybe use an ftp program or the developer portal to do that?

like image 571
user246392 Avatar asked Apr 25 '11 14:04

user246392


2 Answers

You can setup your Azure roles to enable RDP. That way you can log onto the machine and investigate the directory structure, etc.

More information at this MSDN article http://msdn.microsoft.com/en-us/library/gg443832.aspx

like image 180
John Ptacek Avatar answered Oct 11 '22 04:10

John Ptacek


Or install WebMatrix which lets you view the whole structure of an Azure web app http://www.microsoft.com/web/webmatrix/

like image 23
atreeon Avatar answered Oct 11 '22 04:10

atreeon