К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Operationalizing LLMs on Azure · LearnSpace
Назад в каталог
courseraIT и технологии

Operationalizing LLMs on Azure

Курс от Duke University
Средний≈ 10.7 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

This course is designed for individuals at both an intermediate and beginner level, including data scientists, AI enthusiasts, and professionals seeking to harness the power of Azure for Large Language Models (LLMs). Tailored for those with foundational programming experience and familiarity with Azure basics, this comprehensive program takes you through a four-week journey. In the first week, you'll delve into Azure's AI services and the Azure portal, gaining insights into large language models, their functionalities, and strategies for risk mitigation. Subsequent weeks cover practical applications, including leveraging Azure Machine Learning, managing GPU quotas, deploying models, and utilizing the Azure OpenAI Service. As you progress, the course explores nuanced query crafting, Semantic Kernel implementation, and advanced strategies for optimizing interactions with LLMs within the Azure environment. The final week focuses on architectural patterns, deployment strategies, and hands-on application building using RAG, Azure services, and GitHub Actions workflows. Whether you're a data professional or AI enthusiast, this course equips you with the skills to deploy, optimize, and build robust large-scale applications leveraging Azure and Large Language Models.

Навыки, которые вы освоите

Microsoft AzureModel DeploymentRetrieval-Augmented GenerationLarge Language ModelingLLM ApplicationOpenAI APICloud DeploymentApplication DeploymentMLOps (Machine Learning Operations)OpenAIPython ProgrammingPrompt PatternsRisk Management FrameworkPrompt EngineeringEmbeddings

Программа курса

4 модулей · 107 учебных материалов

01Introduction to LLMOps with Azure32 материалов

About the course

Meet your instructor: Alfredo DezaВидеоConnect with your instructorЧтениеAbout this courseВидеоCourse structure and discussion etiquetteЧтение

Учитесь у экспертов

Noah Gift

Executive in Residence and Founder of Pragmatic AI Labs

Alfredo Deza

Adjunct Assistant Professor in the Pratt School of Engineering

Derek Wales

Adjunct Professor

Operationalizing LLMs on Azure
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 10.7 ч

4 модулей

Язык: Английский

Субтитры: Арабский, Французский, Узбекский, Украинский, Китайский (Китай), Греческий, Итальянский, Бразильский португальский, Вьетнамский, Нидерландский, Корейский, Немецкий, Русский, Тайский, Индонезийский, Шведский, Турецкий, Испанский, Хинди, Японский, Казахский, Венгерский, Польский

Часть программы вашего университета
Meet and greet (optional)Обсуждение
Report a problem with the courseЧтение

Introduction to Azure and its AI Services

IntroductionВидеоIntroduction to the Azure PortalВидеоExternal lab: Create an Azure accountЧтениеUsing Microsoft LearnВидеоIdentifying the Azure AI solutionsВидеоIntroduction to Azure Machine LearningВидеоIntroduction to Azure Open AI ServiceВидеоSummaryВидеоWhat is Azure OpenAI Service?ЧтениеWhat is Azure Machine Learning?Чтение

Overview of Large Language Models

IntroductionВидеоWhat are LLMs and how do they work?ВидеоBenefits and risks of using LLMsВидеоMitigating risks of LLMsВидеоIntroduction to LLMOpsВидеоSummaryВидеоAn introduction to LLMOpsЧтение

LLM deployment options in Azure

IntroductionВидеоDiscover and evaluate LLMs in AzureВидеоDeployment options for inferencingВидеоWhat is the Azure AI Content Safety feature?ВидеоAzure Machine Learning and Azure Open AI Service differencesВидеоExternal Lab: Explore Azure Machine Learning StudioЧтениеSummaryВидеоWhat is Azure Content Safety?ЧтениеIntroduction to LLMOps with AzureЗадание
02LLMs with Azure23 материалов

Azure Machine Learning and LLMs

IntroductionВидеоGPU quotas and availabilityВидеоCreating a compute resourceВидеоAzure ML: Create ResourcesЧтениеDeploying the modelВидеоUsing the inference APIВидеоSummaryВидеоExternal lab: Create a compute resourceЧтение

Azure OpenAI Service

IntroductionВидеоGetting access to Azure OpenAI ServiceВидеоCreating an Azure OpenAI Service resourceВидеоDeploy an OpenAI modelВидеоUsing the playgroundВидеоSummaryВидеоExternal lab: Use the Azure OpenAI Service Playground

Azure OpenAI APIs

IntroductionВидеоUsing keys and endpointsВидеоCreating a simple Python exampleВидеоReviewing usage and quotasВидеоCleaning up resourcesВидеоSummaryВидеоLLMs with Azure
03Extending with Functions and Plugins23 материалов

Improved prompts with Semantic Kernel

IntroductionВидеоWhat is Semantic Kernel?ВидеоUsing Semantic Kernel with AzureВидеоUsing a system promptВидеоAdvanced system promptsВидеоSummaryВидеоExternal lab: Using Semantic Kernel with AzureЧтение

Extending results with Functions

IntroductionВидеоOverview of functionsВидеоDefining functionsВидеоUsing the function with the LLMВидеоWorking with errorsВидеоSummaryВидеоExternal lab: Using Functions

Using functions with external APIs

IntroductionВидеоCreating a glue functionВидеоConsuming function argumentsВидеоUsing a native functionВидеоOverview of a microservice for functionsВидеоUsing an external microservice APIВидео
04Building an End-to-End LLM application in Azure29 материалов

Architecture of an LLM application

IntroductionВидеоArchitectural overviewВидеоWhat is RAGВидеоOverview of Azure AI SearchВидеоAutomation and deployment with GitHubВидеоSummaryВидеоExternal lab: Create an Azure AI Search resourceЧтениеAzure AI Document Intelligence and Azure OpenAIЧтение

Retrieval Augmented Generation with Azure AI Search

IntroductionВидеоCreate the Azure resourcesВидеоIntroduction to RAGЧтениеCreate the embeddingsВидеоCreate and upload the indexВидеоVerifying the embeddingsВидео

Deployment and scaling with GitHub Actions

IntroductionВидеоApplication overviewВидеоSetting up Azure componentsВидеоArchitectural overviewВидеоUsing GitHub Actions with AzureВидеоVerifying and troubleshooting deploymentsВидео
Чтение
Задание
External lab: Using Azure OpenAI APIsЧтение
Чтение
SummaryВидео
Functions and PluginsЗадание
External lab: Use native functionsЧтение
Using RAG with Azure OpenAIВидео
SummaryВидео
External lab: Create embeddings in an indexЧтение
SummaryВидео
Azure Container AppsЧтение
External Lab: Deploy an end-to-end applicationЧтение
End-to-end LLM applicationsЗадание
Next stepsЧтение
Share your learning experienceЧтение