Skip to content

Commit a1a9e9e

Browse files
Modified "Can" to "Will" in overriding GIT
1 parent 223ce2b commit a1a9e9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/author-global-parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For most use cases, it is recommended to include global parameters in the ARM te
4747

4848
![Include in ARM template](media/author-global-parameters/include-arm-template.png)
4949

50-
Adding global parameters to the ARM template adds a factory-level setting that can override other factory-level settings such as a customer-managed key or git configuration in other environments. If you have these settings enabled in an elevated environment such as UAT or PROD, it's better to deploy global parameters via a PowerShell script in the steps highlighted below.
50+
Adding global parameters to the ARM template adds a factory-level setting that will override other factory-level settings such as a customer-managed key or git configuration in other environments. If you have these settings enabled in an elevated environment such as UAT or PROD, it's better to deploy global parameters via a PowerShell script in the steps highlighted below.
5151

5252
### Deploying using PowerShell
5353

@@ -103,4 +103,4 @@ Set-AzDataFactoryV2 -InputObject $dataFactory -Force
103103
## Next steps
104104

105105
* Learn about Azure Data Factory's [continuous integration and deployment process](continuous-integration-deployment.md)
106-
* Learn how to use the [control flow expression language](control-flow-expression-language-functions.md)
106+
* Learn how to use the [control flow expression language](control-flow-expression-language-functions.md)

0 commit comments

Comments
 (0)