azure-ai-projects-java Skill
Azure AI Projects SDK for Java. High-level SDK for Azure AI Foundry project management including connections, datasets, indexes, and evaluations. Triggers: "AIProjectClient java", "azure ai projects java", "Foundry project java", "ConnectionsClient", "DatasetsClient", "IndexesClient". Published by microsoft in skills.
What is azure-ai-projects-java Skill?
Azure AI Projects SDK for Java. High-level SDK for Azure AI Foundry project management including connections, datasets, indexes, and evaluations. Triggers: "AIProjectClient java", "azure ai projects java", "Foundry project java", "ConnectionsClient", "DatasetsClient", "IndexesClient". Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using skills
Technical details
- Install or run with Copy skill directory
When to use azure-ai-projects-java Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-java/skills/azure-ai-projects-java/SKILL.md
What it does
Azure AI Projects SDK for Java. High-level SDK for Azure AI Foundry project management including connections, datasets, indexes, and evaluations. Triggers: "AIProjectClient java", "azure ai projects java", "Foundry project java", "ConnectionsClient", "DatasetsClient", "IndexesClient".
Skill instructions
Azure AI Projects SDK for Java High-level SDK for Azure AI Foundry project management with access to connections, datasets, indexes, and evaluations. Installation xml <dependency <groupIdcom.azure</groupId <artifactIdazure-ai-projects</artifactId <version1.0.0-beta.1</version </dependency Environment Variables bash PROJECTENDPOINT=https://<resource.services.ai.azure.com/api/projects/<project Required for project configuration AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication java import com.azure.ai.projects.AIProjectClientBuilder; import com.azure.core.credential.TokenCredential; import com.azure.identity.AzureIdentityEnvVars; import com.azure.identity.DefaultAzureCredentialBuilder; import com.azure.identity.ManagedIdentityCredentialBuilder; TokenCredential credential = new DefaultAzureCredentialBuilder() .requireEnvVars(AzureIdentityEnvVars.AZURETOKENCREDENTIALS) .build(); // Or use a specific credential directly in production: //
Explore related resources
Frequently asked questions
What is azure-ai-projects-java?
azure-ai-projects-java is a open-source AI agent skill with Copy skill directory. Azure AI Projects SDK for Java. High-level SDK for Azure AI Foundry project management including connections, datasets, indexes, and evaluations.
Who is azure-ai-projects-java best for?
azure-ai-projects-java is best for reusing agent instructions, scripts, and references.
How do I install azure-ai-projects-java?
Install or run azure-ai-projects-java using Copy skill directory. Check azure-ai-projects-java for the latest setup command.
Is azure-ai-projects-java actively maintained?
azure-ai-projects-java may need a closer maintenance check before production use.
Auto-fetched from GitHub.