Azure: Is there a way to view deployed files in Azure?
Azure: Is there a way to view deployed files in Azure?
Azure: Is there a way to view deployed files in Azure?
Re: Azure: Is there a way to view deployed files in Azure?
If you're just trying to look around, and see the various directories and files in your deployment, you can enter the site's "Kudu" dashboard, using the url format `http://.scm.azurewebsites.net`
This will give you a web-based dashboard, including a debug console (web-based) where you can explore your various directories (and the directories will show up visually as well).
More info can be found in [this post from the Azure Websites team](http://azure.microsoft.com/blog/2014/03/04/windows-azure-websites-online-tools-you-should-know-about/).
This will give you a web-based dashboard, including a debug console (web-based) where you can explore your various directories (and the directories will show up visually as well).
More info can be found in [this post from the Azure Websites team](http://azure.microsoft.com/blog/2014/03/04/windows-azure-websites-online-tools-you-should-know-about/).