Topic

Azure

2 posts

Azure Log Queries

a. Find the requests based on the url, Get the request body requests| where timestamp >= ago(2d) and timestamp < startofday(now())| where url contains "<<url_search>>"| project time

Read more →

Azure APIM Pseudo Gateway Timeout

End user wanted to simulate Gateway timeout, so that they can implement a retry step in their process. We have a DEV endpoint which I changed to below.  This helps simulating the timeout. <po

Read more →