如何将现有的 ARM 模板(超过 4mb 大小标准)划分为链接的 ARM 模板。有没有 tool/scripts 呢?
How can I divide existing ARM template (which is exceeding 4mb size standard) to Linked ARM Templates. Is there any tool/scripts for that?
Microsoft Azure 对通过 DevOps 部署的 ARM 模板有大小限制CI/CD,对于直接部署,ARM 模板的大小不能超过 4mb。
他们提供了创建链接模板并通过参考部署的解决方案。
Please Check the documentation here
那么,有没有什么tool/scripts可以手动将ARM模板划分为Linked ARM Template维护所有的依赖关系?
目前,我们没有这个tool/scripts来帮助将ARM模板划分为维护所有依赖项的Linked ARM Template。我们建议您可以在此处创建反馈票:https://github.com/Azure/azure-resource-manager-schemas/issues and https://feedback.azure.com/forums/281804-azure-resource-manager
Microsoft Azure 对通过 DevOps 部署的 ARM 模板有大小限制CI/CD,对于直接部署,ARM 模板的大小不能超过 4mb。
他们提供了创建链接模板并通过参考部署的解决方案。
Please Check the documentation here
那么,有没有什么tool/scripts可以手动将ARM模板划分为Linked ARM Template维护所有的依赖关系?
目前,我们没有这个tool/scripts来帮助将ARM模板划分为维护所有依赖项的Linked ARM Template。我们建议您可以在此处创建反馈票:https://github.com/Azure/azure-resource-manager-schemas/issues and https://feedback.azure.com/forums/281804-azure-resource-manager