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. Subscription name along with /$DeadLetterQueue.

  2. The code needs to use the Service Bus namespace security credentials, which puts the whole namespace at risk if the credentials are compromised.

  3. Allows the Service Bus broker to scale up.

  4. Prevents messages without a matching subscription filter being sent.

  5. Under the topic CONNECTION INFORMATION in the TOPICS tab of the Service Bus workspace.

  6. appSettings.

  7. TopicClient.

  8. If true, it tells us that an exception was caused by a transient fault and should be retried.

  9. NoMatchingSubscriptionException.

  10. PeekLock.

  11. Brokered message.

  12. 12.

  13. NA.

  14. NA.