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
Hi everyone, we are facing a strange issue with our Azure Data Factory (ADF) setup, and I'm hoping someone here might have encountered something similar or could offer some guidance.
We’re using Bicep and YAML to deploy our infrastructure. However, after re-running infra deployment pipeline, global parameters in ADF’s live mode are getting completely wiped out. What’s odd is that all other components, such as managed private endpoints, linked services, and pipelines, remain intact and unaffected, only the global parameters are lost. This forces us to re-run another ADF deployment pipeline to restore them every time we redeploy our infrastructure.
Has anyone experienced this issue before or have any insights on what might be causing it? Any help would be greatly appreciated!
Thanks in advance!
Note:
upon exporting ARM templates, I can see the global parameters
ADF is connected to git & in git mode, even after redeployment, we can see the global params. Issue is only in Live Mode
We've already tried out:
Re-creating ADF
Overwriting ADF
Deleting all the params & references & re-deploying
The text was updated successfully, but these errors were encountered:
Hi everyone, we are facing a strange issue with our Azure Data Factory (ADF) setup, and I'm hoping someone here might have encountered something similar or could offer some guidance.
We’re using Bicep and YAML to deploy our infrastructure. However, after re-running infra deployment pipeline, global parameters in ADF’s live mode are getting completely wiped out. What’s odd is that all other components, such as managed private endpoints, linked services, and pipelines, remain intact and unaffected, only the global parameters are lost. This forces us to re-run another ADF deployment pipeline to restore them every time we redeploy our infrastructure.
Has anyone experienced this issue before or have any insights on what might be causing it? Any help would be greatly appreciated!
Thanks in advance!
Note:
We've already tried out:
The text was updated successfully, but these errors were encountered: