Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Question about armTemplateParametersFile #21

Open
mpalmahsf opened this issue May 1, 2023 · 0 comments
Open

Question about armTemplateParametersFile #21

mpalmahsf opened this issue May 1, 2023 · 0 comments

Comments

@mpalmahsf
Copy link

We just started building out multiple adf environments and would like to set values for our linked service parameters based on the environment. Based on what I've read it looks like the providing a parameters file is the way to go. How do I specify my own armTemplateParametersFile?

I've tried ${{github.workspace}}/arm-template-params-dev.json but I'm getting an error:
ERROR: Unable to parse parameter: /home/runner/work/HSF_Data_Factory/HSF_Data_Factory/arm-template-params-dev.json

The file is copied to the root folder of the repo. I've also tried specifying the file without any path

name: Deploy resources
uses: Azure/[email protected]
with:
resourceGroupName: ${{ env.GROUP }}
dataFactoryName: ${{ env.DATA_FACTORY }}
armTemplateParametersFile: arm-template-params-dev.json

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant