- Azure for Architects
- Ritesh Modi
- 151字
- 2021-07-08 09:33:30
Resource providers
These are services responsible for providing resource types through Azure Resource Manager. The top-level concept in the ARM is resource providers. These providers are containers for resource types. Resource types are grouped into resource providers. They are responsible for deploying and managing the resources. For example, a virtual machine resource type is provided by a resource provider called Microsoft.Compute Namespace. The REST API operations are versioned to distinguish between them. The version naming is based on the dates on which they are released by Microsoft. It is necessary that a related resource provider is available to a subscription to deploy a resource. Not all resource providers are available to a subscription out of the box. If a resource is not available in the subscription, one must check if the required resource provider is available in each region. If that is available, the user can explicitly register in the subscription.
- 新編Visual Basic程序設計上機實驗教程
- Spring Cloud Alibaba核心技術與實戰案例
- Django+Vue.js商城項目實戰
- Python for Secret Agents:Volume II
- Android Studio Essentials
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Unity 5.x By Example
- Java語言程序設計教程
- OpenCV with Python Blueprints
- 監控的藝術:云原生時代的監控框架
- ASP.NET Web API Security Essentials
- INSTANT Apache ServiceMix How-to
- PyTorch生成對抗網絡編程
- Unity AI Game Programming(Second Edition)
- JSP項目開發情境教程