I am trying to edit my files using Kudu on my app service. All the tutorials I find have a menu item called "Debug console" and they navigate to the CMD and have access to a file manager.
My App Service Kudu looks like this -> Menu with no option of debug console I was expecting it to have a debug console menu item that allowed me to access the file manager from within kudu.
This is what the tutorials show -> Menu with debug console with dropdown of cmd I want to add/edit lines of code into files from my wwwroot area but I do not know how to do that without access to the kudu file manager.
Edit: I have two app service environments, one being ran on the standard tier and another being ran on premium and neither have this menu item in Kudu.
I was able to fix my issue of being unable to access the file manager from within Kudu by adding '/newui' to the url path. So, the final path that worked to find the information that I needed was just, 'nameofwebsite.scm.azurewebsites.net/newui'