- Building Hybrid Clouds with Azure Stack
- Markus Klein Susan Roesner
- 131字
- 2021-07-02 19:36:01
Resource providers
The main concept of the Azure Stack extensibility feature is that a web service is called a resource provider. This concept makes the product itself quite easy to maintain and extend:
Regarding the logical design of Azure Stack shown in the preceding diagram, there are the following resource providers in the product today. The three main ones are as follows:
- Storage Resource Provider (SRP)
- Compute Resource Provider (CRP)
- Network Resource Provider (NRP)
We need to differentiate between them and the following additional resource providers:
- Fabric Resource Provider (FRP)
- Health Resource Provider (HRP)
- Update Resource Provider (URP)
Finally, we have the third-party resource providers. To make sure that each third-party resource provider acts as intended, there is a REST API and a certification for it with Azure Stack by Microsoft.
推薦閱讀
- 計算思維與算法入門
- 自制編譯器
- Redis Applied Design Patterns
- WebAssembly實戰(zhàn)
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- JavaScript語言精髓與編程實踐(第3版)
- React Native Cookbook
- 鋒利的SQL(第2版)
- Nginx Essentials
- Visual Basic程序設計實踐教程
- C# 8.0核心技術指南(原書第8版)
- Working with Odoo
- INSTANT Sinatra Starter
- Learning R for Geospatial Analysis
- Learning Modular Java Programming