Skip to content

Instantly share code, notes, and snippets.

@papeMK2
Created July 20, 2023 07:12
Show Gist options
  • Save papeMK2/b5a33be64ed54a272e5ab844a7741274 to your computer and use it in GitHub Desktop.
Save papeMK2/b5a33be64ed54a272e5ab844a7741274 to your computer and use it in GitHub Desktop.
List app insights with resource groups
(az group list | ConvertFrom-Json) | select name | foreach { (az monitor app-insights component show -g $_.name | ConvertFrom-Json) | select name}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment