How can you search for files in Azure with Visual Studio Cloud Explorer? -


i have azure website published, , want examine files. using vs2015's cloud explorer, have navigate find file:

myazureresourcegroup     app services         myazurewebsite             files                 file1                 file2                 .... 

this real pain in neck. once down "files" part, keep having hit "load more" if file doesn't appear.

so given above structure, , know there file named file2 there quick way of finding in cloud explorer and/or opening it?

you can use kudu navigate around azure web apps file structure. can download, edit there apart great deal more things. can go kudu 2 ways.

method 01

use azure portal , navigate azure web app , in development tools section click on advanced tools , on go link. @ screenshot below,

enter image description here

method 02

you can add scm middle of web app url , navigate kudu. example, if web site url

https://mywebsite.azurewebsites.net

you can change

https://mywebsite.scm.azurewebsites.net

and take kudu site. have login microsoft account authenticate.

after login in kudu website, in menu debug console , click on cmd link.

enter image description here

this give command prompt can navigate file structure either dos commands or clicking on file tree links. can edit files, download files, delete files here.

enter image description here


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -