Hi Moyer, Todd,
Thank you for posting query in Microsoft Q&A Platform.
What process exactly you are using it here to decompile ARM json to Bicep?
When we perform edits in git connected data factory, then ADF automatically regenerated ARM templates in
adf_pblishfolder or in the folder which we configured.
You can consider running Azure CLI bicep decompile command to generate bicep from the json. Below is the command for same.az bicep decompile --file main.json
We can also use VS Code. In VS Code install Bicep extension and then open json in VS code and right click, choose option Decompile into Bicep.
Hope this helps. Please let me know if any further queries.
Please consider hitting Accept Answer button. Accepted answers help community as well. Thank you.