Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions plugins/azure-skills/skills/microsoft-foundry/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,15 +260,15 @@ Treat an `azure.yaml` service with `host: azure.ai.agent` as Hosted. Use `agent_
- Prefer azd for Hosted Agents and Foundry MCP for Prompt Agents.
- Reference official Microsoft documentation URLs instead of embedding CLI command syntax

## Azure Authentication

- [Azure Authentication Best Practices](references/auth-best-practices.md)

## Additional Resources

- [Foundry Hosted Agents](https://learn.microsoft.com/azure/ai-foundry/agents/concepts/hosted-agents?view=foundry)
- [Foundry Agent Runtime Components](https://learn.microsoft.com/azure/ai-foundry/agents/concepts/runtime-components?view=foundry)

## SDK Quick Reference

- [Python](references/sdk/foundry-sdk-py.md)

## Network Isolation Errors

Applies to **any** call against a Foundry project or its parent Foundry account — Foundry MCP tools, `azd`, `az` CLI, `curl`, REST, or SDK.
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions tests/microsoft-foundry/__snapshots__/triggers.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports[`microsoft-foundry - Trigger Tests Trigger Keywords Snapshot skill descr
"agents",
"ai",
"assignment",
"authentication",
"availability",
"azure",
"azure-deploy",
Expand Down Expand Up @@ -88,6 +89,7 @@ exports[`microsoft-foundry - Trigger Tests Trigger Keywords Snapshot skill keywo
"agents",
"ai",
"assignment",
"authentication",
"availability",
"azure",
"azure-deploy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports[`finetuning - Trigger Tests Trigger Keywords Snapshot skill description
"agents",
"ai",
"assignment",
"authentication",
"availability",
"azure",
"azure-deploy",
Expand Down Expand Up @@ -88,6 +89,7 @@ exports[`finetuning - Trigger Tests Trigger Keywords Snapshot skill keywords mat
"agents",
"ai",
"assignment",
"authentication",
"availability",
"azure",
"azure-deploy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports[`eval-datasets - Trigger Tests Trigger Keywords Snapshot skill descripti
"agents",
"ai",
"assignment",
"authentication",
"availability",
"azure",
"azure-deploy",
Expand Down Expand Up @@ -88,6 +89,7 @@ exports[`eval-datasets - Trigger Tests Trigger Keywords Snapshot skill keywords
"agents",
"ai",
"assignment",
"authentication",
"availability",
"azure",
"azure-deploy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports[`observe - Trigger Tests Trigger Keywords Snapshot skill description tri
"agents",
"ai",
"assignment",
"authentication",
"availability",
"azure",
"azure-deploy",
Expand Down Expand Up @@ -88,6 +89,7 @@ exports[`observe - Trigger Tests Trigger Keywords Snapshot skill keywords match
"agents",
"ai",
"assignment",
"authentication",
"availability",
"azure",
"azure-deploy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports[`trace - Trigger Tests Trigger Keywords Snapshot skill description trigg
"agents",
"ai",
"assignment",
"authentication",
"availability",
"azure",
"azure-deploy",
Expand Down Expand Up @@ -88,6 +89,7 @@ exports[`trace - Trigger Tests Trigger Keywords Snapshot skill keywords match sn
"agents",
"ai",
"assignment",
"authentication",
"availability",
"azure",
"azure-deploy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports[`capacity - Trigger Tests Trigger Keywords Snapshot skill description tr
"agents",
"ai",
"assignment",
"authentication",
"availability",
"azure",
"azure-deploy",
Expand Down Expand Up @@ -88,6 +89,7 @@ exports[`capacity - Trigger Tests Trigger Keywords Snapshot skill keywords match
"agents",
"ai",
"assignment",
"authentication",
"availability",
"azure",
"azure-deploy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports[`microsoft-foundry - Trigger Tests Trigger Keywords Snapshot skill descr
"agents",
"ai",
"assignment",
"authentication",
"availability",
"azure",
"azure-deploy",
Expand Down Expand Up @@ -88,6 +89,7 @@ exports[`microsoft-foundry - Trigger Tests Trigger Keywords Snapshot skill keywo
"agents",
"ai",
"assignment",
"authentication",
"availability",
"azure",
"azure-deploy",
Expand Down
Loading
Loading