Back to skills

azure-ai-projects-dotnet

ai-tools

Azure.AI.Projects is the .NET SDK for Azure AI Foundry, providing a unified client for managing agents, connections, datasets, deployments, evaluations, and indexes within an AI Foundry project. It su

Setup & Installation

npx skills add https://github.com/microsoft/azure-ai-projects-dotnet --skill azure-ai-projects-dotnet
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-ai-projects-dotnet
View on GitHub

What This Skill Does

Azure.AI.Projects is the .NET SDK for Azure AI Foundry, providing a unified client for managing agents, connections, datasets, deployments, evaluations, and indexes within an AI Foundry project. It supports both high-level versioned agents and low-level persistent agent operations. Instead of juggling separate SDK calls across Azure OpenAI, Azure Search, and blob storage, a single AIProjectClient exposes all Foundry resources through one authenticated entry point.

When to use it

  • Working with azure ai projects dotnet functionality
  • Implementing azure ai projects dotnet features
  • Debugging azure ai projects dotnet related issues