Azure / Azure-DataFactory

Other
485 stars 591 forks source link

@microsoft/azure-data-factory-utilities - Unable to set ManagedNetworkIntegrationRuntime location dynamically #696

Open jfair9 opened 1 month ago

jfair9 commented 1 month ago

We have been successfully using @microsoft/azure-data-factory-utilities in our CI/CD pipeline to produce the ARM template as described here until a recent need to target a new Azure Location during ADF promotion.

Our workflow consists of using azure-data-factory-utilities to export templates in Dev and promoting them to our QA and Prod environments. We have been able to leverage the default template parameters for all environment specific updates with the exception of the "ManagedNetworkIntegrationRuntime" location.

We have not found a way to set the location dynamically. What is the recommended way to set the location of the ManagedNetworkIntegrationRuntime?

Image