Forum Discussion
Daniel_Iten
May 03, 2022Copper Contributor
Disabling the Azure Activity Sentinel connector
Hi all, I have an issue with the amount of logs the Azure Activity connector is ingesting into sentinel, and I'd like to disable it so that i could review what subscriptions i want to have in my sen...
GaryBushey
May 03, 2022Bronze Contributor
You could probably use a policy to Modify and remove a property (in this case the logging), but a policy would only trigger when a resource is added/updated so it would not help you much.
Maybe a PowerShell program that iterates through all the resources in a subscription and removes the logging if it is present would work better for you.
Maybe a PowerShell program that iterates through all the resources in a subscription and removes the logging if it is present would work better for you.