Hi OlgaMolocenco / @,
can someone briefly share the way to get these parameters:
I have the first 2 but the next 3 is what I am looking for.. ARM template.json
- name: data-factory-deploy
uses: Azure/data-factory-deploy-action@v1.2.0
with:
resourceGroupName: # (6) your target ADF resource group name
dataFactoryName: # (7) your target ADF name
armTemplateFile: # (8) ARM template file name ARMTemplateForFactory.json
armTemplateParametersFile: # (9) ARM template parameters file name ARMTemplateParametersForFactory.json
additionalParameters: # (10) Parameters which will be replaced in the ARM template. Expected format 'key1=value key2=value keyN=value'. At the minimum here you should provide the target ADF name parameter. Check the ARMTemplateParametersForFactory.json file for all the parameters that are expected in your scenario