Azure Runbook - 作业无法停止

标签 azure azure-automation azure-runbook

我有一个处于运行状态的 PowerShell Azure Runbook。

通过 Azure 门户按“停止”会导致错误消息:

"Job could not be stopped".

使用 PowerShell cmdlet Stop-AzureRMAutomationJob 会导致错误消息:

"InternalServerError: {"Message":"An error has occurred."}

来自documentation看起来该作业将在 3 小时后停止,但是还有其他方法可以停止 Runbook 作业或处理这样的情况吗?

最佳答案

此问题已提交 Microsoft 产品组修复,现在应该已修复。

关于Azure Runbook - 作业无法停止,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53001427/

相关文章:

azure - Get-AzRoleAssignment 在 Azure Runbook 中引发 Microsoft.Rest.Azure.CloudException

c# - 重试 Azure 表中的批量操作

azure - 如何清除Azure移动服务中的控制台日志?

azure - 为什么 Azure 事件中心 EventData 的 PartitionKey 字段为空?

Azure ARM - Microsoft.Resources/deploymentScripts

azure - 使用 Terraform 导入 Azure 自动化 Runbook

sql-server - 用于存储大型日志表的数据库

python - 在 python 中使用 azure REST api 将 Runbook 创建为草稿时,我遇到了错误...!

azure - 启动-AzVM : Cannot bind parameter 'DefaultProfile' when running an Azure runbook

来自另一个 RunBook 的 Azure 自动化 RunBook