0

In Azure Data Factory I have a Key Vault which is used by several other linked services. All of the linked services have been parameterized, except for the Azure Key vault URL within other linked services. See below:

enter image description here

When I save, ADF automatically enters the value for the URL, from the parameter found in the Key Vault linked service.

The team that are setting up our CI/CD pipeline are having an issue, that while the value is changing for the parameter in the Key Vault linked service. It is not changing in the linked services which are using Key Vault. (So for example, while Key Vault itself now has the URL for PROD, Azure SQL still has the Key Vault URL for DEV.)

Do I need to parameterized the Key Vault URL value within all linked services that use it, even though the value already exists in the Key Vault linked service? For me this seems like unnecessary repetition. I have tried to use a global parameter instead, but this doesn't seem to be allowed for linked services.

2
  • are you getting any error? what is your expected outcome here? Commented Feb 14 at 12:03
  • @RakeshGovindula, my IT team have said the default values in the linked services are posing a problem for them and that they are unable to replace them during CI/CD deployment. They update the values in the parameters to point to PRD resources, but values in the linked services and pipelines are still pointing to DEV. Commented Feb 18 at 13:41

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.