Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/content/accelerator/starter-terraform/options/amba.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ management_groups:
parent_id: null
{{< / highlight >}}

{{< hint type=warning >}}
When deploying the `amba_root` archetype alongside the ALZ archetype, remove`Deploy-SvcHealth-BuiltIn` from the custom ALZ archetype override used by`root_custom`.

AMBA already provides Service Health alerting through`Deploy-AMBA-Res-SvcHlth`. If both assignments remain enabled, they can create duplicate Service Health alert rules and action groups in separate resource groups.
Comment thread
Zhangqi910 marked this conversation as resolved.
Outdated
{{< /hint >}}

3. Before deployment, there are a couple of pre-requisites that need to be completed, they include creating a managed identity in order to query Resource Graph for alerts and a resource group to store the alert/monitoring assets. Start by locating the `platform-landing-zone.tfvars` >`custom_replacements` > `names` block setting and add the following code:

{{< highlight terraform "linenos=table" >}}
Expand Down Expand Up @@ -113,4 +119,4 @@ management_group_settings = {
}
{{< / highlight >}}

The options for the policy default values and the policies they're used for, can be found in the [Azure Landing Zone AMBA Library](https://github.com/Azure/Azure-Landing-Zones-Library/blob/dae3d4cbcb32520f74bdeba144a95a6486517130/platform/amba/alz_policy_default_values.json).
The options for the policy default values and the policies they're used for, can be found in the [Azure Landing Zone AMBA Library](https://github.com/Azure/Azure-Landing-Zones-Library/blob/dae3d4cbcb32520f74bdeba144a95a6486517130/platform/amba/alz_policy_default_values.json).
Loading