Skip to content

Commit 4cae24f

Browse files
authored
Merge pull request #49394 from madiepev/genaiops-1
small updates
2 parents afe60ae + 2f486c7 commit 4cae24f

File tree

12 files changed

+23
-13
lines changed

12 files changed

+23
-13
lines changed

learn-pr/paths/operationalize-gen-ai-apps/index.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ subjects:
2828
- natural-language-processing
2929
modules:
3030
- learn.wwl.plan-prepare-genaiops
31-
- learn.wwl.ai-foundry-sdk
3231
- learn.evaluate-generative-ai-apps
3332
trophy:
3433
uid: learn.wwl.operationalize-gen-ai-apps.trophy

learn-pr/wwl-data-ai/explore-models-azure-ai-studio/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Introduction
88
description: "Introduction to configuring the deployment of a language model using the Azure AI Foundry portal."
9-
ms.date: 11/25/2024
9+
ms.date: 03/05/2025
1010
author: madiepev
1111
ms.author: madiepev
1212
ms.topic: unit

learn-pr/wwl-data-ai/explore-models-azure-ai-studio/2-select-model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Explore the language models in the model catalog
88
description: "Learn how to navigate the model catalog and to select a language model."
9-
ms.date: 11/25/2024
9+
ms.date: 03/05/2025
1010
author: madiepev
1111
ms.author: madiepev
1212
ms.topic: unit

learn-pr/wwl-data-ai/explore-models-azure-ai-studio/3-deploy-model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Deploy a model to an endpoint
88
description: "Deploy and test a language model in the Azure AI Foundry portal."
9-
ms.date: 11/25/2024
9+
ms.date: 03/05/2025
1010
author: madiepev
1111
ms.author: madiepev
1212
ms.topic: unit

learn-pr/wwl-data-ai/explore-models-azure-ai-studio/4-improve-model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Improve the performance of a language model
88
description: "Explore the various strategies to improve the model's performance"
9-
ms.date: 11/25/2024
9+
ms.date: 03/05/2025
1010
author: madiepev
1111
ms.author: madiepev
1212
ms.topic: unit

learn-pr/wwl-data-ai/explore-models-azure-ai-studio/5-exercise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Exercise - Explore, deploy, and chat with language models
88
description: "Exercise - Explore, deploy, and chat with language models in the Azure AI Foundry portal."
9-
ms.date: 11/25/2024
9+
ms.date: 03/05/2025
1010
author: madiepev
1111
ms.author: madiepev
1212
ms.topic: unit

learn-pr/wwl-data-ai/explore-models-azure-ai-studio/6-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Knowledge check
88
description: "Knowledge check about configuring language models."
9-
ms.date: 11/25/2024
9+
ms.date: 03/05/2025
1010
author: madiepev
1111
ms.author: madiepev
1212
ms.topic: unit

learn-pr/wwl-data-ai/explore-models-azure-ai-studio/7-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Summary
88
description: "Summary of configuring language models."
9-
ms.date: 11/25/2024
9+
ms.date: 03/05/2025
1010
author: madiepev
1111
ms.author: madiepev
1212
ms.topic: unit

learn-pr/wwl-data-ai/explore-models-azure-ai-studio/includes/1-introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Natural language processing (NLP) is a type of artificial intelligence (AI) that
1010
- **Entity extraction**. For example, extract keywords or names from a document.
1111
- **Text summarization**. For example, generate a short one-paragraph summary from a multi-page document.
1212
- **Question answering**. For example, provide answers to questions like "What is the capital of France?"
13+
- **Reasoning**. For example, solve a mathematical problem.
1314

1415
> [!Note]
1516
> In this module, you focus on exploring foundation models used for question answering. The foundation models you explore can be used for chat applications in which you use a language model to generate a response to a user's question.

learn-pr/wwl-data-ai/explore-models-azure-ai-studio/includes/3-deploy-model.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ Now that you understand why you want to deploy a model, let's explore the deploy
2424

2525
When you deploy a language model with Azure AI Foundry, you have several types available, which depend on the model you want to deploy:
2626

27-
|Activity|Azure OpenAI models|Models deployed as Serverless APIs (pay-as-you-go)|Models deployed with user-managed compute|
28-
|---|---|---|---|
29-
|Deploy the model|No, you aren't billed for deploying an Azure OpenAI model to your project.|Yes, you're billed minimally per the infrastructure of the endpoint.|Yes, you're billed for the infrastructure hosting the model per minute.|
30-
|Call the endpoint|Yes, you're billed based on your token usage.|Yes, you're billed based on your token usage.|None.|
27+
- Azure OpenAI service to deploy [Azure OpenAI models](/azure/ai-services/openai/concepts/models?azure-portal=true).
28+
- Azure AI model inference to deploy [Azure OpenAI models and Models as a Service](/azure/ai-foundry/model-inference/concepts/models?azure-portal=true).
29+
- Serverless APIs to deploy [Models as a Service](/azure/ai-foundry/how-to/model-catalog-overview#content-safety-for-models-deployed-via-serverless-apis?azure-portal=true).
30+
- Managed compute to deploy [open-source and custom models](/azure/ai-foundry/how-to/model-catalog-overview#availability-of-models-for-deployment-as-managed-compute?azure-portal=true).
31+
32+
The associated cost will depend on the type of model you deploy, which deployment option you choose, and what you are doing with the model:
33+
34+
|Activity|Azure OpenAI models|Azure AI model inference|Models deployed as Serverless APIs (pay-as-you-go)|Models deployed with user-managed compute|
35+
|---|---|---|---|---|
36+
|Deploy the model|No, you aren't billed for deploying an Azure OpenAI model to your project.|No, you aren't billed for deploying an Azure OpenAI model to your project.|Yes, you're billed minimally per the infrastructure of the endpoint.|Yes, you're billed for the infrastructure hosting the model per minute.|
37+
|Call the endpoint|Yes, you're billed based on your token usage.|Yes, you're billed based on your token usage.|Yes, you're billed based on your token usage.|None.|

0 commit comments

Comments
 (0)