Here the options are as follows:
- Application settings: The place where we can define and overwrite application settings and connection strings. We will see this in action in the next chapter, when we build our movie booking web app. This is also the place where we will enable WebSockets for our SignalR-based applications and convert the application to always-on; otherwise, the web application gets unloaded if it remains idle. Remote debugging is also enabled and disabled from this blade.
- Authentication / Authorization: To enable/disable authentication.
- Backups: Configures backups to create restorable archive copies of web app content, configurations, and databases.
- Custom domains: This is the place to configure and manage custom ...