You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked for previous/existing GitHub issues
Issue Type?
Feature Request
Description
Without the Bring Your Own (BYO) Action Group (AG) and Alert Processing Rule (APR), the ALZ pattern creates an action group and APR in every landing zone. The downside of this setup is that the email addresses provided as parameters for the policy assignment apply universally to all landing zones.
I initially considered using the BYO action group as a solution; however, it requires specifying a single resourceId explicitly.
To improve flexibility, I suggest providing only the name of the action group while dynamically constructing the resourceId in the same way the default action group ID is generated. For example:
Hello @donk-msft,
Thank you for the feedback. This has been noted as a potential enhancement for consideration in a future releases.
Brunoga-MS
changed the title
[Festure Request]: Reference a bring your own action group per landing zone
[Feature Request]: Reference a bring your own action group per landing zone
Jan 30, 2025
Check for previous/existing GitHub issues
Issue Type?
Feature Request
Description
Without the Bring Your Own (BYO) Action Group (AG) and Alert Processing Rule (APR), the ALZ pattern creates an action group and APR in every landing zone. The downside of this setup is that the email addresses provided as parameters for the policy assignment apply universally to all landing zones.
I initially considered using the BYO action group as a solution; however, it requires specifying a single resourceId explicitly.
To improve flexibility, I suggest providing only the name of the action group while dynamically constructing the resourceId in the same way the default action group ID is generated. For example:
concat(subscription().Id, '/resourceGroups/', parameters('ALZMonitorResourceGroupName'), '/providers/Microsoft.Insights/actionGroups/', parameters('varAGName'))
This approach allows action groups to be deployed as part of ALZ vending, enabling the AMBA policy to reference them dynamically.
The text was updated successfully, but these errors were encountered: