0

Is it possible to edit azure website source files with notepad++?

i tried to open a link like this:

https://somazuresite.scm.azurewebsites.net/dev/wwwroot/index.aspx

I get a windows security message that says "connecting to azure" and prompting me for my user and password but it does not accept it . just keeps prompting.

Hell.Bent
  • 1,667
  • 9
  • 38
  • 73
  • You can edit a file on azure directly from Visual Studio, there is this method => https://stackoverflow.com/a/43963725/2736742 – A. Morel Mar 01 '18 at 10:10

1 Answers1

1

Is it possible to edit azure website source files with notepad++?

I used the NppFTP plugin for Notepad++ to connect with the ftp server of my azure web app.

enter image description here

Choose your file and modify it, then save your modification, then the modification would be automatically uploaded to your web app ftp server. For retrieving the ftp host name and your credential, you could follow this issue.

Moreover, you could just use the Azure App Service Editor to edit your web content. Details you could follow here.

Bruce Chen
  • 18,207
  • 2
  • 21
  • 35