Skip to content

Commit 54e3a24

Browse files
committed
build issues
1 parent 7e79aba commit 54e3a24

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

learn-pr/wwl-data-ai/develop-ai-agent-azure/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
description: Learn how to start using Azure AI Agent Service.
77
author: ivorb
88
ms.author: berryivor
9-
ms.date: 02/21/2025
9+
ms.date: 02/20/2025
1010
ms.topic: unit
1111
ms.collection:
1212
- wwl-ai-copilot

learn-pr/wwl-data-ai/develop-ai-agent-azure/2-what-is-ai-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
description: This unit explains what an AI agent is and how it works.
77
author: ivorb
88
ms.author: berryivor
9-
ms.date: 02/21/2025
9+
ms.date: 02/20/2025
1010
ms.topic: unit
1111
ms.collection:
1212
- wwl-ai-copilot

learn-pr/wwl-data-ai/develop-ai-agent-azure/3-how-use-agent-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
description: This unit explores how to use Azure AI Agent Service.
77
author: ivorb
88
ms.author: berryivor
9-
ms.date: 02/21/2025
9+
ms.date: 02/20/2025
1010
ms.topic: unit
1111
ms.collection:
1212
- wwl-ai-copilot

learn-pr/wwl-data-ai/develop-ai-agent-azure/4-when-use-agent-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
description: This unit explains when and why to use Azure AI Agent Service.
77
author: ivorb
88
ms.author: berryivor
9-
ms.date: 02/21/2025
9+
ms.date: 02/20/2025
1010
ms.topic: unit
1111
ms.collection:
1212
- wwl-ai-copilot

learn-pr/wwl-data-ai/develop-ai-agent-azure/5-exercise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
description: Learn how to build an agent using Azure AI Agent Service. This unit provides a hands-on exercise to build an agent using Azure AI Agent Service.
77
author: ivorb
88
ms.author: berryivor
9-
ms.date: 02/21/2025
9+
ms.date: 02/20/2025
1010
ms.topic: unit
1111
durationInMinutes: 1
1212
content: |

learn-pr/wwl-data-ai/develop-ai-agent-azure/6-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
description: This unit contains a knowledge check which can help learners reinforce their understanding of the material.
77
author: ivorb
88
ms.author: berryivor
9-
ms.date: 02/21/2025
9+
ms.date: 02/20/2025
1010
ms.topic: unit
1111
ms.collection:
1212
- wwl-ai-copilot

learn-pr/wwl-data-ai/develop-ai-agent-azure/7-summary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ metadata:
66
description: This unit summarizes the key concepts covered in the module, including using Azure AI Foundry, deploying models, and prompt engineering.
77
author: ivorb
88
ms.author: berryivor
9-
ms.date: 02/21/2025
9+
ms.date: 02/20/2025
1010
ms.topic: unit
1111
ms.collection:
1212
- wwl-ai-copilot
1313
durationInMinutes: 1
1414
content: |
15-
[!include[](includes/10-summary.md)]
15+
[!include[](includes/7-summary.md)]

learn-pr/wwl-data-ai/develop-ai-agent-azure/includes/3-how-use-agent-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ To set up Azure AI Agent Service, follow these steps:
2525
2. **Deploy a compatible model**: Deploy a model such as GPT-4o to your project.
2626
3. **Make API calls using SDKs**: Once the model is deployed, you can start making API calls to the service using the provided SDKs.
2727

28-
For detailed instructions, refer to the [quickstart guide](https://learn.microsoft.com/azure/ai-services/agents/quickstart).
28+
For detailed instructions, refer to the [quickstart guide](/azure/ai-services/agents/quickstart?azure-portal=true).
2929

3030
## Describe how Azure AI Agent Service integrates with other Azure AI services
3131

3232
Azure AI Agent Service integrates seamlessly with other Azure AI services to enhance functionality. For example, it can work with Azure Functions to create intelligent, event-driven applications. Azure Functions provide support for triggers and bindings, allowing AI agents to interact dynamically with external systems and services based on incoming events. This integration enables the creation of scalable and flexible AI-driven workflows.
3333

3434
> [!NOTE]
35-
> For more information on integrating Azure AI Agent Service with Azure Functions, refer to the [integration guide](https://learn.microsoft.com/azure/ai-services/agents/how-to/tools/azure-functions).
35+
> For more information on integrating Azure AI Agent Service with Azure Functions, refer to the [integration guide](/azure/ai-services/agents/how-to/tools/azure-functions?azure-portal=true).

learn-pr/wwl-data-ai/develop-ai-agent-azure/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Azure OpenAI Service enables engineers to build generative AI applications.
66
author: ivorb
77
ms.author: berryivor
8-
ms.date: 02/21/2025
8+
ms.date: 02/20/2025
99
ms.service: azure-ai-openai
1010
ms.topic: module-standard-task-based
1111
ms.collection:

0 commit comments

Comments
 (0)