Hi,
currently the repository contains the bicep templates AND the arm template.
Indeed the compile step is not part of the build pipeline and thus just the pre-compiled ARM template is executed:
|
csmFile: "$(System.DefaultWorkingDirectory)/infra/main.json" |
Shouldn't
az bicep build --file .\main.bicep
be added to first compile bicep to ARM and then deploy that ...
Thanks for the great repo!
Hi,
currently the repository contains the bicep templates AND the arm template.
Indeed the compile step is not part of the build pipeline and thus just the pre-compiled ARM template is executed:
data-management-zone/.ado/workflows/dataManagementZoneDeployment.yml
Line 60 in 571c618
Shouldn't
az bicep build --file .\main.bicepbe added to first compile bicep to ARM and then deploy that ...
Thanks for the great repo!