- 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.
- C語言程序設計教程
- Visual Basic .NET程序設計(第3版)
- Offer來了:Java面試核心知識點精講(原理篇)
- C語言程序設計
- Bootstrap Essentials
- Oracle Database 12c Security Cookbook
- Python機器學習實戰
- Hands-On Natural Language Processing with Python
- Python編程:從入門到實踐
- Python算法從菜鳥到達人
- Mastering JavaScript Design Patterns(Second Edition)
- Mastering Xamarin.Forms(Second Edition)
- Unity 2017 Mobile Game Development
- Android項目實戰:手機安全衛士開發案例解析
- Mastering React