docs(ms-ai-architect): KB-refresh tema-b — Foundry-navnesveip «Azure AI Foundry»→«Microsoft Foundry» (233 filer)

Verifisert mot offisiell MS-doc (juni 2026): «Microsoft Foundry» er det
gjeldende produkt-/portalnavnet; «Foundry (classic)» = gamle «Azure AI Foundry»
(/azure/foundry/ vs /azure/foundry-classic/). Premiss bekreftet før sveip.

Multi-regel, IKKE naiv s/Azure AI Foundry/Microsoft Foundry/ — MS dropper
«Azure AI» (legger IKKE til «Microsoft») for to produktvarianter:
- «Azure AI Foundry Agent[ Service|s]» → «Foundry Agent Service/Agents» (MS-form)
- «Azure AI Foundry Models» → «Foundry Models» (i «Azure OpenAI in Foundry Models»)
- «Azure AI Foundry SDK» → «Microsoft Foundry SDK» (operatør-valg)
- «Azure AI Foundry portal/project» + generisk → «Microsoft Foundry»
- Pre-eksisterende «Microsoft Foundry Models» (4) normalisert → «Foundry Models»

Bevart: «Azure OpenAI», «Azure AI Inference SDK», «Azure AI Search»,
«Azure AI Services», kode-IDer. Historisk ref «(tidligere Azure AI Foundry)»
i model-catalog-2026.md beskyttet via lookbehind. URL /azure/ai-foundry/→
/azure/foundry/ kun i owasp-llm-top10 (KB-ref); docs/-filer deferred.

Scope: skills (inkl. 3 SKILL.md) + commands + agents + README + CLAUDE.
Ekskludert: docs/ (interne), playground/+tests/ fixtures (testdata),
CHANGELOG.md (historisk logg), STATE.md (gitignored).

3 SKILL.md endret (advisor/engineering/security) → judge-cache teknisk
invalidert for disse, men scorer uendret: advisor 91, eng/gov/infra/sec 96
(alle ≥90). validate 239/0. 0 «Azure AI Foundry» igjen (utenom bevart ref).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-06-23 21:00:27 +02:00
commit 03d596e4ec
233 changed files with 810 additions and 810 deletions

View file

@ -24,7 +24,7 @@ Effektiv licensing compliance og cost avoidance er fundamentet for bærekraftig
| **Microsoft 365 Copilot Chat** | Inkludert i base-lisens | M365/O365 A1/A3/A5, E1/E3/E5, Business Basic/Standard/Premium | Ingen for web chat; metered for work chat (pay-as-you-go) | OneDrive-lisens for Copilot Pages, M365 Copilot-lisens for Notebooks |
| **Azure OpenAI Service** | Consumption-basert | Azure subscription | Token-basert (input/output), PTU (provisioned throughput units) | Subscription-level budsjetter, cost alerts, tagging for chargeback |
| **Azure AI Services** | Consumption-basert | Azure subscription | Per API-kall, per transaction, per resource type | Resource-level locks, RBAC for provisioning, policy enforcement |
| **Azure AI Foundry** | Consumption-basert | Azure subscription | Compute (training/inference), storage, model deployment | Project-level quota, managed identity for access control |
| **Microsoft Foundry** | Consumption-basert | Azure subscription | Compute (training/inference), storage, model deployment | Project-level quota, managed identity for access control |
| **Copilot Studio** | Standalone eller add-on | M365 base-lisens | Message-basert (Copilot Credits eller pay-as-you-go) | Session-tracking, message volume monitoring, agent complexity audit |
| **AI Builder (Power Platform)** | Capacity add-on eller seeded | Power Apps/Automate Premium | AI Builder credits (fases ut Nov 2026) → Copilot Credits | Environment-level allocation, monthly reset, overage monitoring |
| **Power Platform AI** | Seeded i Premium-lisenser | Power Apps/Automate Premium | Copilot Credits | Tenant-level eller environment-level assignment, maker vs. runtime consumption |
@ -196,7 +196,7 @@ $zeroUsageUsers | Select DisplayName, UserPrincipalName, Mail | Export-Csv "copi
| **Document processing automation (faktura, kontrakter)** | AI Builder (Power Platform Premium + capacity) | Pre-built models, low-code integration | Start med free testing, alloker capacity kun til prod environments |
| **Custom LLM application med egen frontend** | Azure OpenAI Service (consumption) | Full kontroll over prompts, model valg, deployment | Optimalisér token usage (caching, prompt compression), vurder PTU for high volume |
| **Multi-modal AI (vision, speech, translation) i custom app** | Azure AI Services (consumption) | Bredde i capabilities, pay-per-use | Bruk free tier for dev/test, batch processing for volume discounts |
| **Fine-tuning av models, enterprise RAG** | Azure AI Foundry | Managed environment for full AI lifecycle | Bruk shared compute, pause resources when not training, optimize chunk size in RAG |
| **Fine-tuning av models, enterprise RAG** | Microsoft Foundry | Managed environment for full AI lifecycle | Bruk shared compute, pause resources when not training, optimize chunk size in RAG |
### Vanlige feil som gir overbetaling
@ -349,7 +349,7 @@ $zeroUsageUsers | Select DisplayName, UserPrincipalName, Mail | Export-Csv "copi
| **AI Builder capacity** | 55 000/måned (Tier 1 add-on) | 1 000 000 AI Builder credits | Overage switches to Copilot Credits if available | Fases ut Nov 2026 → start transition til Copilot Credits nå |
| **Azure OpenAI (GPT-4o)** | Variable, ca. 0.03 NOK/1K input tokens, 0.12 NOK/1K output | N/A (consumption-basert) | Storage for logs, networking | Prompt optimization (reduce system prompt), caching, PTU for high volume |
| **Azure AI Search (S1)** | 3 000/måned | N/A (flat monthly fee) | Extra for storage >100GB | Right-sizing (mange organisasjoner overprovisioner), consider semantic ranking cost |
| **Azure AI Foundry (compute)** | Variable, ca. 30 000/måned for Standard_D4s_v3 24/7 | N/A (compute-basert) | Storage, model training | Pause compute when not in use (can reduce cost 70-80%), use spot instances for training |
| **Microsoft Foundry (compute)** | Variable, ca. 30 000/måned for Standard_D4s_v3 24/7 | N/A (compute-basert) | Storage, model training | Pause compute when not in use (can reduce cost 70-80%), use spot instances for training |
### Vanlige feil som gir overbetaling