Skip to content

Deployment: Foundry Local

Scope

This is the deployment page for Foundry Local, one of the three targets in ADR-0011. Compare all three targets on the Deployment targets hub.

This target has not been built yet

Nothing on this target has been deployed from this repository, and no automation exists for it yet. Everything below is drawn from accepted decisions and first-party research. Treat it as a design, not an as-built record.

What is decided today

  • Imperative automation over Azure Arc run command, with Arc SSH as the documented fallback. Declarative Bicep was considered and rejected as the primary form.
  • The install step is Add-AppxProvisionedPackage -Online, not winget install, which Microsoft documents as blocked for MSIX machine-scope installs.
  • Arc run command needs Microsoft.HybridConnectivity registered once, and a Connected Machine agent at version 1.33 or later.
  • Success is proven by foundry service status plus one real inference call, never by an installer exit code.
  • The gate is two read-only resolutions, then one owner-authorized install test on a dedicated disposable Windows Server build VM. No automation is written yet.

The research and decisions behind this page

These were open when this page was first written. They are now written and linked below. Where a finding contradicted an earlier claim on this page, the page has been corrected and says so inline.

  • ADR-0013, the governing decision (Status: Proposed, awaiting approval)
  • SPIKE-23, the Foundry Local install-artifacts spike

Still genuinely open

  • SPIKE-24, the Foundry Local install test