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. What are the two types of cloud services?

  2. What is the difference between a website and a web role?

  3. What is the base class of a worker role?

  4. Name the three worker role life cycle methods.

  5. What happens if the Run method is not blocked?

  6. How can we find the status of the storage emulator?

  7. What method must we call on a BrokeredMessage object to delete it from a subscription when we use PeekLock ReceiveMode?

  8. When we use async tasks in a worker role, why do we need to implement Task.Wait or Task.WaitAll in the Run method?

  9. Which NuGet package do we need to interact with a storage queue and what command do we use to install it?

  10. How do we remove a storage queue message when we're finished with it?

  11. What extra steps do we need to take to run multiple role instances locally?

  12. When is it a good idea to delete a cloud service and why must we only delete the instances?