Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lawrencegripper/9876ca03e82d4af26a0017a0ab45346e to your computer and use it in GitHub Desktop.
Save lawrencegripper/9876ca03e82d4af26a0017a0ab45346e to your computer and use it in GitHub Desktop.
Login-AzureRmAccount
Save-AzureRmProfile "$PSScriptRoot\.lgazureprofile"
Get-AzureRmResourceGroupDeployment -ResourceGroupName "something" | ForEach-Object { Start-
Job -ScriptBlock {
param($deployment)
Select-AzureRmProfile -Path "$PSScriptRoot\.lgazureprofile"
$deployment | Remove-AzureRmResourceGroupDeployment
} -ArgumentList $_ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment