- Building Hybrid Clouds with Azure Stack
- Markus Klein Susan Roesner
- 217字
- 2021-07-02 19:35:59
AzS-ACS01
The ACS01 VM is hosting the Azure Stack storage provider service. It is responsible for one of the most important resource providers. As the underlying storage technology is Storage Spaces Direct, this VM manages it.
If a tenant creates a new resource, it adds the storage account to a resource group. The storage account then manages the different storage services types on the physical host, such as BLOB, page, table, SOFS, ReFS cluster shared volumes, virtual disks, and Storage Spaces Direct. In addition, the storage account is the point to set up security, too. It's possible to add temporary (token based) and long-term (key based) storage.
When it comes to the roles for storage management, Azure Stack provides the following three levels:
- Storage Tenant Administrator (consumer of storage services).
- Storage Developer (developer of cloud-storage-based apps).
- Storage Service Provider (provides storage services for tenants on a shared infrastructure and can be divided into two separate roles):
- Storage Fabric Administrator (responsible for fabric storage lifecycle)
- Storage Service Administrator (responsible for cloud storage lifecycle)
The Azure consistent storage can be managed with:
- REST APIs
- PowerShell commandlets
- A modern UI
- Other tools (scripts and third-party tools)
Storage always needs to be a part of the tenant offer. It's one of the necessary pillars to providing resources within the Azure Stack.
- The Complete Rust Programming Reference Guide
- 多媒體CAI課件設(shè)計(jì)與制作導(dǎo)論(第二版)
- Java Web開發(fā)學(xué)習(xí)手冊
- 數(shù)據(jù)庫程序員面試筆試真題與解析
- CockroachDB權(quán)威指南
- SpringMVC+MyBatis快速開發(fā)與項(xiàng)目實(shí)戰(zhàn)
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問題的Java實(shí)現(xiàn)
- Java開發(fā)入行真功夫
- Hands-On JavaScript High Performance
- Python機(jī)器學(xué)習(xí)經(jīng)典實(shí)例
- Web程序設(shè)計(jì)(第二版)
- 概率成形編碼調(diào)制技術(shù)理論及應(yīng)用
- Java程序設(shè)計(jì):原理與范例
- Mastering JavaScript Design Patterns(Second Edition)
- Mastering Xamarin.Forms(Second Edition)