Deploy a Microsoft Agent Framework (MAF) workflow as a managed online endpoint to an Azure ML workspace or an Azure AI Foundry hub-based project. Wraps any workflow into an init()/run() scoring script, creates conda environment, endpoint and deployment YAMLs, deploy script, and assigns RBAC. Supports managed identity auth and Application Insights tracing. WHEN: deploy MAF workflow, deploy agent-framework workflow, create online endpoint for MAF, deploy workflow to AML, deploy workflow to Foundry project, managed online endpoint for agent workflow, wrap workflow in scoring script, deploy agent as endpoint, realtime endpoint in Foundry project.
$npx -y skills add microsoft/promptflow --skill maf-online-endpointInstalls into the current project.
Run `npx skills use "https://github.com/microsoft/promptflow" --skill "microsoft/promptflow/maf-online-endpoint"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/microsoft/promptflow" that are relevant to the current task. Run `npx skills add "https://github.com/microsoft/promptflow"` and select the relevant skills, then follow their instructions.