wls-eng / arm-oraclelinux-wls

Microsoft Azure ARM Templates to create Oracle Linux VM with pre-installed Weblogic Server
Apache License 2.0
0 stars 7 forks source link

Leverage multi-line string in template feature to improve readability of ARM templates. #274

Open edburns opened 3 years ago

edburns commented 3 years ago

Context from AB#1094137

Support multi-line string in mainTemplate Track arm multi-line issue and enhance readability of mainTemplate with multi-line string. The issue submit to https://github.com/Azure/azure-cli/issues/12909

Long string in mainTemplate has poor readability. Multi-line string is supported from in latest az cli. Document: https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-syntax#multi-line-strings

Description

It is now possible to use multi-line strings in ARM templates. This can greatly improve readability. We encourage the templates be modified where extremely long lines are common.