diff --git a/FHIR/src/Microsoft.Health.Fhir.Anonymizer.Shared.AzureDataFactoryPipeline/scripts/ArmTemplate/arm_template.json b/FHIR/src/Microsoft.Health.Fhir.Anonymizer.Shared.AzureDataFactoryPipeline/scripts/ArmTemplate/arm_template.json index bc76d47c..8c0c8fbf 100644 --- a/FHIR/src/Microsoft.Health.Fhir.Anonymizer.Shared.AzureDataFactoryPipeline/scripts/ArmTemplate/arm_template.json +++ b/FHIR/src/Microsoft.Health.Fhir.Anonymizer.Shared.AzureDataFactoryPipeline/scripts/ArmTemplate/arm_template.json @@ -77,7 +77,7 @@ "type": "Microsoft.DataFactory/factories", "apiVersion": "2018-06-01", "name": "[parameters('factoryName')]", - "location": "WestUs", + "location": "[parameters('location')]", "tags": { "FHIRAnonymizer": "[parameters('solutionName')]" }, @@ -274,4 +274,4 @@ ] } ] -} \ No newline at end of file +}