我正在尝试删除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在UI中时,删除选项将灰显。

如何删除工厂?
发布于 2019-04-16 11:03:18
注意到您的错误消息中的日志信息:1 Azure SSIS Integration Runtimes with status: Started:。
根据此document中列出的步骤和错误消息中的详细信息:

您需要先停止IRs,以便重新配置或删除它们。
https://stackoverflow.com/questions/55692012
复制相似问题