This provider targets the new Azure AI Foundry Account — an Microsoft.CognitiveServices/accounts resource of kind AIServices that hosts one or more Foundry Projects containing agents, evaluations, and model deployments.
Which Foundry is this? Polysync ships two distinct Foundry providers because Microsoft ships two SKUs that share the "AI Foundry" name. Pick the one that matches your Azure resource:
Azure AI Foundry Project (this provider) Azure AI Foundry (legacy) Azure resource provider Microsoft.CognitiveServices/accounts(kindAIServices)Microsoft.MachineLearningServices/workspacesConcept Foundry Account + Project AML Hub / Workspace Use this for Agents, evaluations, model deployment inference on the current-generation Foundry portal Pipeline / Command / Sweep jobs on AML Hub workspaces Job types Foundry Agent Run, Foundry Evaluation Run, Foundry Model Deployment Inference AI Foundry Pipeline Job, Command Job, Sweep Job Required role Azure AI User (or Cognitive Services User) on the account Contributor on the workspace Control-plane API 2024-10-01(CognitiveServices)2024-04-01(MachineLearningServices)Projects data plane https://{account}.services.ai.azure.com/api/projects/{project}(api-versionv1)n/a API Key auth supported Yes — inference only No Icon Blue hexagonal flask Purple brain/circuit tile If you see
AuthorizationFailedonMicrosoft.MachineLearningServices/workspaces/{name}while using a CognitiveServices Foundry resource, you have selected the wrong provider — switch to this one.
polysync-foundry-dev).api-key header). Execution-only and limited to Model Deployment Inference. Agent and Evaluation jobs require an AAD identity.Microsoft.CognitiveServices/accounts/deployments) additionally requires Reader on the resource (already covered by Contributor or Owner).| Plane | Base URL | Token scope |
|---|---|---|
| Control plane | https://management.azure.com/.../Microsoft.CognitiveServices/accounts/{account} |
https://management.azure.com/.default |
| Projects data plane (agents, evaluations) | https://{account}.services.ai.azure.com/api/projects/{project} |
https://ai.azure.com/.default |
| Model deployments data plane | https://{account}.services.ai.azure.com/openai/deployments/{deployment} |
https://cognitiveservices.azure.com/.default |
Azure AI Foundry Project exposes three Polysync job types. See each dedicated page for parameter handling, output binding, execution flow, monitor URL, and troubleshooting:
https://ai.azure.com/.default; model deployments use https://cognitiveservices.azure.com/.default.AuthorizationFailed for the MachineLearningServices resource provider — you are using the wrong provider. This provider targets Microsoft.CognitiveServices/accounts. For AML Hub workspaces use Azure AI Foundry instead.