Questions
- Which logs highlight when the current flow of execution has stopped due to a failure? These should indicate a failure in the current activity, not an application-wide failure.
a. Warning
b. Error
c. Critical
d. Information
- What can be leveraged by applications and components running anywhere, on Azure, AWS, your own on-premises servers, a mobile platform, and so on, for logging?
a. Application Insights
b. Azure App Service
c. EventLog
d. Serilog
- What are the logging options available in Azure App Service?
a. Application Logging (Filesystem) and Application Logging (Blob)
b. Web server logging and Detailed error messages
c. Failed request tracing
d. All of the above
- Application Insights is an extensible APM service to do which of the following?
a. Monitor your live applications.
b. Automatically detect performance anomalies.
c. Include powerful analytics tools to help you diagnose issues.
d. All of the above.