Setup & Installation
What This Skill Does
Deploys container-based agents to Azure AI Foundry using `ImageBasedHostedAgentDefinition` from the Azure AI Projects SDK. You provide a container image and resource specs; the SDK handles registration, versioning, and protocol configuration. Supports tools like code interpreter and MCP servers. Instead of manually configuring Azure container hosting, capability hosts, and protocol wiring through the portal, this SDK call handles agent registration and versioning in a few lines of Python.
When to use it
- Working with agents v2 py functionality
- Implementing agents v2 py features
- Debugging agents v2 py related issues
