docs(architect): weekly KB update — 106 files refreshed (2026-04)
Updates across all 5 skills: ms-ai-advisor, ms-ai-engineering, ms-ai-governance, ms-ai-security, ms-ai-infrastructure. Key changes: - Language Services (Custom Text Classification, Text Analytics, QnA): retirement warning 2029-03-31, migration guides to Foundry/GPT-4o - Agentic Retrieval: 50M free reasoning tokens/month (Public Preview) - Computer Use: Claude Sonnet 4.5 (preview) + OpenAI CUA models - Agent Registry: Risks column (M365 E7), user-shared/org-published types - Declarative agents: schema v1.5 → v1.6, Store validation requirements - MLflow 3: 13 built-in LLM judges, production monitoring, Genie Code - AG-UI HITL: ApprovalRequiredAIFunction (C#) + @tool(approval_mode) (Python) - Entra ID Ignite 2025: Agent ID Admin/Developer RBAC roles, Conditional Access - Security Copilot: 400 SCU/month per 1000 M365 E5 licenses, auto-provisioned - Fast Transcription API: phrase lists, 14-language multi-lingual transcription - Azure Monitor Workbooks: Bicep support, RBAC specifics - Power Platform Copilot: data residency (Norway/Europe → EU DB, Bing → USA) - RAG security-rbac: 4-approach table (GA + 3 preview access control methods) - IaC MLOps: Well-Architected OE:05 principles, Bicep/Terraform patterns - Translator: image file batch translation Preview (JPEG/PNG/BMP/WebP) All 106 files: Last updated 2026-04 | Verified: MCP 2026-04 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0eb30fa853
commit
6645e93205
104 changed files with 1986 additions and 520 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Adaptive Cards for Rich Copilot Responses
|
||||
|
||||
**Last updated:** 2026-02
|
||||
**Last updated:** 2026-04 | Verified: MCP 2026-04
|
||||
**Status:** GA
|
||||
**Category:** Copilot Extensibility & Integration
|
||||
|
||||
|
|
@ -272,10 +272,11 @@ Backend mottar POST med verb + data, returnerer oppdatert card.
|
|||
**Problem (Verified):** Adaptive Cards tillater multiple submits. Ved consecutive cards kan bruker submitte på feil card.
|
||||
|
||||
**Løsning:**
|
||||
1. **Unique IDs:** Hver submit action må ha unik `id`
|
||||
2. **Unique data payloads:** Include identifiers i submit data
|
||||
3. **Event handling logic:** Valider hvilket card som submittet
|
||||
4. **Logging:** Debug sequence av submissions
|
||||
1. **`actionSubmitId` i data payload:** Inkluder unik identifikator i submit action data (f.eks. `"actionSubmitId": "booking_confirm_card_v3_confirm"`) for å skille mellom cards
|
||||
2. **Unique IDs:** Hver submit action må ha unik `id`
|
||||
3. **Event handling logic:** Valider `actionSubmitId` fra response for å identifisere korrekt card
|
||||
4. **Web Chat UX:** Deaktiver submit-knapper etter første klikk for å hindre stale submissions
|
||||
5. **Logging:** Debug sequence av submissions
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -319,18 +320,31 @@ Backend mottar POST med verb + data, returnerer oppdatert card.
|
|||
|
||||
**Use case:** Send Adaptive Card til Teams-bruker fra inactive conversation (f.eks. approval request, notification).
|
||||
|
||||
**Action:** `Post adaptive card and wait for a response`
|
||||
**Actions tilgjengelig:**
|
||||
- `Post message in a chat or channel` — send enkel tekst- eller card-melding
|
||||
- `Post adaptive card in a chat or channel` — send card uten å vente på svar
|
||||
- `Post adaptive card and wait for a response` — send card og vent på brukerens valg
|
||||
|
||||
**Config:**
|
||||
- Post as: `Microsoft Copilot Studio (Preview)`
|
||||
- Post in: `Chat with bot`
|
||||
- Post as: `Microsoft Copilot Studio agent`
|
||||
- Post in: `Chat with agent`
|
||||
- Recipient: User email/ID
|
||||
- Bot: Copilot Studio agent
|
||||
- Agent: Copilot Studio agent
|
||||
|
||||
**Proaktive meldinger til grupper:**
|
||||
- Send til teammates via Teams connector → Get a team → List group members
|
||||
- Send til sikkerhetsgruppe via Microsoft Entra ID connector → Get group members
|
||||
- Parallell utsending: Bruk Concurrency control i Apply to each (hensyn til throttling-grenser)
|
||||
|
||||
**Response handling:** `submitActionId` fra dynamic content = user's choice (title of Action.Submit).
|
||||
|
||||
**Template limitation (Verified):** Power Automate støtter ikke Adaptive Cards templating feature.
|
||||
|
||||
**Viktige begrensninger:**
|
||||
- Mottaker må ha installert agenten i Teams
|
||||
- Proaktive meldinger vises ikke i conversation transcripts eller analytics
|
||||
- Meldinger må være i samme environment som Power Automate flow
|
||||
|
||||
### Teams
|
||||
|
||||
**Schema support:** 1.5 (ikke `Action.Execute`)
|
||||
|
|
@ -486,6 +500,7 @@ Backend mottar POST med verb + data, returnerer oppdatert card.
|
|||
- Label vs placeholder accessibility: [Input Validation - Labels](https://learn.microsoft.com/en-us/adaptive-cards/authoring-cards/input-validation#labels)
|
||||
- Action.Execute preview: [Allow inline editing of Adaptive Card responses](https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/adaptive-card-edits)
|
||||
- Power Automate proactive cards: [Send proactive Microsoft Teams messages](https://learn.microsoft.com/en-us/microsoft-copilot-studio/advanced-proactive-message#send-a-proactive-adaptive-card)
|
||||
- actionSubmitId for consecutive cards: [Submit button behavior](https://learn.microsoft.com/en-us/microsoft-copilot-studio/authoring-ask-with-adaptive-card#use-a-submit-identifier-in-actionsubmit-data)
|
||||
- Validation guidelines for agents: [Validation guidelines for agents - Adaptive Card response](https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/deploy-and-publish/appsource/prepare/review-copilot-validation-guidelines#adaptive-card-response)
|
||||
|
||||
**Verified (MCP code samples):**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue