You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/author-global-parameters.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.topic: conceptual
6
6
author: nabhishek
7
7
ms.author: abnarain
8
8
ms.date: 01/05/2024
9
-
ms.custom:
9
+
ai-usage: ai-assisted
10
10
---
11
11
12
12
# Global parameters in Azure Data Factory
@@ -38,14 +38,15 @@ Global parameters can be used in any [pipeline expression](control-flow-expressi
38
38
39
39
## <aname="cicd"></a> Global parameters in CI/CD
40
40
41
-
We recommend including global parameters in the ARM template during the CI/CD. The new mechanism of including global parameters in the ARM template (from 'Manage hub' -> 'ARM template' -> ‘Include global parameters in ARM template
42
-
') as illustrated below, will not conflict/ override the factory-level settings as it used to do earlier, hence not requiring additional PowerShell for global parameters deployment during CI/CD.
41
+
We recommend including global parameters in the ARM template during the CI/CD. The new mechanism of including global parameters in the ARM template (from 'Manage hub' -> 'ARM template' -> ‘Include global parameters in ARM template') as illustrated below, will not conflict/ override the factory-level settings as it used to do earlier, hence not requiring additional PowerShell for global parameters deployment during CI/CD.
43
42
44
43
:::image type="content" source="media/author-global-parameters/include-arm-template.png" alt-text="Screenshot of 'Include in ARM template'.":::
45
44
46
45
> [!NOTE]
47
46
> We have moved the UI experience for including global parameters from the 'Global parameters' section to the 'ARM template' section in the manage hub.
48
-
If you are already using the older mechanism (from 'Manage hub' -> 'Global parameters' -> 'Include in ARM template'), you can continue. We will continue to support it.
47
+
If you are already using the older mechanism (from 'Manage hub' -> 'Global parameters' -> 'Include in ARM template'), you can continue. We will continue to support it.
48
+
49
+
The **Parameters** folder in the downloaded ARM template contains JSON files that define the parameters used in the ARM template. Each file corresponds to a specific global parameter.
49
50
50
51
If you are using the older flow of integrating global parameters in your continuous integration and deployment solution, it will continue to work:
51
52
@@ -62,8 +63,6 @@ We strongly recommend using the new mechanism of including global parameters in
62
63
> [!WARNING]
63
64
>You cannot use ‘-‘ in the parameter name. You will receive an errorcode "{"code":"BadRequest","message":"ErrorCode=InvalidTemplate,ErrorMessage=The expression >'pipeline().globalParameters.myparam-dbtest-url' is not valid: .....}". But, you can use the ‘_’ in the parameter name.
64
65
65
-
66
-
67
66
## Related content
68
67
69
68
* Learn about Azure Data Factory's [continuous integration and deployment process](continuous-integration-delivery-improvements.md)
0 commit comments