Quantcast
Viewing all articles
Browse latest Browse all 5308

Remove all Jobs from an Azure Batch Account with Powershell



Login-AzureRmAccount

$context = Get-AzureRmBatchAccountKeys -AccountName render

Get-AzureBatchJob -BatchContext $context | select Id | Remove-AzureBatchJob -BatchContext $context -Confirm -Force

Get-AzureBatchJob -BatchContext $context | select Id


Viewing all articles
Browse latest Browse all 5308

Trending Articles