1

I can retrieve my action group with the Get-AzActionGroup command. But I would like to activate/fire/trigger that action group via my runbook with a powershell command. Is this possible at all? And if so, how can I do this?

1408786user
  • 1,868
  • 1
  • 21
  • 39

1 Answers1

-2
  • You can create the action group using PowerShell with this command Set-AzActionGroup and here are the Microsoft documents that have the information about managing the action group.
  • Also, here are a few other links that can give you info about action groups using PowerShell.
  1. https://sweetcode.io/powershell-create-azure-monitor-action-group/
  2. https://wmatthyssen.com/2022/01/12/create-an-azure-monitor-action-group-with-azure-powershell/
SaiSakethGuduru
  • 2,218
  • 1
  • 5
  • 15