Skip to content

Commit

Permalink
Include further details
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaurskov committed Sep 4, 2023
1 parent 884cd75 commit dc49185
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions eslzArm/eslz-portal.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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": [
{
Expand All @@ -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": [
{
Expand All @@ -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": [
{
Expand All @@ -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": [
{
Expand All @@ -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')]"
}
]
},
Expand Down

0 comments on commit dc49185

Please sign in to comment.