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:
parent
20b522ab10
commit
03d596e4ec
233 changed files with 810 additions and 810 deletions
|
|
@ -12,7 +12,7 @@ Inferencing optimization og caching representerer kritiske teknikker for å maks
|
|||
|
||||
**Hva er inferencing?** Inferencing (eller model scoring) er prosessen med å bruke en trent modell til å generere prediksjoner på produksjonsdata. Dette skjer kontinuerlig etter at modellen er deployet, og kan involvere alt fra enkeltforespørsler (online inference) til batch-prosessering av store datasett.
|
||||
|
||||
**Hvorfor er optimalisering kritisk?** Selv veltrente modeller kan feile i produksjon hvis de ikke er optimalisert for inferencing. Dårlig inferencing-ytelse manifesterer seg som høy latency, lav throughput, høye infrastrukturkostnader og dårlig brukeropplevelse. I Microsoft-økosystemet er dette spesielt relevant for Azure Machine Learning, Azure AI Foundry, og embedded scenarios som Azure SQL Edge og Windows ML.
|
||||
**Hvorfor er optimalisering kritisk?** Selv veltrente modeller kan feile i produksjon hvis de ikke er optimalisert for inferencing. Dårlig inferencing-ytelse manifesterer seg som høy latency, lav throughput, høye infrastrukturkostnader og dårlig brukeropplevelse. I Microsoft-økosystemet er dette spesielt relevant for Azure Machine Learning, Microsoft Foundry, og embedded scenarios som Azure SQL Edge og Windows ML.
|
||||
|
||||
**Tre pilarer for inferencing optimization:**
|
||||
|
||||
|
|
@ -349,7 +349,7 @@ file_batch_inference = parallel_run_function(
|
|||
- Low-latency requirements (<100ms)
|
||||
- Single or small-batch predictions
|
||||
|
||||
**Azure AI Foundry Serverless API:**
|
||||
**Microsoft Foundry Serverless API:**
|
||||
- PaaS, minimal operational burden
|
||||
- Best for foundation models (Azure OpenAI)
|
||||
|
||||
|
|
@ -622,7 +622,7 @@ Start: Har du real-time latency krav (<1s)?
|
|||
|
||||
---
|
||||
|
||||
### Azure AI Foundry
|
||||
### Microsoft Foundry
|
||||
|
||||
**Serverless API:**
|
||||
- Deploy foundation models uten å administrere infrastructure
|
||||
|
|
@ -937,7 +937,7 @@ Diagnostikk:
|
|||
- **Monitoring:** IoT Hub telemetry
|
||||
|
||||
**Scenario: RAG system for kunnskapsdatabase**
|
||||
- **Platform:** Azure AI Foundry + Azure AI Search
|
||||
- **Platform:** Microsoft Foundry + Azure AI Search
|
||||
- **Caching:** Grounding snippet cache (Cosmos DB, 6h TTL) + Prompt cache
|
||||
- **Compute:** Serverless (Azure OpenAI)
|
||||
- **Monitoring:** Cache hit rate, latency, token usage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue