Skip to content

Commit

Permalink
Deploy the DataFactory to the same configured location as the rest of…
Browse files Browse the repository at this point in the history
… the resources, instead of always in WestUs. (#161)
  • Loading branch information
theGOTOguy committed Apr 22, 2022
1 parent 82bae0b commit 57542d1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -77,7 +77,7 @@
"type": "Microsoft.DataFactory/factories",
"apiVersion": "2018-06-01",
"name": "[parameters('factoryName')]",
"location": "WestUs",
"location": "[parameters('location')]",
"tags": {
"FHIRAnonymizer": "[parameters('solutionName')]"
},
Expand Down Expand Up @@ -274,4 +274,4 @@
]
}
]
}
}

0 comments on commit 57542d1

Please sign in to comment.