diff --git a/eslzArm/eslz-portal.json b/eslzArm/eslz-portal.json index d15f7c2d3e..75419d8aac 100644 --- a/eslzArm/eslz-portal.json +++ b/eslzArm/eslz-portal.json @@ -442,7 +442,7 @@ { "name": "enableSentinel", "type": "Microsoft.Common.OptionsGroup", - "label": "Deploy Microsoft Sentinel and enable security monitoring for your platform and resources", + "label": "Deploy Microsoft Sentinel (configuration required to activate)", "defaultValue": "Yes (recommended)", "toolTip": "If 'Yes' is selected Sentinel will be enabled on the Log Analytics workspace. Note additional configuration is required to complete Sentinel onboarding.", "constraints": { diff --git a/eslzArm/eslzArm.json b/eslzArm/eslzArm.json index 585b870ee6..c0ea0b7c36 100644 --- a/eslzArm/eslzArm.json +++ b/eslzArm/eslzArm.json @@ -2573,9 +2573,6 @@ }, "retentionInDays": { "value": "[parameters('retentionInDays')]" - }, - "enableSentinel": { - "value": "[parameters('enableSentinel')]" } } } @@ -7591,9 +7588,6 @@ }, "retentionInDays": { "value": "[parameters('retentionInDays')]" - }, - "enableSentinel": { - "value": "[parameters('enableSentinel')]" } } }