How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

How ARM Tracks Work That Takes Hours

calendar_today June 10, 2026 person aravgoyal domain azure-container-apps

By Arav Goyal , Joy Shah , Michael Cheng , Manik Sikka , Jenny Hunter , Johnson Shi Introduction When a user creates, updates, or deletes a resource in Azure, the request flows through Azure Resource Manager (ARM) before reaching the service that actually owns the resource. For operations that complete in milliseconds, the request and response fit cleanly into a single synchronous HTTP exchange. For operations that take seconds, minutes, or hours, this is not possible: HTTP connections cannot be held open that long, and the user’s client needs a way to track the work asynchronously.

open_in_new Read original post