Switch to built-in Audit diagnostic setting policy #135
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview/Summary
We are switching to a built-in Azure Policy to audit for diagnostic settings. This policy was previously created as a custom policy so that we only monitor for logs (instead of logs & metrics).
Azure Policy team has updated the built-in policy to provide the ability toggle which type of data that needs to be monitored through the policy. As a result, we are now able to remove the custom policy and reference the built-in.
This PR fixes/adds/changes/removes
Fixes #134
Breaking Changes
No breaking change.
Customers will need to manually remove the custom policy definition from Azure once the updated
Custom - Log Analytics for Azure Services
Policy initiative is deployed. Steps:Deletion will succeed given it will no longer referenced in any Policy Initiatives (policy sets) in our automation.
Testing Evidence
Custom
Audit diagnostic setting
policy that's used in theLog Analytics for Azure Services
initiativeReplaced with built-in policy
As part of this Pull Request I have
main
branch