PSRule.Rules.Azure icon indicating copy to clipboard operation
PSRule.Rules.Azure copied to clipboard

Migrate log profiles to use diagnostic settings

Open BernieWhite opened this issue 5 years ago • 0 comments

Rule request

Suggested rule change

Migrate to diagnostic settings for retaining Activity Log instead of Log Profiles.

Applies to the following

The rule applies to the following:

  • Resource type: microsoft.insights/logprofiles

Additional context

Get-AzResource -ResourceType 'microsoft.insights/logprofiles' -ApiVersion '2016-03-01' -Name 'default' -ExpandProperties;

BernieWhite avatar May 01 '20 04:05 BernieWhite