AI Instructor Live Labs Included

AI-300: Operationalizing Machine Learning and Generative AI Solutions

Operationalize ML and generative AI on Azure — Azure ML lifecycle, Foundry evaluations, GitHub Actions OIDC, RAG tuning, fine-tuning. AI-300 exam prep.

Advanced
1d 3h 35m
14 Lessons
AI-300: Operationalizing ML and Generative AI Solutions Badge

View badge details

About This Course

Master the discipline of operating machine learning and generative AI in production. Learn how to build the infrastructure, delivery pipelines, evaluation practices, and observability that turn a working model or prompt into a reliable service your organization can depend on. Through hands-on labs across the full AI lifecycle you will design production-grade AI platforms on Azure, deploy models safely with progressive rollout, continuously evaluate quality and safety, monitor live traffic and cost, and optimize performance through retrieval-augmented generation tuning and fine-tuning. By the end you will be able to design, ship, and operate a complete MLOps and GenAIOps solution end-to-end. Prepares you for Microsoft's AI-300 certification exam.

Course Curriculum

14 Lessons
01
AI Lesson
AI Lesson

The MLOps + GenAIOps operating model at Meridian Freight

1h 0m

Learn what it means to operationalize machine learning and generative AI in production. In this orientation you will build the mental model that ties every subsequent lesson together — the shared discipline that turns a trained model or a working prompt into a reliable service. You will leave able to explain how MLOps and GenAIOps share infrastructure yet diverge on lifecycle, and to map every AI-300 exam objective onto a concrete production surface.

02
AI Lesson
AI Lesson

Data, assets, environments, and IaC — the ML workspace as a system

45m

Learn how the components of a production machine learning platform fit together. You will build a working mental model of how workspaces, datastores, data assets, environments, and reusable components combine to support the full model lifecycle, and how infrastructure as code delivers that platform reliably from source control. After this lesson you will be able to read a production ML platform's architecture and reason about how new capabilities extend it.

03
Lab Exercise
Lab Exercise

Provision the MLOps foundation — GitHub, OIDC, and your first Azure ML workspace - Lab Exercises

2h 30m 5 Exercises
Practice standing up a production-grade machine learning platform from scratch. You will learn how to establish a secure, secret-free delivery pipeline from source control to cloud resources, and how to reason about the identity model that authorizes production changes. By the end of this lab you will be able to provision an ML workspace and its dependent services through automated infrastructure delivery, and to reproduce the same pattern for any new AI platform component. Note: This lab pre-provisions Azure resources at start — allow >15 minutes for the environment to become ready before beginning the exercises.
04
AI Lesson
AI Lesson

Training, tracking, tuning, and evaluating models — the ML lifecycle

1h 0m

Learn how modern machine learning teams manage experiments and produce trustworthy models. You will explore how experiment tracking, hyperparameter tuning, automated model exploration, and responsible-AI evaluation combine to move a model from an idea to a registered, evaluated artifact ready for deployment. After this lesson you will be able to design an end-to-end training workflow that captures every experiment and produces production-ready models.

05
Lab Exercise
Lab Exercise

Train, register, and evaluate Meridian's ETA predictor - Lab Exercises

3h 0m 7 Exercises
Practice the classical machine learning lifecycle end-to-end on a realistic dataset. You will train a model with experiment tracking, tune it with a hyperparameter search, evaluate it responsibly, and register the best version so a deployment pipeline can consume it. By the end you will be able to deliver a trained, tracked, and evaluated model into a workspace's model registry through automated jobs. Note: This lab pre-provisions Azure resources at start — allow >15 minutes for the environment to become ready before beginning the exercises.
06
AI Lesson
AI Lesson

Deploying and monitoring machine learning models — endpoints, progressive rollout, drift

1h 0m

Learn how production machine learning deployments work and how to keep them healthy over time. You will explore progressive rollout strategies for new model versions, traffic mirroring for shadow testing, data-drift detection, and automated retraining triggers. After this lesson you will be able to design a safe deployment strategy for a model and specify the monitoring signals that catch performance degradation before customers notice.

07
Lab Exercise
Lab Exercise

Deploy the ETA predictor with progressive rollout and drift monitoring - Lab Exercises

3h 20m 7 Exercises
Practice deploying a machine learning model to production safely. You will deploy a model behind a real-time endpoint, roll it out progressively without downtime, mirror live traffic for shadow testing, and configure drift monitoring with an automated retraining trigger. By the end you will be able to release new model versions to production without customer impact and detect quality degradation before it becomes a customer-visible incident. Note: This lab pre-provisions Azure resources at start — allow >15 minutes for the environment to become ready before beginning the exercises.
08
AI Lesson
AI Lesson

Foundry as a production platform — projects, foundation models, prompts, provisioned throughput

1h 0m

Learn how generative AI applications get deployed and operated in production. You will understand the Microsoft Foundry hierarchy of accounts, projects, and model deployments, how to choose deployment types for different workloads, and how to version prompts alongside application code. After this lesson you will be able to design the platform architecture for a Foundry-hosted generative AI application.

09
Lab Exercise
Lab Exercise

Provision Meridian Dispatcher's Foundry stack + versioned prompts - Lab Exercises

2h 30m 5 Exercises
Practice standing up a production generative AI platform on Microsoft Foundry. You will provision the Foundry account, project, and model deployments; version prompts in source control alongside application code; and deliver a working generative AI application through automated pipelines. By the end of this lab you will be able to ship a Foundry-hosted GenAI application from a git commit to a running service. Note: This lab pre-provisions Azure resources at start — allow >15 minutes for the environment to become ready before beginning the exercises.
10
AI Lesson
AI Lesson

Quality, safety, and observability for generative AI

1h 0m

Learn how to evaluate the quality and safety of generative AI applications and observe them in production. You will explore the built-in evaluator taxonomy, how to build a golden test dataset, how to configure a safety battery for both pre-merge CI and continuous monitoring, and how to unify traces, metrics, evaluations, and cost into a single view. After this lesson you will be able to design a complete evaluation and observability strategy for any generative AI application.

11
Lab Exercise
Lab Exercise

Evaluate and observe Meridian Dispatcher end-to-end - Lab Exercises

2h 30m 7 Exercises
Practice building a full quality and safety evaluation harness for a production generative AI application. You will run quality and safety evaluators against a golden dataset, author a custom evaluator for business-specific rules, wire evaluations into your CI pipeline, and configure continuous monitoring on live traffic. By the end you will be able to prove and continuously verify that a generative AI application meets quality, safety, and cost targets. Note: This lab pre-provisions Azure resources at start — allow >15 minutes for the environment to become ready before beginning the exercises.
12
AI Lesson
AI Lesson

Optimize — RAG performance tuning and model fine-tuning

1h 0m

Learn how to systematically improve the accuracy and efficiency of generative AI systems. You will explore the levers that tune retrieval-augmented generation quality, how hybrid search improves recall on structured queries, and when and how fine-tuning is worth the investment. After this lesson you will be able to plan a quantitative optimization campaign for a generative AI application with clear success criteria.

13
Lab Exercise
Lab Exercise

Optimize Meridian's Contract Summarizer — RAG tuning + fine-tuning - Lab Exercises

3h 0m 7 Exercises
Practice systematically optimizing a real generative AI application. You will tune retrieval, add hybrid search, generate synthetic training data, fine-tune a model, and promote the optimized version behind a traffic-split evaluation gate. By the end you will be able to run a rigorous optimization loop that quantifies every improvement before promoting it to production. Note: This lab pre-provisions Azure resources at start — allow >15 minutes for the environment to become ready before beginning the exercises.
14
Lab Exercise
Lab Exercise

Capstone — end-to-end MLOps + GenAIOps for Meridian's Auto-Dispatch service - Lab Exercises

4h 0m 7 Exercises
Bring everything together in a capstone project that operates a full production AI system end-to-end. You will deliver a classical machine learning endpoint, a generative AI application, and their orchestration through a single automated pipeline; wire evaluation gates that block bad promotions; and observe the whole system through a unified dashboard. By the end you will have demonstrated the complete MLOps and GenAIOps discipline that the AI-300 certification measures. Note: This lab pre-provisions Azure resources at start — allow >15 minutes for the environment to become ready before beginning the exercises.

This course includes:

  • 24/7 AI Instructor Support
  • Live Lab Environments
  • 7 Hands-on Lessons
  • Completion Badge
AI-300: Operationalizing ML and Generative AI Solutions Badge

Earn Your Badge

Complete all lessons to unlock the AI-300: Operationalizing ML and Generative AI Solutions achievement badge.

Skill Level Advanced
Total Duration 1d 3h 35m
AI-300: Operationalizing ML and Generative AI Solutions Badge
Achievement Badge

AI-300: Operationalizing ML and Generative AI Solutions

Awarded for completing the AI-300 course covering MLOps and GenAIOps on Azure — Azure Machine Learning workspace management, model lifecycle with MLflow, managed online endpoints with progressive rollout, Foundry projects with Bicep, GitHub Actions with OIDC federation, azure-ai-evaluation-driven quality and safety gates, RAG optimization, and fine-tuning.

Course AI-300: Operationalizing Machine Learning and Generative AI Solutions
Criteria Complete all lessons in the AI-300: Operationalizing Machine Learning and Generative AI Solutions course.
Valid For 730 days

Skills You'll Earn

MLOps on Azure Azure Machine Learning workspaces MLflow experiment tracking Managed online endpoints and progressive rollout Data drift monitoring Microsoft Foundry projects GitHub Actions with OIDC Azure AI Evaluation SDK RAG optimization Fine-tuning and traffic-split promotion

Complete all lessons in this course to earn this badge