3 Azure Storage Blob service

 

This chapter covers:

  • Creating a storage service
  • Setting up an Azure Storage Blob service
  • Configuring file access in a Blob service

In the previous chapter you explored a set of services provided by Microsoft Azure: Event Hubs, Stream Analytics, Data Lake, Data Lake Analytics, and SQL Database. You saw at a high level how these services can work together to create an analytics system.

This chapter begins showing you how to design and set up these services to lay the foundation of an analytics system. You’ll learn how to implement a storage system that is secure and scalable. The storage system will be a part of the system you build in Azure.

the output of the Serving Layer (Figure 1.2).

Figure 3.1. Lambda architecture with Azure PaaS services
Lambda Architecture

3.1  Cloud storage services

Azure Storage is Microsoft’s first cloud storage service. Azure Storage provides multiple specialized types, of essentially key/value stores: queues, blobs, tables, file shares. Key/value pairs store data in a flat hierarchy. The key is used for lookup, and the value stores simple or complex data. Blob storage and file shares just have a particularly large value, and a key that looks like a file path. Tables are standard key/value stores. Queues store ID and text fields. Azure Storage also provides backing for virtual machine (VM) disks in Azure VMs.

3.1.1  Before you begin

 
 

3.2  Creating an Azure Storage account

 
 
 

3.2.1  Using Azure Portal

 
 
 

3.2.2  Using Azure PowerShell

 
 
 

3.2.3  Azure Storage replication

 
 

3.3  Storage account services

 
 
 
 

3.3.1  Blob storage

 

3.3.2  Creating a Blob service container

 
 

3.3.3  Blob tiering

 
 
 
 

3.3.4  Copy tools

 
 
 
 

3.3.5  Queues

 
 
 
 

3.3.6  Creating a Queue

 

3.3.7   Storage queue options

 
 

3.4  Storage account access

 
 
 

3.4.1  Blob container security

 

3.4.2  Designing Storage account access

 
 

3.5  Exercises

 
sitemap

Unable to load book!

The book could not be loaded.

(try again in a couple of minutes)

manning.com homepage
test yourself with a liveTest