Skip to content

arnaud-tincelin/MicrosoftFoundryHostedAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Foundry Hosted Agent Demo

This repository demonstrates how to deploy a Hosted Agent on Microsoft Foundry.

More information on my blog.

Prerequisites

Quick Start with Dev Container

This repository includes a dev container configuration. To use it:

  1. Open this repository in VS Code
  2. When prompted, click "Reopen in Container" (or use Dev Containers: Reopen in Container from the command palette)
  3. The container will automatically install all required tools (Azure CLI, azd, uv, Docker)

Usage

Deploy the agent

az login
azd auth login
azd up

This will:

  1. Provision the Azure infrastructure (Microsoft Foundry, Container Registry)
  2. Build and push the container image
  3. Deploy and start the hosted agent

Other useful commands

# Only provision infrastructure
azd provision

# View deployment outputs
azd env get-values

# Delete all resources
azd down

Use the link provided at the end of the deployment (🌐 View in portal) to access the playground and chat with your agent:

foundry.png

About

Microsoft Foundry Hosted Agent Demo repository

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published