WASdev / azure.liberty.aks

Apache License 2.0
2 stars 8 forks source link

Rewrite the ARM template using Bicep #43

Closed majguo closed 2 years ago

majguo commented 2 years ago

Azure Bicep provides concise syntax, reliable type safety, and support for code reuse. Bicep offers a first-class authoring experience for your infrastructure-as-code solutions in Azure.

The issue is to request re-writing the ARM template (json format based) using Bicep, for better maintenance and extensibility.