@Shady Ashraf ,
Folder location on App Service: D:\home\site\wwwroot\bin\apache-tomcat-8.0.33 (example)
- Navigate to the KUDU console for your existing web app (https://<sitename>.scm.azurewebsites.net/debugconsole)
- Go to the “site” directory and then “wwwroot”.
In the wwwroot directory, press the “+” button and select “New Folder” and name the folder “bin”. - Go to the bin directory. Click and drag the Apache Tomcat zip file that you want. This will upload and extract the zip file. The Tomcat directory will now be shown.
- Go back to the “wwwroot” directory and press the “+” button again to add a new file> Name the file “web.config”.
- Press the edit button next to the web.config file and add the content you highlighted (with the specific version) and press save.
d:\home\site\wwwroot\bin\apache-tomcat--8.0.33 - Go to the bin\apache-tomcat-8.0.33\conf directory and edit the server.xml file.
7.Add the ‘settings’ and press save.