azure-ai-projects-dotnet
Build Azure AI Foundry Apps with .NET
.NET developers need reliable patterns for Azure AI Foundry project operations. This skill provides focused SDK guidance for agents, datasets, indexes, deployments, evaluations, connections, and authentication.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "azure-ai-projects-dotnet" from https://skillstore.io/skills/sickn33-azure-ai-projects-dotnet.md and its manifest at https://skillstore.io/api/skills/sickn33-azure-ai-projects-dotnet/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "azure-ai-projects-dotnet". Plan a persistent math tutor agent in C#.
Expected outcome:
- Package and authentication requirements.
- Agent, thread, message, and run workflow.
- Polling and response handling guidance.
- Cleanup and failure handling checklist.
Using "azure-ai-projects-dotnet". Explain how to upload and retrieve a project dataset.
Expected outcome:
A concise implementation sequence covering connection selection, dataset naming, versioning, file or folder upload, retrieval, and optional deletion.
Using "azure-ai-projects-dotnet". Review an evaluation workflow for production.
Expected outcome:
A structured review covering evaluator configuration, deployment dependencies, asynchronous execution, status checks, diagnostics, access control, and operational monitoring.
Security Audit
SafeAll 58 static findings are false positives caused by Markdown formatting, documented SDK examples, placeholder Azure endpoints, and trusted reference links. No prompt injection, malicious intent, credential exfiltration, or unsafe command execution was found.
Risk Factors
โ๏ธ External commands (50)
๐ Network access (6)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-azure-ai-projects-dotnet/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-azure-ai-projects-dotnet?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-azure-ai-projects-dotnet?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-azure-ai-projects-dotnet/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-azure-ai-projects-dotnet.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). azure-ai-projects-dotnet security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-azure-ai-projects-dotnet/audits/5BibTeX citation
@techreport{sickn33-sickn33-azure-ai-projects-dotnet-2026,
author = {sickn33},
title = {azure-ai-projects-dotnet security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-azure-ai-projects-dotnet/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "azure-ai-projects-dotnet security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/sickn33-azure-ai-projects-dotnet/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-azure-ai-projects-dotnet:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Create a project agent
Build a C# workflow that creates an agent, sends a message, polls the run, reads responses, and removes resources.
Manage project data
Implement dataset upload, Azure AI Search index management, and project connection discovery with the Azure SDK.
Run model evaluations
Configure relevance evaluators, start an evaluation, inspect status, and plan production monitoring.
Try These Prompts
Show me how to configure Azure.AI.Projects in a .NET application. Include required packages, environment variables, authentication, and a client initialization checklist.
Design a C# persistent agent workflow for [TASK]. Include thread creation, messages, polling, response reading, error handling, and cleanup.
Create an implementation plan for managing [RESOURCE_TYPE] with Azure.AI.Projects. Cover listing, creation, versioning, deletion, pagination, and permission requirements.
Review my Azure AI Projects .NET design for production readiness. Assess authentication, credential exposure, retries, polling, cleanup, versioning, observability, and preview API risks.
Best Practices
- Use DefaultAzureCredential and grant only the permissions required by the application.
- Use asynchronous SDK methods, bounded polling delays, and clear timeout handling.
- Delete temporary agents, threads, datasets, and indexes when the workflow no longer needs them.
Avoid
- Do not embed credentials, connection secrets, or project endpoints in source control.
- Do not request connection credentials unless the current operation requires them.
- Do not copy preview examples into production without checking package versions and current API documentation.
Frequently Asked Questions
Which .NET packages are required?
How does authentication work?
Can this skill create Azure resources?
Does it cover both persistent and versioned agents?
Are the examples production ready?
Can it help with datasets and evaluations?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/azure-ai-projects-dotnetRef
f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526
Maintenance freshness
7/26/2026
Usage
5 downloads ยท 118 views
File structure
๐ SKILL.md