Book Image

HDInsight Essentials - Second Edition

By : Rajesh Nadipalli
Book Image

HDInsight Essentials - Second Edition

By: Rajesh Nadipalli

Overview of this book

Table of Contents (16 chapters)
HDInsight Essentials Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Azure storage management


Windows Azure storage is a cloud storage solution that abstracts physical storage and allows end users to build scalable applications. The Windows HDInsight service leverages Azure Blob storage but still provides all the HDFS command line and other programming interfaces.

Azure storage has the following characteristics:

  • Cost effective, as you only have to pay for what you use

  • Scalable and flexible, as you can scale up or down your application based on your business needs

  • Replicated based on your requirements either locally or geo-replicated at another distant data center

  • Highly available, as multiple replicas provide fault tolerance

  • Accessible via REST API

Let's take a look at how to manage and monitor your Azure storage.

Configuring your storage account

To configure your storage account, first go to the Azure management portal and then click on the STORAGE icon from the left-hand menu and next, click on the storage hdindstorage, as shown in the following screenshot:

You will...