Skip to content

Commit cbce22a

Browse files
Merge pull request #227338 from jonburchel/2023-02-14-imports-public-pr-105200
2023 02 14 imports public pr 105200
2 parents b332a86 + fddd8e9 commit cbce22a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/continuous-integration-delivery-improvements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Follow these steps to get started:
158158
displayName: 'Install npm package'
159159

160160
# Validates all of the Data Factory resources in the repository. You'll get the same validation errors as when "Validate All" is selected.
161-
# Enter the appropriate subscription and name for the source factory.
161+
# Enter the appropriate subscription and name for the source factory. Either of the "Validate" or "Validate and Generate ARM temmplate" options are required to perform validation. Running both is unnecessary.
162162

163163
- task: Npm@1
164164
inputs:
@@ -195,7 +195,7 @@ Follow these steps to get started:
195195
5. Save and run. If you used the YAML, it gets triggered every time the main branch is updated.
196196
197197
> [!NOTE]
198-
> The generated artifacts already contain pre and post deployment scripts for the triggers so it isn't necessary to add these manually.
198+
> The generated artifacts already contain pre and post deployment scripts for the triggers so it isn't necessary to add these manually. However, when deploying one would still need to reference the [documentation on stopping and starting triggers](continuous-integration-delivery-sample-script.md#script-execution-and-parameters) to execute the provided script.
199199
200200
## Next steps
201201

0 commit comments

Comments
 (0)