Book Image

Robust Cloud Integration with Azure

By : Gyanendra Kumar Gautam, Ashish Bhambhani, Abhishek Kumar, James Corbould, Mahindra Morar, Martin Abbott
Book Image

Robust Cloud Integration with Azure

By: Gyanendra Kumar Gautam, Ashish Bhambhani, Abhishek Kumar, James Corbould, Mahindra Morar, Martin Abbott

Overview of this book

Any software developers, architects, and technical managers lookng to learn about Azure IaaS essentials need look no further. This book is ideal for Microsoft Enterprise developers, DevOps or any IT professionals looking to connect cloud-based and on-premises systems with Azure.
Table of Contents (23 chapters)
Robust Cloud Integration with Azure
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface

Service Bus tiers


Azure Service Bus is available in three tiers - Basic, Standard, and Premium. The Basic tier provides only very basic queuing, whereas the  Standard tier provides many more features such as topics, transactions, de-duplication, sessions and forwardTo/SendVia. The Premium tier is based on the existing Standard tier but with the added enhancements consisting of isolated CPU and memory resources. This isolation from other tenants provides scalability, greater predictability, performance, and a larger message payload.

Normally, you would use the Premium tier for systems that are latency sensitive; if you are receiving server busy errors from Azure, you need to scale your systems on a massive scale and you will send more than 3000 messages to a topic per second.

Pricing for the Premium tier is priced at a daily flat rate per the messaging unit purchased. There are no other charges included.

Note

A Messaging Unit is a set of dedicated resources exclusively reserved for the Premium...