如何强制停止该操作? 解决方案 您使用vnet吗?在具有vnet的资源组上是否有任何资源锁定?我可以知道您的IR名称和数据工厂名称,以便检查出什么问题吗?或者您可以打开支持请求,我们将处理支持请求.顺便说一句,我们将提供一项新功能,可让您重试停止. I have an Azure SSIS Integration Runtime that has been stuck in "Stopping" status for about 5 days. I tried to run the Powershell command to stop it, and received this error in the log:Stop-AzureRmDataFactoryV2IntegrationRuntime -DataFactoryName $DataFactoryName -Name $AzureSSISName -ResourceGroupName $ResourceGroupName -Force+ FullyQualifiedErrorId : Microsoft.Azure.Commands.DataFactoryV2.StopAzureDataFactoryIntegrationRuntimeCommand#####{[AzureChinaCloud, AzureChinaCloud], [AzureCloud, AzureCloud], [AzureGermanCloud, AzureGermanCloud], [AzureUSGovernme...##### Stopping #####Stop-AzureRmDataFactoryV2IntegrationRuntime : HTTP Status Code: ConflictError Code: IntegrationRuntimeCannotStopError Message: Integration Runtime can only be stopped when it is in 'Started' state. Current state: 'Stopping'.Request Id: de563c30-be4f-44fb-9e5a-3662722c8012Timestamp (Utc):11/05/2018 15:37:53At line:48 char:5+ Stop-AzureRmDataFactoryV2IntegrationRuntime -DataFactoryName $Dat ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : CloseError: (:) [Stop-AzureRmDat...egrationRuntime], ErrorResponseException + FullyQualifiedErrorId : Microsoft.Azure.Commands.DataFactoryV2.StopAzureDataFactoryIntegrationRuntimeCommand##### Completed #####How can I force this to stop? 解决方案 Do you use vnet? Do you have any resource lock on the resource group which has vnet? Can I know your IR name and Data factory name, so I can check what was wrong? Or you can open a support request and we will handle the support request.BTW, we will have a new feature which allow you to retry stop. 这篇关于如何终止处于“停止"状态的Azure SSIS集成运行时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!