weixian-zhang/Azure-Workbench

Python-Jinja2 Bicep Template Generator

weixian-zhang opened this issue · 0 comments

Replace current .Net RazorEngine with Python Jinja2. This module will be further architecturally refactored into a separate App hosted in a dedicated compute resource for scalability reason.
Current RazorEngine creates temp files and requires constant housekeeping of temp files, for some reason occasionally causing Bicep gen to fail when temp files fully consume disk space.