A better generic approach to diag policies
Maintaining azure diagnostic policies can be a bit of a slog, as existing approach often have a splattering of hardcoded values that need to be cared for. With this in mind, I tried to look at the problem and come up with a better way of organizing the content of these policies. Below is an…
A better diag policy for app service
I have long wanted to find the time to revisit refactoring the built-in version of diagnostic policy for app service. As this exhibits a couple of issues I want to tackle. What I came up with is the following: This is what I came up with (JSON format): What is nice is that this structure…