Skip to content

Commit 547bf0f

Browse files
author
Maryanne Gichohi
committed
Update title
1 parent b6cbf32 commit 547bf0f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For more details about models provided by Google, see the [Gemini models documen
5454

5555
## Agent framework
5656

57-
Agent framework is a comprehensive multi-language framework for building, orchestrating and deploying AI agents with support for both .NET and Python. This framework provides everything from simple chat agents to complex multi-agents workflows. For more information, refer to the [Microsoft Agent Framework documentation](/agent-framework/overview/agent-framework-overview).
57+
Agent framework is a comprehensive multi-language framework for building, orchestrating and deploying AI agents with support for both .NET and Python. This framework provides everything from simple chat agents to complex multi-agents workflows. For more information, refer to the [Microsoft Agent Framework documentation](/agent-framework/overview/agent-framework-overview). To see how App Configuration can help configure Agent Framework applications, visit the [getting started](./howto-ai-agent-config.md) guide
5858

5959
## Next steps
6060

articles/azure-app-configuration/howto-ai-agent-config-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Use AI agent configuration in a Python console app
2+
title: How to use Agent Framework in a Python app with Azure App Configuration
33
titleSuffix: Azure App Configuration
4-
description: Learn how to store agent configuration in Azure App Configuration.
4+
description: Learn how to use Agent Framework in a Python app with Azure App Configuration.
55
ms.service: azure-app-configuration
66
author: MaryanneNjeri
77
ms.author: mgichohi

articles/azure-app-configuration/howto-ai-agent-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: AI agent configuration in Azure App Configuration
3-
description: Introduction to AI agent configuration support using App Configuration
2+
title: Configuring agents in Agent framework with Azure App Configuration
3+
description: Learn how to configure agents in Agent framework with Azure App Configuration
44
author: MaryanneNjeri
55
ms.author: mgichohi
66
ms.topic: how-to
@@ -10,7 +10,7 @@ ms.update-cycle: 180-days
1010
ms.collection: ce-skilling-ai-copilot
1111
---
1212

13-
# Configuring agents in Agent framework with Azure App configuration
13+
# Configuring agents in Agent framework with Azure App Configuration
1414

1515
Agents are software systems that autonomously perform tasks using Large Language Models (LLMs) to process user input and execute actions on behalf of users. Agent framework provides tools and structures to build, orchestrate, and manage AI agents. Configuring agents within this framework involves defining their instructions and toolsets through either code-based or declarative methods. Azure App Configuration serves as a centralized store for these agent configurations, keeping them in one place where they can be easily managed and shared across multiple application instances.
1616

0 commit comments

Comments
 (0)