Master the development of generative AI solutions using Microsoft Azure. This hands-on course guides you through the complete application lifecycle, from foundational concepts to deployment. You will learn to control Large Language Models (LLMs) with advanced prompt engineering, ground models in custom data using Retrieval-Augmented Generation (RAG) pipelines, and tailor their behavior with fine-tuning techniques. Using powerful Azure tools, you'll build, deploy, and manage sophisticated AI applications ready to solve real-world challenges.

Working with large language models using Azure
本课程是 Microsoft Generative AI Engineering 专业证书 的一部分

位教师: Microsoft
访问权限由 New York State Department of Labor 提供
推荐体验
推荐体验
中级
This program is for developers with foundational Azure & Python skills, seeking to build & customize generative AI models in the Microsoft ecosystem.
推荐体验
推荐体验
中级
This program is for developers with foundational Azure & Python skills, seeking to build & customize generative AI models in the Microsoft ecosystem.
要了解的详细信息

添加到您的领英档案
23 项作业
January 2026
了解顶级公司的员工如何掌握热门技能

积累 Software Development 领域的专业知识
- 向行业专家学习新概念
- 获得对主题或工具的基础理解
- 通过实践项目培养工作相关技能
- 通过 Microsoft 获得可共享的职业证书

该课程共有4个模块
This foundational module introduces the core concepts behind Large Language Models (LLMs). You will start by exploring the fundamental architecture that powers models like GPT (Generative Pre-trained Transformer) and learn how they process information and generate human-like text. The second half of the module is dedicated to prompt engineering, where you will learn and apply essential techniques—from basic commands to advanced strategies like few-shot learning and chain-of-thought—to effectively communicate with and control AI models to achieve desired outcomes. Important Notice on the Azure Interface: The screencast videos and screenshots were last updated in late 2025. Please be aware that Microsoft may have updated the Azure interface since then. If the steps shown in the course materials look different from your current Azure environment, please follow the most up-to-date interface, as the underlying concepts and learning objectives remain the same.
涵盖的内容
8个视频8篇阅读材料5个作业
8个视频• 总计34分钟
- Introduction to Microsoft Generative AI engineering certification• 4分钟
- Introduction to Working with Large Language Models using Azure course• 3分钟
- Introduction to LLMs and prompt engineering• 3分钟
- The impact of LLMs• 6分钟
- A look inside an LLM: From prompt to response• 5分钟
- Why Prompt Engineering Matters• 4分钟
- Crafting effective prompts• 6分钟
- Module 1 summary: LLM fundamentals and prompt engineering• 2分钟
8篇阅读材料• 总计95分钟
- Course syllabus and recommended background• 5分钟
- Overview of LLM interaction• 10分钟
- Exploring LLM architecture• 15分钟
- LLM fundamentals: From tokens to sequential models• 15分钟
- The blueprint of modern LLMs: The transformer architecture• 15分钟
- Insights from LLM interactions• 10分钟
- Techniques in prompt engineering• 15分钟
- Prompt engineering success strategies• 10分钟
5个作业• 总计180分钟
- Module 1 Evaluation: Graded Quiz• 30分钟
- Interacting with LLMs: Basics• 30分钟
- LLM architecture: Practice Quiz• 30分钟
- Creating successful prompts• 60分钟
- Prompt engineering skills: Practice Quiz• 30分钟
This module focuses on one of the most powerful techniques for enhancing LLMs: Retrieval-Augmented Generation (RAG). You will learn how to ground models in external, private, or real-time data sources to provide more accurate and contextually relevant responses. You will start by building a basic RAG pipeline using Azure services and then progress to constructing and optimizing advanced systems with techniques like semantic ranking and sophisticated data chunking strategies. Important Notice on the Azure Interface: The screencast videos and screenshots were last updated in late 2025. Please be aware that Microsoft may have updated the Azure interface since then. If the steps shown in the course materials look different from your current Azure environment, please follow the most up-to-date interface, as the underlying concepts and learning objectives remain the same.
涵盖的内容
5个视频6篇阅读材料6个作业
5个视频• 总计24分钟
- Introduction to RAG: Grounding AI with data• 5分钟
- RAG pipelines explained• 6分钟
- Data sources for RAG: Azure AI Search and the Marketplace• 6分钟
- Advanced RAG configurations• 5分钟
- Module 2 summary: Mastering RAG pipelines• 3分钟
6篇阅读材料• 总计70分钟
- Understanding RAG frameworks• 15分钟
- Introduction to RAG techniques• 10分钟
- Reviewing your first RAG pipeline• 10分钟
- Advanced RAG pipeline techniques• 15分钟
- Effective RAG optimization strategies• 10分钟
- Case study: Implementing advanced RAG in a corporate setting• 10分钟
6个作业• 总计215分钟
- Module 2 evaluation: Graded Quiz• 30分钟
- Exploring RAG pipelines• 30分钟
- Basic RAG pipeline setup• 35分钟
- RAG fundamentals: Practice Quiz• 30分钟
- Optimizing RAG implementations• 60分钟
- Advanced RAG skills evaluation: Practice Quiz• 30分钟
This module explores fine-tuning as a powerful method for customizing an LLM's core behavior, style, or knowledge for specialized tasks. You will learn the entire fine-tuning workflow, from preparing a high-quality dataset to launching the training job and evaluating the customized model's performance in Azure. Critically, you will learn to strategically decide when to use fine-tuning versus RAG—or a hybrid of both—to create highly effective, domain-specific AI solutions. Important Notice on the Azure Interface: The screencast videos and screenshots were last updated in late 2025. Please be aware that Microsoft may have updated the Azure interface since then. If the steps shown in the course materials look different from your current Azure environment, please follow the most up-to-date interface, as the underlying concepts and learning objectives remain the same.
涵盖的内容
4个视频7篇阅读材料6个作业
4个视频• 总计19分钟
- The art of fine-tuning• 6分钟
- A guided tour of Azure's fine-tuning interface• 5分钟
- Integrating domain expertise into your application• 5分钟
- Module 3 summary: Mastering customization with fine-tuning• 2分钟
7篇阅读材料• 总计70分钟
- Fine-tuning techniques• 10分钟
- Learnings from fine-tuning LLMs• 10分钟
- Evaluating your custom fine-tuned model• 10分钟
- Strategies for domain integration• 10分钟
- A framework for evaluating custom models• 10分钟
- Analyzing domain specific LLMs• 10分钟
- RAG vs. fine-tuning: A strategic decision framework• 10分钟
6个作业• 总计215分钟
- Module 3 evaluation: Graded Quiz• 30分钟
- Fine-tuning practice• 30分钟
- Customized LLM implementation• 35分钟
- Fine-tuning comprehension: Practice Quiz• 30分钟
- From customization to application: A domain-specific LLM lab• 60分钟
- Real world use assessment: Practice Quiz• 30分钟
This module transitions from theory to practice by guiding you through the end-to-end process of building and deploying a complete generative AI application. You will learn to design an application's architecture and user flow before using Azure AI Foundry and Prompt flow tools to build it. The module then covers the critical MLOps lifecycle, teaching you how to deploy your application as a secure endpoint, manage it in a production environment, and implement monitoring with Azure Monitor for performance and cost. Important Notice on the Azure Interface: The screencast videos and screenshots were last updated in late 2025. Please be aware that Microsoft may have updated the Azure interface since then. If the steps shown in the course materials look different from your current Azure environment, please follow the most up-to-date interface, as the underlying concepts and learning objectives remain the same.
涵盖的内容
6个视频6篇阅读材料6个作业
6个视频• 总计28分钟
- Introduction to application development: From model to product• 3分钟
- Harnessing Generative AI: From models to products• 5分钟
- Visualizing an application with prompt flow• 7分钟
- Deploying on Azure AI Foundry• 6分钟
- Module 4 summary: Your journey as an AI application developer• 2分钟
- Course Summary• 4分钟
6篇阅读材料• 总计65分钟
- Foundations for generative applications• 10分钟
- Building successful generative AI apps• 10分钟
- Key concepts in prompt flow development• 10分钟
- Deployment and management techniques• 15分钟
- Effective management of AI applications• 10分钟
- The MLOps lifecycle for generative AI• 10分钟
6个作业• 总计220分钟
- Module 4 evaluation: Graded Quiz• 30分钟
- Application design basics• 60分钟
- Application development with Azure• 40分钟
- Evaluating generative application architectures: Practice Quiz• 30分钟
- Application deployment and monitoring• 30分钟
- Deployment and management skills: Practice Quiz• 30分钟
获得职业证书
将此证书添加到您的 LinkedIn 个人资料、简历或履历中。在社交媒体和绩效考核中分享。
位教师

提供方

提供方

Our goal at Microsoft is to empower every individual and organization on the planet to achieve more. In this next revolution of digital transformation, growth is being driven by technology. Our integrated cloud approach creates an unmatched platform for digital transformation. We address the real-world needs of customers by seamlessly integrating Microsoft 365, Dynamics 365, LinkedIn, GitHub, Microsoft Power Platform, and Azure to unlock business value for every organization—from large enterprises to family-run businesses. The backbone and foundation of this is Azure.
人们为什么选择 Coursera 来帮助自己实现职业发展

Felipe M.

Jennifer J.

Larry W.

Chaitanya A.
从 Computer Science 浏览更多内容
DDuke University
课程
DDuke University
课程

课程

