Skip to content

Commit c4e70ef

Browse files
authored
Merge pull request #123717 from JFolberth/patch-24
Update frequently-asked-questions.yml
2 parents 155a677 + 2e9f1db commit c4e70ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/data-factory/frequently-asked-questions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ sections:
198198
- question: |
199199
Technical deep dive
200200
answer: |
201+
### How many instances of Azure Data Factory should I have?
202+
203+
The answer to this question depends on the security model that your organization has adopted. Each instance of Data Factory should be scoped with Least Privileged access in mind. This could be a situation where one instance of Data Factory supports all HR workloads and another supports all Finance data. Each instance of Data Factory has access to different Linked Services, and each instance could be supported by different development teams. There is no additional cost because you're billed by compute increments, so the same 100 pipelines in 1 instance of Data Factory would cost the same as 10 pipelines across 10 instances of Data Factory.
204+
201205
### How can I schedule a pipeline?
202206
203207
You can use the scheduler trigger or time window trigger to schedule a pipeline. The trigger uses a wall-clock calendar schedule, which can schedule pipelines periodically or in calendar-based recurrent patterns (for example, on Mondays at 6:00 PM and Thursdays at 9:00 PM). For more information, see [Pipeline execution and triggers](concepts-pipeline-execution-triggers.md).

0 commit comments

Comments
 (0)