I’m a dev on the Microsoft Windows Defender ATP team.
On twitter as @assaf___.
I blog about Analytics, App Insights, Azure and whatever I feel like. No pressure.
I’m a dev on the Microsoft Windows Defender ATP team.
On twitter as @assaf___.
I blog about Analytics, App Insights, Azure and whatever I feel like. No pressure.
Hello there! I could all of these tips & tricks about LA – congrats for that. Yet, couldn’t really find what I was interested in. If I may, I’d like to describe what I’m trying to achieve and I’d appreciate any help/tip:
So, for a project we have a bunch of functions used (either HTTP, or scheduled or triggered by a message). I’d like to create a query that will:
– find the entry point of every function that ran in the last 10 min. let’s say;
– then, for HTTP and scheduled, return the execution status depending on whether it has been successful or not;
– for those triggered by a message (Service Bus), to return the execution status of the last retry of that (based on operationId I guess).
Could you please give me a tip?
LikeLike