Book Image

Learning Microsoft Azure

By : Geoff Webber Cross, Geoff Webber-Cross
Book Image

Learning Microsoft Azure

By: Geoff Webber Cross, Geoff Webber-Cross

Overview of this book

Table of Contents (19 chapters)
Learning Microsoft Azure
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Answers


  1. Configuration settings are swopped with the website, so logging settings will be swopped.

  2. File logging.

  3. Log Files/application/[Instance Id]-[PID]-[EventTickCount].txt - Instance Id, Process ID.

  4. Open the filter options using the double-chevron button on the right-hand side of the streaming log output toolbar and enter a filter string.

  5. System.Diagnostics.Trace.

  6. Error: This will allow us to catch or log any errors but minimize storage with additional information.

  7. TraceInformation (string, object[]).

  8. This is because the controller doesn't swallow the exception and allows the error to be handled globally by the default FilterConfig.

  9. 12 hours.

  10. Table and blob storage.

  11. WCF Data Service filters.

  12. Extra information about error response codes 400 or greater.

  13. https://mysite.scm.azurewebsites.net.

  14. No.

  15. This is because the Release configuration is optimized and cannot be remote debugged.

  16. 48 hours.

  17. NA.

  18. NA.