Commit Graph
2 Commits
Author SHA1 Message Date
Konstantinos Passadis | Azure MVP | MCTandCopilot Autofix powered by AI f6d6b7afa7 Add Azure API Management AI Gateway instructions 🤖🤖🤖 (#2595)
* Add Azure API Management AI Gateway instructions

APIM as a GenAI gateway for Microsoft Foundry and OpenAI-compatible LLM APIs:
llm-* token-limit/token-metric policies, managed-identity auth, backend pools
with circuit breakers, semantic caching, and content safety. Corrects the
azure-openai-*/api-key/element-ordering defaults the model produces unprompted.
Regenerates docs/README.instructions.md.

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Address Copilot review feedback on APIM AI gateway instructions

* Fix AI gateway auth scope and Consumption-tier note per review

* Fix circuit-breaker 429, auth-role contradiction, and malformed XML per review

* Harden semantic cache isolation, logging privacy, and policy order per review

* Complete emit-token-metric prerequisites and Foundry private-networking requirement

* Fix Bicep array syntax and use supported JWT accessor per review

* Correct content-safety tier support and response-screening default per review

* Fix cache-partition identity, skeleton isolation, and metric cardinality per review

* Make policy expressions valid XML and clarify content-safety timing

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-08-10 11:40:01 +10:00
Konstantinos Passadis | Azure MVP | MCT 3c576c96c7 Add Microsoft Foundry (azure-ai-projects v2) Python instructions 🤖🤖🤖 (#2539)
* Add Microsoft Foundry (azure-ai-projects v2) Python instructions

* Address Copilot review: raise version floor, add endpoint routing, fix auth/cost/logging notes

* Remove stray closing code fence at end of file

* Address reviewer feedback: add explicit ManagedIdentityCredential pattern for production

* Clarify credential patterns: separate AKS workload identity from managed identity

* Fix credential order and add user-assigned identity example for managed identity and AKS patterns

* Fix credential chain description, logging level clarity, and use correct RBAC role name

* Refine RBAC documentation link, complete function-tool loop, and qualify az login requirement
2026-08-07 10:31:31 +10:00