Content by j_folberth (3)
j_folberth explains how to deploy Azure AI Foundry Hosted Agents directly from a source-code ZIP instead of a container image, including the deployment lifecycle, an azd-based workflow, and a reusable GitHub Action that posts to the Foundry data plane and polls until the new agent version becomes active.
j_folberth shows how to deploy a new version of an Azure AI Foundry Hosted Agent using a repeatable GitHub composite action, including required workflow prerequisites, action inputs/outputs, and a Bash + Azure CLI + jq approach for calling the Foundry data-plane REST endpoint safely.
j_folberth walks through what it takes to deploy an Azure AI Foundry Hosted Agent using the Foundry Service REST API, including the required Azure resources, container build/push flow, and the RBAC and managed identity setup needed for the Foundry project to pull images and create agent versions.
End of content