码迷,mamicode.com
首页 > 其他好文 > 详细

Overview of Azure Storage

时间:2019-01-01 21:17:46      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:sas   control   prim   pairs   log   rand   int   zed   nal   

Azure Storage types

Blob storage. Containers for data blobs. The three types of blobs are:

    1. Page blobs: Optimized for random access, 512-byte pages, Azure virtual machine disk files
    2. Block blobs: Optimized for sequential large access, variable-sized blocks, ideal for media and backups
    3. Append blobs: Optimized for append operations only, Ideal for logging

Table storage. Store for non-relational key/value entities(pairs) in rows, single clustered index

Queue storage. Temporary store for asynchronous exchange of messages(inter-application)

File storage. File sharing store through SMB 3.x and SMB 2.1

 

Controlling access to storage

Storage account access keys:

Primary and secondary
Automatically generated but can be recycled
Provide full access to a storage account

shared access signatures(SAS):

Granular (container or resource level)
Time-limited

Stored access policy:

Granular (container level)
Time-limited
You can easily revoke policy-linked SAS

Role-based access control:

Default roles
Custom roles

Specify an access level(blob storage only):

Private
Public Blob
Public Container

Overview of Azure Storage

标签:sas   control   prim   pairs   log   rand   int   zed   nal   

原文地址:https://www.cnblogs.com/makesense/p/10205795.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!