How to use inbuilt skills for Antropic Models in Foundry

Sakib Ali Choudhary 250 Reputation points
2026-08-01T19:43:16.7366667+00:00

Hi

I am trying to use Antropics built-in pptx skill via claude model in azure foundry.

Ref :-

https://platform.claude.com/docs/en/agents-and-tools/agent-skills/quickstart

But when I try it I get the following:-

code_execution, skills not supported in your workspace.

Can you help me how to add support or how to make things work ?

Foundry Models
Foundry Models

A catalog of AI models in Microsoft Foundry that you can discover, compare, and deploy using Azure’s built‑in tools for evaluation, fine‑tuning, and inference

0 comments No comments

Answer accepted by question author

Marcin Policht 101K Reputation points MVP Volunteer Moderator
2026-08-02T01:23:11.9266667+00:00

Refer to https://platform.claude.com/docs/en/build-with-claude/claude-in-microsoft-foundry regarding supportability of Claude features on Microsoft Foundry


If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

hth

Marcin

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Sridevi Machavarapu 33,660 Reputation points Microsoft External Staff Moderator
    2026-08-04T03:06:40.6533333+00:00

    Hello Sakib Ali Choudhary,

    The error message suggests that the request is trying to use Anthropic features that aren't available in your current Microsoft Foundry deployment.

    According to Anthropic's Claude in Microsoft Foundry documentation, Claude models hosted on Microsoft Foundry don't support all features that are available on the Anthropic platform. In particular, server-side tools, including code execution, aren't supported when Claude is hosted on Azure.

    Since the built-in PowerPoint skill depends on these capabilities, you'll see an error similar to:

    code_execution, skills not supported in your workspace

    If your goal is to generate PowerPoint presentations while using Claude in Microsoft Foundry, you would need to implement that functionality in your application (for example, by calling a presentation-generation library or service) instead of relying on Anthropic's built-in skill.

    For more information, see:

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.