You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
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
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
The text was updated successfully, but these errors were encountered: