Azure - Azure Storage Account (Blob storage)

Card Puncher Data Processing

About

An Azure Storage account is one type of Azure storage.

It's also known as the blob storage because it's a general purpose object store that stores blob file. For analytics purpose, Azure provides the data lake store.

It's a edge storage solution.

Concept

Storage account has containers, which in turn has data in the form of blobs.

Thi is an Hadoop File System.

Object store with flat namespace. There is no notion of tree. A tree functionality can can emulated in the name by choosing a separator. Ex of file name with emulated directory tree: /hello/nico.

Azure Storage Structure

Use case

Any type of text or binary data, such as application back end, backup data, media storage for streaming and general purpose data

API

REST API over HTTP/HTTPS: Azure Blob Storage Rest API

Documentation / Reference





Discover More
Card Puncher Data Processing
Azure - Blob (files of any format)

This page is Blob in Azure. They are stored in their azure storage file system. The storage service offers three types of blobs: block blobs, append blobs, and page blobs. You specify...
Azure Cluster
Azure - Cluster (HdInsight Cluster)

Cluster of computer. !!! duplicate of !!! Template reference Each cluster has: an Azure Storage account ...
Storage Account Access Key
Azure - Storage Account (SA)

Storage is access through what the call a Storage account. The storage account is much more to split the functionalities. Azure has two type of storage account: Azure Storage (Blob) Data Lake Store...
Card Puncher Data Processing
Hive - External Table

external table are external because the data is stored outside the data warehouse. Use external tables when: The data is also used outside of Hive. For example, the data files are updated by another...
Undraw File Manager Re Ms29
What is an Object Storage File System? (known also as edge storage)

Object storage (or object edge storage) is: a file system for blob file (binary object) (ie object) that are distributed/replicated at several CDN location (at the edge) In addition to the path,...



Share this page:
Follow us:
Task Runner