build(main.bicep): fix: 'containerapps' 'cpu' expects 'int | null'
Bicep doesn't support float; need to wrap 0.5 inside of json function. https://github.com/Azure/bicep/issues/5993#issuecomment-1043170716 https://github.com/Azure/bicep/issues/1386
Relates to #10, #11, and #12.
Thanks @GeekTrainer for updating the status.
Question: Without merging this bug fix, does this mean the bug is already fixed on the Azure side?
P.S. I may be answering my own question. It seems that the bug hasn't been fixed on the Azure side.
After skimming https://github.com/github-samples/pets-workshop/pull/87 in which main.bicep is deleted, I think this is closed in favor of a shorter workshop without the usage of Bicep at all.