Skip to content

Commit 4a2bd2d

Browse files
author
Maryanne Gichohi
committed
[App configuration] Add AI configuration overview
1 parent 03fe48d commit 4a2bd2d

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@
158158
href: concept-soft-delete.md
159159
- name: Recover or purge deleted stores
160160
href: howto-recover-deleted-stores-in-azure-app-configuration.md
161+
- name: AI configuration
162+
items:
163+
- name: Overview
164+
href: concept-ai-configuration.md
161165
- name: Feature management
162166
items:
163167
- name: Overview
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: Azure App Configuration support for AI Configuration
3+
description: Introduction to AI Configuration support using App Configuration
4+
author: mgichohi
5+
ms.author: mgichohi
6+
ms.service: azure-app-configuration
7+
ms.topic: concept-article
8+
ms.date: 04/18/2025
9+
ms.collection: ce-skilling-ai-copilot
10+
---
11+
12+
# AI configuration
13+
14+
AI application development often requires rapid iteration of prompts and frequent tuning of model parameters to meet evolving goals such as quality, responsiveness, customer satisfaction, and cost efficiency. AI configuration in Azure App Configuration helps streamline this process by decoupling model settings from application code, enabling faster, safer, and more flexible iteration. Here are some key benefits:
15+
16+
* **Rapid configuration iteration**
17+
18+
Externalize AI model settings, such as prompts, temperature, or model versions, into Azure App Configuration. Your applications can dynamically load updated configurations at runtime without requiring restarts, rebuilds, or redeployments.
19+
20+
* **Guided configuration authoring**
21+
22+
Use built-in configuration templates that conform to the specifications of models from various providers. The guided configuration authoring simplifies the adoption of new models, reduces configuration errors, and accelerates development by ensuring your settings are valid and aligned with model requirements.
23+
24+
* **Safe and controlled rollouts**
25+
26+
Use feature flags to gradually release new model settings or models to targeted user segments. Monitor rollout progress with telemetry and control rollbacks or roll-forwards with ease.
27+
28+
* **Data-driven experimentation**
29+
30+
Define custom metrics to evaluate the effectiveness of new AI configurations. Measure impact on performance, cost, or user satisfaction to make informed decisions about future iterations.
31+
32+
## Chat completion configuration
33+
34+
Chat completion is an AI capability that produces human-like dialogue responses while retaining memory of previous interactions to create coherent, contextual conversations. The following models are supported.
35+
36+
| **Provider** | **Model** |
37+
|----------------|-----------------------|
38+
| OpenAI | GPT-3.5-Turbo |
39+
| OpenAI | GPT-4 |
40+
| OpenAI | GPT-4o |
41+
| OpenAI | GPT-4.5 Preview |
42+
| OpenAI | GPT-4.1 |
43+
| OpenAI | GPT-4.1-nano |
44+
| OpenAI | GPT-4.1-mini |
45+
| OpenAI | o1 |
46+
| OpenAI | o1-mini |
47+
| OpenAI | o1-preview |
48+
| OpenAI | o3-mini |
49+
| Anthropic | Claude 3.7 Sonnet |
50+
| Google | Gemini 2.5 Pro |
51+
| DeepSeek | DeepSeek-R1 |
52+
53+
54+
Azure OpenAI Service supports a diverse set of models from OpenAI. For more information, see [Azure OpenAI Service models](/azure/ai-services/openai/concepts/models). To learn more about models from Anthropic, refer to the [Claude models documentation](https://docs.anthropic.com/docs/about-claude/models/all-models).
55+
For more details about models provided by Google, see the [Gemini models documentation](https://ai.google.dev/gemini-api/docs/models).

0 commit comments

Comments
 (0)