what is the workflow for modifying ADF artifacts when the ARM template is in bicep?

Moyer, Todd 40 Reputation points
2024-04-30T21:11:51.77+00:00

I have an azure data factory that has artifacts kept in Azure DevOps (Git). I converted the deployment ARM from Json to Bicep. How will the Bicep deployment ARM be kept up to date when I make edits to the data factory in the browser-based editor?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,711 questions
0 comments No comments
{count} votes

Accepted answer
  1. ShaikMaheer-MSFT 38,126 Reputation points Microsoft Employee
    2024-05-01T08:46:54.46+00:00

    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_pblish folder 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.

    User's image

    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.


0 additional answers

Sort by: Most helpful