Skip to content

Commit 70fc6d5

Browse files
authored
Merge pull request #103861 from kromerm/dataflow-1
quick FAQ update for data flows
2 parents 8f6fd6b + 993b4fa commit 70fc6d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: daperlov
88
ms.service: data-factory
99
ms.workload: data-services
1010
ms.topic: conceptual
11-
ms.date: 06/27/2018
11+
ms.date: 02/10/2020
1212
---
1313

1414
# Azure Data Factory FAQ
@@ -190,6 +190,9 @@ Use the Copy activity to stage data from any of the other connectors, and then e
190190

191191
Self-hosted IR is an ADF pipeline construct that you can use with the Copy Activity to acquire or move data to and from on-prem or VM-based data sources and sinks. Stage the data first with a Copy, then Data Flow for transformation, and then a subsequent copy if you need to move that transformed data back to the on-prem store.
192192

193+
### Does the data flow compute engine serve multiple tenants?
194+
Clusters are never shared. We guarantee isolation for each job run in production runs. In case of debug scenario one person gets one cluster, and all debugs will go to that cluster which are initiated by that user.
195+
193196
## Wrangling data flows
194197

195198
### What are the supported regions for wrangling data flow?

0 commit comments

Comments
 (0)