Azure DataFactory 自托管集成运行时现在显示在门户中

问题描述

我使用 powershell 创建了一个自托管的集成运行时:

Set-AzDataFactoryV2IntegrationRuntime -ResourceGroupName $resourceGroupName -DataFactoryName $dataFactoryName -Name $selfHostedIntegrationRuntimeName -Type SelfHosted -Description "selfhosted IR description"

但是当我查看 Azure Datafactory 门户并选择集成运行时时,我看不到它。当我创建通过。门户它对我可见。 我可以在 Powershell 中检查它的状态,它存在于那里。

 Get-AzDataFactoryV2IntegrationRuntime -ResourceGroupName $resourceGroupName -DataFactoryName $dataFactoryName -Name $selfHostedIntegrationRuntimeName -Status

我什至能够注册它,我看到它的状态是在线,但门户中没有显示任何内容

有什么原因没有显示吗?

解决方法

我找到了解决方案。 在 Portal 中,它默认从 master 分支显示。 我需要切换到实时模式才能查看所有集成。