Joe Beernink

Results 27 comments of Joe Beernink

This only applies to when a developer wants to spin up an entire backend for their own testing in their own subscription/AAD tenant, which happens rarely, Super low priority.

Frequently run into this when provisioning a Managed Identity for an Azure SQL Database, and then trying to assign that Managed Identity as a role on the database. Since it...

Adding my vote here for filtering out routes for health checks. 1. Since metrics are created in the AppMetrics table in LogAnalytics, adding all of these unnecessary routes increases our...

I've been trying to figure out how to consistently add tags to metrics for HttpClient calls... and the removal of the enrichment and filtering from the AddHttpClientInstrumentation() method in .NET8...

Thanks @cijothomas. I am looking at what it would take to implement Azure Managed Prometheus... but we are running our containers on an Azure Container Environment, and I don't see...

Also, if filter support is taken away in the AddAspNetCoreInstrumentation() call for logs and metrics, how would we then prevent really noisy calls from being logged? Is there another approach...

Sorry, I meant Traces, not logs (I use the terms interchangeably because I am am old). We currently have this code in our configuration for the traces... .AddAspNetCoreInstrumentation(o => {...