Back to skills

azure-ai-projects-java

ai-tools

Java SDK for Azure AI Foundry that manages project resources like connections, datasets, indexes, and evaluations through a typed client hierarchy. Each resource type gets its own sub-client built fro

Setup & Installation

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

What This Skill Does

Java SDK for Azure AI Foundry that manages project resources like connections, datasets, indexes, and evaluations through a typed client hierarchy. Each resource type gets its own sub-client built from a shared AIProjectClientBuilder. Instead of calling the Azure AI Foundry REST API directly and managing pagination, authentication, and error handling yourself, the SDK wraps all of it in typed Java clients with DefaultAzureCredential support built in.

When to use it

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