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 ...

Get Learning Microsoft Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.