Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Hi S, Keerthi Malini ,
Thanks for the question.
Anthropic (Claude) models deployed via Azure AI Foundry are not officially supported with third-party tools like HAI or Cline using a generic “OpenAI-compatible” configuration.
1. Why you see 404 errors HAI / Cline expect standard OpenAI REST paths when configured as OpenAI-compatible (for example /v1/chat/completions). However, Claude deployments in Azure AI Foundry know how to respond only to Foundry-specific inference APIs (for example /anthropic/v1/messages). Since the request path does not match what the tool sends, Azure returns 404 – Resource not found.
2. Deployment health vs tool compatibility Seeing the model as “healthy” in the Azure portal only confirms that the deployment works with Foundry-supported SDKs and APIs. It does not imply compatibility with third-party OpenAI-style clients.
3. What is supported today Claude models in Azure AI Foundry are supported via:
Azure AI Foundry SDKs and REST APIs
Foundry / Azure-provided samples and tooling
Third-party tools like HAI or Cline require explicit support for Azure AI Foundry endpoints; using them as plain OpenAI-compatible providers is not supported at this time.
References: https://learn.microsoft.com/azure/ai-foundry/foundry-models/how-to/use-foundry-models-claude https://learn.microsoft.com/azure/ai-foundry/openai/reference
I hope this clarifies the behavior. If this answers your question, please accept it to close the thread.