From dc491854f773975131356d7e405b49da07e09e94 Mon Sep 17 00:00:00 2001 From: Jan Faurskov <22591930+jfaurskov@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:58:27 +0200 Subject: [PATCH] Include further details --- eslzArm/eslz-portal.json | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/eslzArm/eslz-portal.json b/eslzArm/eslz-portal.json index 5c0a29b938..88d6600a75 100644 --- a/eslzArm/eslz-portal.json +++ b/eslzArm/eslz-portal.json @@ -950,7 +950,7 @@ "type": "Microsoft.Common.OptionsGroup", "label": "Deploy one or more Azure Monitor Baseline Alerts", "defaultValue": "Yes (recommended)", - "toolTip": "If 'Yes' is selected Azure Monitor Baseline Alerts will be enabled for the selected resources.", + "toolTip": "If 'Yes' is selected Azure Monitor Baseline Alerts can be enabled for the selected resources. Note that choosing Yes will import all Monitor baseline alerts into your environment, and assign the Deploy Azure Monitor Service Health policy initiative to your designated intermediate root. For more information on what is included in the Service Health initiative please refer to https://aka.ms/amba/alz/wiki under Azure Policy Initiatives and Alert Details", "constraints": { "allowedValues": [ { @@ -994,9 +994,9 @@ { "name": "enableMonitorConnectivity", "type": "Microsoft.Common.OptionsGroup", - "label": "Enable Azure Monitor Baseline Alerts for Connectivity", + "label": "Enable Azure Monitor Baseline Alerts for Connectivity. ", "defaultValue": "Yes (recommended)", - "toolTip": "If 'Yes' is selected when adding connectivity resources to you ALZ Connectivity scope, policy will deploy and configure baseline alerting.", + "toolTip": "If 'Yes' is selected the Deploy Azure Monitor Baseline Alerts for Connectivity policy initiative is assigned to the Connectivity management group. This will ensure that relevant new resources created within that scope are configured with appropriate baseline alerts. For more details on what is included in the initiative please refer to https://aka.ms/amba/alz/wiki under Azure Policy Initiatives and Alert Details.", "constraints": { "allowedValues": [ { @@ -1016,7 +1016,7 @@ "type": "Microsoft.Common.OptionsGroup", "label": "Enable Azure Monitor Baseline Alerts for Identity", "defaultValue": "Yes (recommended)", - "toolTip": "If 'Yes' is selected when adding identity resources to you ALZ Identity scope, policy will deploy and configure baseline alerting.", + "toolTip": "If 'Yes' is selected the Deploy Azure Monitor Baseline Alerts for Identity policy initiative is assigned to the Identity management group. This will ensure that relevant new resources created within that scope are configured with appropriate baseline alerts. For more details on what is included in the initiative please refer to https://aka.ms/amba/alz/wiki under Azure Policy Initiatives and Alert Details.", "constraints": { "allowedValues": [ { @@ -1036,7 +1036,7 @@ "type": "Microsoft.Common.OptionsGroup", "label": "Enable Azure Monitor Baseline Alerts for Management", "defaultValue": "Yes (recommended)", - "toolTip": "If 'Yes' is selected when adding management resources to you ALZ Management scope, policy will deploy and configure baseline alerting.", + "toolTip": "If 'Yes' is selected the Deploy Azure Monitor Baseline Alerts for Management policy initiative is assigned to the Management management group. This will ensure that relevant new resources created within that scope are configured with appropriate baseline alerts. For more details on what is included in the initiative please refer to https://aka.ms/amba/alz/wiki under Azure Policy Initiatives and Alert Details.", "constraints": { "allowedValues": [ { @@ -1056,7 +1056,7 @@ "type": "Microsoft.Common.OptionsGroup", "label": "Enable Azure Monitor Baseline Alerts for Landing Zones", "defaultValue": "Yes (recommended)", - "toolTip": "If 'Yes' is selected when adding select resources to you ALZ Landing Zones scope, policy will deploy and configure baseline alerting.", + "toolTip": "If 'Yes' is selected the Deploy Azure Monitor Baseline Alerts for Landing Zone policy initiative is assigned to the Landing Zones management group. This will ensure that relevant new resources created within that scope are configured with appropriate baseline alerts. For more details on what is included in the initiative please refer to https://aka.ms/amba/alz/wiki under Azure Policy Initiatives and Alert Details.", "constraints": { "allowedValues": [ { @@ -1070,6 +1070,22 @@ ] }, "visible": "[equals(steps('monitor').enableMonitorBaselines,'Yes')]" + }, + { + "name": "enableMonitorServiceHealth", + "type": "Microsoft.Common.OptionsGroup", + "label": "Enable Azure Monitor Baseline Alerts for Service Health", + "defaultValue": "Yes", + "toolTip": "This option is by default enabled when Deploy one or more Azure Monitor Baseline Alerts is enabled.", + "constraints": { + "allowedValues": [ + { + "label": "Yes", + "value": "Yes" + } + ] + }, + "visible": "[equals(steps('monitor').enableMonitorBaselines,'Yes')]" } ] },