Skip to content

Sandboxes

In Azure Logic Apps Automation, a sandbox is an isolated compute environment where agents can run code in workflows. This environment is a micro virtual machine image, powered by Azure Developer Compute, where your agent can perform the following tasks:

  • Run shell commands and scripts, or build tools.
  • Browse real file systems.
  • Operate on cloned source control repositories.
  • Invoke skills bundled with repositories.

You can create your own sandboxes inside your environment where workflows across apps can target the same sandbox. You set up each sandbox configuration only once with its authentication, cloned repos, and skills. For more information, see Create sandboxes.

You can run agents in the following kinds of sandboxes:

OptionWhen to choose
Just-in-time sandboxYou want the quickest path with a clean image for experimentation, running general code, and without any custom repos. No image building needed, no repos to connect. This sandbox spins up on demand for your agent.
Prebuilt sandboxYour agent needs to access code in cloned repositories, use custom skills, and work with developer tools. Build the image once and reuse.