Skip to content

Commit b85dbcb

Browse files
committed
Update media files and add lightbox functionality
- Updated media files with latest versions: landing-zones.png, storage-concepts-1.png, traditional-workflow.png, generative-workflow.png, planning-steps.png - Added lightbox functionality to generative and traditional workflow images in platform workloads unit - Updated YAML and markdown files with content improvements - Enhanced user experience with clickable diagrams for detailed viewing
1 parent 398f9bb commit b85dbcb

12 files changed

Lines changed: 8 additions & 8 deletions

learn-pr/wwl-azure/design-ai-workloads/2-strategy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.design-ai-workloads.strategy
3-
title: "Create an AI Strategy"
3+
title: "Create an AI strategy"
44
metadata:
55
title: "Create an AI Strategy"
66
description: "Learn how to create an AI strategy using Azure SaaS, PaaS, and IaaS solutions to meet your organization's needs effectively."

learn-pr/wwl-azure/design-ai-workloads/3-adoption-plan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.design-ai-workloads.adoption-plan
3-
title: "Plan AI Adoption"
3+
title: "Plan AI adoption"
44
metadata:
55
title: "Plan AI Adoption"
66
description: "Learn how to create an AI adoption plan to align projects with business priorities, address skill gaps, and deliver results efficiently."

learn-pr/wwl-azure/design-ai-workloads/4-platform-workloads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.design-ai-workloads.platform-workloads
3-
title: "Design PaaS AI Workloads"
3+
title: "Design PaaS AI workloads"
44
metadata:
55
title: "Design PaaS AI Workloads"
66
description: "Learn how to design scalable and secure PaaS AI workloads on Azure, including generative AI, nongenerative AI, and secure networking."

learn-pr/wwl-azure/design-ai-workloads/5-infrastructure-workloads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.design-ai-workloads.infrastructure-workloads
3-
title: "Design IaaS AI Workloads"
3+
title: "Design IaaS AI workloads"
44
metadata:
55
title: "Design IaaS AI Workloads"
66
description: "Learn how to design IaaS AI workloads using Azure landing zones for scalable, efficient, and secure AI deployment and management."

learn-pr/wwl-azure/design-ai-workloads/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This module helps you design and implement AI workloads on Azure. You learn how
22

33
:::image type="content" source="../media/strategy-steps.png" alt-text="Diagram of the units in the module.":::
44

5-
### Learning Objectives
5+
### Learning objectives
66

77
- Select SaaS, PaaS, or IaaS AI solutions based on business needs and required levels of control.
88

learn-pr/wwl-azure/design-ai-workloads/includes/4-platform-workloads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ When you're designing AI workloads on Azure PaaS, focus on three things: choose
66

77
In this example, Microsoft Foundry orchestrates the answer to a user’s search query. AI Search uses grounding data to provide an answer.
88

9-
:::image type="content" source="../media/generative-workflow.png" alt-text="Diagram of a generative workflow.":::
9+
:::image type="content" source="../media/generative-workflow.png" alt-text="Diagram of a generative workflow." lightbox="../media/generative-workflow.png":::
1010

1111
To build effective applications, select resources that ground AI models and deliver accurate results. Ensure you match the right tools to the type of AI you’re building. For generative AI you’re basically taking a user question, finding the right data to ground the answer, and passing everything through a model. That means you pick a generative AI platform (Foundry or Azure OpenAI), an orchestrator to handle the workflow, something like Azure AI Search to retrieve relevant data, and the place where your data lives, such as Blob Storage.
1212

@@ -19,7 +19,7 @@ To build effective applications, select resources that ground AI models and deli
1919

2020
In this example, an AI app uses Azure AI Services and Azure Machine Learning to provide a response.
2121

22-
:::image type="content" source="../media/traditional-workflow.png" alt-text="Diagram of a nongenerative workflow.":::
22+
:::image type="content" source="../media/traditional-workflow.png" alt-text="Diagram of a nongenerative workflow." lightbox="../media/traditional-workflow.png":::
2323

2424
Select resources that help you build AI workloads with prebuilt or custom solutions. You send data into a model and get results—no grounding step required. You can use prebuilt AI services if you want something simple with no extra compute, or Azure Machine Learning if you need to train or customize a model. Either way, you choose the compute you need, your data source, and any optional processing tools.
2525

learn-pr/wwl-azure/design-ai-workloads/includes/7-secure-workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Next, build incident response plans tailored to AI. Plans should outline how you
3030

3131
Finally, monitor each AI platform. Different architectures have different risks, so platform-specific monitoring ensures you’re covering all potential attack paths.
3232

33-
### Tool Summary
33+
### Tool summary
3434

3535
This table provides a summary of some of the security tools and processes.
3636

38.5 KB
Loading
-184 Bytes
Loading
-71.7 KB
Loading

0 commit comments

Comments
 (0)