-
Book Overview & Buying
-
Table Of Contents
Microsoft Azure Storage Essentials
By :
Microsoft Azure Storage Essentials
By:
Overview of this book
With the many advantages of using cloud computing, Azure Storage is a robust platform that helps you shift faster to the cloud by providing scalable, durable and highly available data storage options. For developers, it provides a rapid development environment that supports building large-scale applications to support new scenarios on the cloud, server, mobile and web. For IT professionals, it reduces complexity of managing, protecting and replicating data.
This book will make you familiar with the Azure storage in terms of architecture and components. It starts with the basics of storage accounts, which give access to the four basic services the Blob, Table, Queue, and File storage services. These services are exposed through a REST API that makes it possible for client libraries to implement most of their functionality in a wide range of popular programming languages. Emphasizing the Windows Azure Client Library for .NET, we will deal with storing and retrieving unstructured data with Blobs, then will move to Tables to insert and update entities in a structured NoSQL fashion. Then we will discover Queues as a reliable messaging service, and after that we will show File storage that allows you to migrate legacy applications data to the cloud to end with transient fault handling and service monitoring.
Table of Contents (10 chapters)
Preface
1. An Introduction to Microsoft Azure Storage Services
2. Developing Against Storage
3. Working with Blobs
4. Working with Tables
5. Designing Scalable and Performant Tables
6. Working with Queues
7. Working with the Azure File Service
8. Transient Fault Handling and Analytics
Index