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

Questions


  1. In terms of logging configuration, why is it important to be careful when swopping a staging table to live?

  2. What type of logging is available to application logging and server diagnostics?

  3. What information does the APPLICATION LOGGING (FILE SYSTEM) file-naming convention give us?

  4. How do we filter streaming logs in Visual Studio?

  5. Which .NET object helps us write trace information in our website?

  6. What is a sensible normal logging level for an application and why?

  7. What method can we use to trace a formatted message at the Information level?

  8. In the controller example, why are we catching and rethrowing the exception?

  9. How long is application logging to a file enabled for?

  10. What types of application logging storage are not configurable through Visual Studio?

  11. What type of filter query do we use with table storage?

  12. What information do site diagnostics DETAILED ERROR MESSAGES give us?

  13. What is the URL for a website's Kudu service?

  14. Does Visual Studio Express support remote debugging?

  15. Why must we publish...