我正在尝试删除Azure数据工厂
There was an error while deleting the data factory. Please stop all SSIS Integration Runtimes, remove all Azure VNet Integration Runtimes and remove all Self-Hosted Integration Runtimes sharing before deleting your Data Factory.
0 Azure VNet Integration Runtimes: .
0 Shared Self-hosted Integration Runtimes: .
1 Azure SSIS Integration Runtimes with status: Started: integrationRuntime1 ; . DeleteFactoryBlockedByIR
在用户界面中,删除选项显示为灰色。
如何删除工厂?
答案 0 :(得分:1)
在错误消息中插入了日志信息:1 Azure SSIS Integration Runtimes with status: Started:
。
基于此document中列出的步骤以及错误消息中的详细信息:
您需要先停止IR,以便重新配置或删除它们。