Skip to content

Commit 5d186f1

Browse files
Merge pull request #269599 from rayne-wiselman/rayne-azure-march20
fixing github issue 113905
2 parents 6087094 + 80a23f4 commit 5d186f1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

articles/defender-for-cloud/onboard-management-group.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Onboard a management group
33
description: Learn how to use a supplied Azure Policy definition to enable Microsoft Defender for Cloud for all the subscriptions in a management group.
44
ms.topic: how-to
5-
ms.date: 02/21/2023
5+
ms.date: 03/20/2024
66
---
77

88
# Enable Defender for Cloud on all subscriptions in a management group
@@ -78,11 +78,9 @@ There are various ways you might choose to modify the Azure Policy definition:
7878

7979
```json
8080
"existenceCondition": {
81-
{
8281
"field": "microsoft.security/pricings/pricingTier",
8382
"equals": "standard"
8483
},
85-
},
8684
```
8785

8886
- **Define some Microsoft Defender plans to apply when enabling Defender for Cloud** - The supplied policy enables Defender for Cloud without any of the optional enhanced security features. You might choose to enable one or more of the Microsoft Defender plans.

articles/defender-for-cloud/workflow-automation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create and automate workflows in Microsoft Defender fo
44
ms.topic: how-to
55
author: dcurwin
66
ms.author: dacurwin
7-
ms.date: 06/18/2023
7+
ms.date: 03/20/2024
88
---
99
# Automate remediation responses
1010

@@ -16,6 +16,7 @@ This article describes the workflow automation feature of Microsoft Defender for
1616

1717
- You need **Security admin role** or **Owner** on the resource group.
1818
- You must also have write permissions for the target resource.
19+
- The workflow automation feature supports consumption logic app workflows and not standard logic app workflows.
1920
- To work with Azure Logic Apps workflows, you must also have the following Logic Apps roles/permissions:
2021

2122
- [Logic App Operator](../role-based-access-control/built-in-roles.md#logic-app-operator) permissions are required or Logic App read/trigger access (this role can't create or edit logic apps; only *run* existing ones)

0 commit comments

Comments
 (0)