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?
Asked
Active
Viewed 339 times
1

1408786user
- 1,868
- 1
- 21
- 39
1 Answers
-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.

SaiSakethGuduru
- 2,218
- 1
- 5
- 15
-
I don't want to create an action group, but just fire it. – 1408786user Mar 24 '22 at 12:44