Skip to content

Commit 02d0234

Browse files
authored
Merge pull request #847 from MicrosoftDocs/master
Sabin updates
2 parents 6cb596c + 33d8a02 commit 02d0234

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

powerapps-docs/administrator/data-integrator.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sabinn-msft
55
ms.service: powerapps
66
ms.topic: how-to
77
ms.component: cds
8-
ms.date: 09/19/2018
8+
ms.date: 10/15/2018
99
ms.author: sabinn
1010
search.audienceType:
1111
- admin
@@ -68,6 +68,9 @@ Before you can create a data integration project, you must provision a connectio
6868

6969
**To create a connection**
7070

71+
> [!NOTE]
72+
> Please make sure that the account you specify for each connection has access to entities for the corresponding applications. Additionally, the account for each connection can be in a different tenant.
73+
7174
1. Go to [PowerApps Admin center](https://admin.powerapps.com).
7275

7376
2. Under Data, select **Connections** and then select **New connection**.
@@ -164,8 +167,6 @@ Projects enable the flow of data between systems. A project contains mappings fo
164167

165168
### Execution history
166169

167-
<!--note from editor: Do you think most people reading this will know what "upsert" means?-->
168-
169170
Execution history shows the history of all project executions with project name, timestamp of when the project was executed, and status of execution along with the number of upserts and/or errors.
170171

171172
- Example of project execution history.
@@ -193,6 +194,12 @@ Execution history shows the history of all project executions with project name,
193194

194195
### How to set up a schedule-based refresh
195196

197+
> [!NOTE]
198+
> - Currently, we support scheduling 50 integration projects at any given time per paid tenant. However you can create more projects and run them interactively.
199+
For trial tenants, we have an additional limitation that a scheduled project would only run for first 50 executions.
200+
> - While we support scheduling projects to run every minute, please bear in mind that this may put a lot of stress on your apps and in turn impact overall performance. We highly encourage users to test project executions under true load conditions and optimize for performance with less frequent refreshes.
201+
In production environments, we do not recommend running more than 5 projects per minute per tenant.
202+
196203
We support two types of executions/writes today:
197204

198205
- Manual writes (execute and refresh project manually)

0 commit comments

Comments
 (0)