1 min read
Created on
Updated on
Microsoft Defender for Cloud - Recommendation Exemptions with REST API - Series
Intro
In this series I show how to work with Microsoft Defender for Cloud recommendation exemptions by using REST API and PowerShell.
The resource type is Microsoft.Security/standardAssignments, and for exemptions we use effect set to Exempt.
Microsoft has also moved toward exemption-based workflows while grouped recommendations and disable rules are being deprecated. If you are migrating legacy workflows, read:
Series navigation
Read the articles in this order:
Reference links
- REST API (composite) list operation: Standard Assignments - List
- REST API create operation: Standard Assignments - Create
- REST API delete operation: Standard Assignments - Delete
- ARM/Bicep reference: Microsoft.Security/standardAssignments
Final remark: This series uses the current and supported Defender for Cloud exemptions model based on Microsoft.Security/standardAssignments.
Have feedback on this post?
Send me a message and I'll get back to you.