Skip to content

Commit 5179d94

Browse files
Merge pull request #221602 from lrtoyou1223/shirbranch20
Fix some SHIR related issues
2 parents 75b1a73 + 80c0aa3 commit 5179d94

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

articles/data-factory/create-self-hosted-integration-runtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ Here are details of the application's actions and arguments:
194194
|`-t`,<br/>`-Stop`||Stop the self-hosted integration runtime host service.|
195195
|`-sus`,<br/>`-StartUpgradeService`||Start the self-hosted integration runtime upgrade service.|
196196
|`-tus`,<br/>`-StopUpgradeService`||Stop the self-hosted integration runtime upgrade service.|
197-
|`-tonau`,<br/>`-TurnOnAutoUpdate`||Turn on the self-hosted integration runtime auto-update.|
198-
|`-toffau`,<br/>`-TurnOffAutoUpdate`||Turn off the self-hosted integration runtime auto-update.|
197+
|`-tonau`,<br/>`-TurnOnAutoUpdate`||Turn on the self-hosted integration runtime auto-update. This command is for Azure Data Factory V1 only.|
198+
|`-toffau`,<br/>`-TurnOffAutoUpdate`||Turn off the self-hosted integration runtime auto-update. This command is for Azure Data Factory V1 only.|
199199
|`-ssa`,<br/>`-SwitchServiceAccount`|"`<domain\user>`" ["`<password>`"]|Set DIAHostService to run as a new account. Use the empty password "" for system accounts and virtual accounts.|
200200
|`-elma`,<br/>`-EnableLocalMachineAccess`|| Enable local machine access (localhost, private IP) on the current self-hosted IR node. In self-hosted IR High Availability scenario, the action needs to be invoked on every self-hosted IR node.|
201201
|`-dlma`,<br/>`-DisableLocalMachineAccess`|| Disable local machine access (localhost, private IP) on the current self-hosted IR node. In self-hosted IR High Availability scenario, the action needs to be invoked on every self-hosted IR node.|

articles/data-factory/how-to-run-self-hosted-integration-runtime-in-windows-container.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Currently we don't support the below features when running the Self-Hosted Integ
7373
- Daemon service
7474
- Auto-update
7575

76+
There is a known issue when hosting an Azure Data Factory self-hosted integration runtime in Azure App Service. Azure App Service creates a new container instead of reusing existing container after restarting. This may cause self-hosted integration runtime node leak problem.
77+
7678
### Next steps
7779

7880
- Review [integration runtime concepts in Azure Data Factory](./concepts-integration-runtime.md).

includes/azure-data-factory-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Azure Data Factory is a multitenant service that has the following default limit
2525
| Concurrent Data Integration Units<sup>1</sup> consumption per subscription per [Azure Integration Runtime region](../articles/data-factory/concepts-integration-runtime.md#integration-runtime-location)| Region group 1<sup>2</sup>: 6,000<br>Region group 2<sup>2</sup>: 3,000<br>Region group 3<sup>2</sup>: 1,500 | Region group 1<sup>2</sup>: 6,000<br/>Region group 2<sup>2</sup>: 3,000<br/>Region group 3<sup>2</sup>: 1,500 |
2626
| Concurrent Data Integration Units<sup>1</sup> consumption per subscription per [Azure Integration Runtime region](../articles/data-factory/concepts-integration-runtime.md#integration-runtime-location) in managed virtual network| 2,400 | [Contact support](https://azure.microsoft.com/blog/2014/06/04/azure-limits-quotas-increase-requests/). |
2727
| Maximum activities per pipeline, which includes inner activities for containers | 40 | 40 |
28-
| Maximum number of linked integration runtimes that can be created against a single self-hosted integration runtime | 100 | [Contact support](https://azure.microsoft.com/blog/2014/06/04/azure-limits-quotas-increase-requests/). |
28+
| Maximum number of linked integration runtimes that can be created against a single self-hosted integration runtime | 100 | 100 |
2929
| Maximum number of node that can be created against a single self-hosted integration runtime | 4 | [Contact support](https://azure.microsoft.com/blog/2014/06/04/azure-limits-quotas-increase-requests/) |
3030
| Maximum parameters per pipeline | 50 | 50 |
3131
| ForEach items | 100,000 | 100,000 |

0 commit comments

Comments
 (0)