Azure有像AWS的CloudFormation一样的IaC工具吗?

Jos*_*hen 8 azure amazon-web-services google-cloud-platform

我将 GCP 与 AWS 进行了比较,两者的 IaC 工具都是“Deploy Manager”和“CloudFormation”。蔚蓝呢?Azure有这样的工具吗(为了与两个最大的公共云提供商竞争)?

Jos*_*hen 12

AWS 具有 \xe2\x80\x9cAmazon Cloud Formation\xe2\x80\x9d,Azure 具有 \xe2\x80\x9cAzure Resource Manager\xe2\x80\x9d,对于 Google Cloud 具有 \xe2\x80\x9cDeployment Manager\xe2 \x80\x9d。它们都提供了一种使用声明性语言定义云基础设施资源的方法,例如,您可以将其放入 git 存储库中。

\n


4c7*_*b41 10

是的,您正在寻找 ARM 模板。https://learn.microsoft.com/en-us/azure/azure-resource-manager/resource-group-overview#template-deployment

它们允许声明性配置语法。