Azure Web Apps have some unique tools that are specific to this service: DEVELOPMENT TOOLS, MOBILE, and API.
DEVELOPMENT TOOLS start with the Clone app option, which allows us to create a new instance of the Web App that will be an identical replica of the existing app. However, this option is limited only to the Premium tier, and if you are using any other tier, this option will not be available unless you upgrade. Console gives you web access to the console, where you can browse files and perform actions on the command line.
Advanced Tools opens an additional window that contains a few different options, like debug console, process explorer, resource explorer, and different information for debugging and deployment. We ...