Aaron Powell
Aaron Powell
Ok, something is **super sketchy** in the v3 vs v4 API. Here's me calling them moments apart:  Clearly something is very different in how they determine MER values, and...
So, I find myself offline again (yes, this is getting exhausting), but it's a good chance to test this out! Here's the call to `site_status` across v3 and v4 endpoints:...
That could be an option, but it depends on whether you want to be consistent in using v4 on all API endpoints or happy with a mix. I've seen no...
Interesting that their API does are so sparse relative to what they actually use - as I said, I tend to watch the network traffic of their web portal, which...
I made a start on this last year but shifting priorities meant I wasn't able to get it through to completion. PR https://github.com/Azure/azure-dev/pull/2776 might be a good starting point for...
It looks like https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks has support across the four supported data sources for DAB, would it be easier to add those internally to surface up the health checks, or at...
> Please include detailed steps for testing in the PR header. Updated with how I've tested so far. Let me know if there are more scenarios you'd like me to...
Closing as it's radically out of date
That's an interesting idea, using the outputs in that manner. I wonder if there's a way that we could automatically wire up the outputs across the pipeline
While yes, that approach solves the problem (it's essentially what I do), I wonder if it can't be done is a more automatic manner. After all, you know that the...