DevOps for Microsoft Hosted Agents: From Terraform Apply to Production-Grade Agent Delivery (opens in new tab)
A companion piece to Infrastructure as Code for AI: Building and Deploying Microsoft Hosted Agents with Terraform. Just announced — source-code deploy (preview). Foundry has just added a second Hosted Agent deploy path alongside the container path this post covers. Instead of a container image, you upload a .zip of your source plus a requirements.txt (Python 3.13 / 3.14) or a .csproj (.NET 10), and the Agent Service either builds dependencies for you (remote_build) or runs a prebuilt bundle (...
Read the original article