Skip to content

Commit 259be3c

Browse files
author
Maryanne Gichohi
committed
Remove spaces
1 parent 4a2bd2d commit 259be3c

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

articles/azure-app-configuration/concept-ai-configuration.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,16 @@ ms.collection: ce-skilling-ai-copilot
1313

1414
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:
1515

16-
* **Rapid configuration iteration**
17-
16+
* **Rapid configuration iteration**
1817
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.
1918

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.
19+
* **Guided configuration authoring**
20+
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.
2721

28-
* **Data-driven experimentation**
22+
* **Safe and controlled rollouts**
23+
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.
2924

25+
* **Data-driven experimentation**
3026
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.
3127

3228
## Chat completion configuration

0 commit comments

Comments
 (0)