Skip to content

Commit 9991d02

Browse files
committed
add lp
1 parent a26efb7 commit 9991d02

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
### YamlMime:LearningPath
2+
uid: learn.wwl.operationalize-gen-ai-apps
3+
metadata:
4+
title: Operationalize generative AI applications (GenAIOps)
5+
description: Learn how to develop, evaluate, optimize, and deploy generative AI applications (GenAIOps)
6+
ms.date: 03/03/2025
7+
author: wwlpublish
8+
ms.author: madiepev
9+
ms.topic: learning-path
10+
ms.collection: wwl-ai-copilot
11+
ms.custom: [copilot-learning-hub]
12+
title: Operationalize generative AI applications (GenAIOps)
13+
prerequisites: |
14+
Before starting this learning path, you should be familiar with fundamental generative AI concepts and services in Azure. Consider completing the [Microsoft Azure AI Fundamentals: Generative AI](/training/paths/introduction-generative-ai/?azure-portal=true) learning path first.
15+
summary: |
16+
To effectively scale generative Artificial Intelligence (AI) applications, you need to manage, deploy, and maintain GenAI apps to ensure their performance, reliability, and continuous improvement in real-world applications.
17+
iconUrl: /training/achievements/generic-badge.svg
18+
levels:
19+
- intermediate
20+
roles:
21+
- data-scientist
22+
- ai-engineer
23+
products:
24+
- ai-services
25+
subjects:
26+
- artificial-intelligence
27+
- machine-learning
28+
- natural-language-processing
29+
modules:
30+
- learn.wwl.plan-prepare-genaiops
31+
- learn.wwl.ai-foundry-sdk
32+
- learn.evaluate-generative-ai-apps
33+
trophy:
34+
uid: learn.wwl.create-custom-copilots-ai-studio.trophy

learn-pr/wwl-data-ai/plan-prepare-genaiops/includes/5-tools-frameworks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Once your environment is set up with AZD, the next step in developing AI applica
1212

1313
|Tool|Use|
1414
|---|---|
15-
|[AZD AI Template](https://learn.microsoft.com/collections/5pq0uompdgje8d?sharingId=ADFFF9D4AD9A0F29&WT_mc.id=aip-114567-cassieb&azure-portal=true)|A set of prebuilt infrastructure templates that allow you to quickly deploy AI applications in Azure without manually configuring every component. It simplifies the process of setting up resources.|
15+
|[AZD AI Template](/collections/5pq0uompdgje8d?sharingId=ADFFF9D4AD9A0F29&WT_mc.id=aip-114567-cassieb&azure-portal=true)|A set of prebuilt infrastructure templates that allow you to quickly deploy AI applications in Azure without manually configuring every component. It simplifies the process of setting up resources.|
1616
|[Chat playground](/azure/ai-studio/quickstarts/get-started-playground?azure-portal=true)|An interactive environment within the Azure AI Foundry portal for testing and refining AI-generated responses. It enables you to experiment with Generative AI models before deploying them to production.|
1717

1818
Now that you have the necessary resources and explored the available language models, you can customize a model to your specific needs.
@@ -55,7 +55,7 @@ When you want to quickly explore prompts, you can use the chat playground in the
5555

5656
|Tool|Use|
5757
|---|---|
58-
|[Azure AI Foundry prompt templates](azure/ai-studio/how-to/develop/sdk-overview?branch=main&tabs=sync&pivots=programming-language-python#prompt-templates&azure-portal=true)|A template that allows you to dynamically generate prompts using inputs that are available at runtime, part of the Azure AI Inference SDK.|
58+
|[Azure AI Foundry prompt templates](/azure/ai-studio/how-to/develop/sdk-overview?branch=main&tabs=sync&pivots=programming-language-python#prompt-templates&azure-portal=true)|A template that allows you to dynamically generate prompts using inputs that are available at runtime, part of the Azure AI Inference SDK.|
5959
|[Prompty](https://prompty.ai/?azure-portal=true)|A tool to manage prompts, which are the instructions or queries given to the AI model. Prompty helps you track the performance of different prompts and optimize them for better responses.|
6060

6161
When you're experimenting with prompts, you want to evaluate how your model performs. **Evaluators** are either built in or custom insights into your model's performance. Whereas evaluators are based on how a given dataset is processed, you can also include **tracing** to gain more insights into how your application is being executed.

0 commit comments

Comments
 (0)