I have Web Activity in Azure Data Factory pipeline for Dev Environment.
It has URL, which has currently typed directly in ADF UI. This URL is different in each Dev, Test and Prod environment. URL are stored in Key Vault secret.
I have DevOps Pipeline, where ARM Template are deployed to Test and Prod.
- How to make URL as parameter in Azure Data Factory? I already created WebUI parameter in pipeline, but don't know modify parameter file.
- How to fetch URL from Key vault and set as parameter in Azure DevOps?