Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Hands-On  MLOps on Azure
Hands-On  MLOps on Azure

Hands-On MLOps on Azure: Automate, secure, and scale ML workflows with the Azure ML CLI, GitHub, and LLMOps

Arrow left icon
Profile Icon Banibrata De
Arrow right icon
$22.99 $35.99
eBook Aug 2025 276 pages 1st Edition
eBook
$22.99 $35.99
Paperback
$35.98 $44.99
Subscription
Free Trial
Renews at $19.99p/m
Arrow left icon
Profile Icon Banibrata De
Arrow right icon
$22.99 $35.99
eBook Aug 2025 276 pages 1st Edition
eBook
$22.99 $35.99
Paperback
$35.98 $44.99
Subscription
Free Trial
Renews at $19.99p/m
eBook
$22.99 $35.99
Paperback
$35.98 $44.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Hands-On MLOps on Azure

Understanding DevOps to MLOps

In the dynamic intersection of technology and innovation, the disciplines of DevOps and Machine Learning Operations (MLOps), represent transformative approaches to software and ML lifecycle management, respectively. This chapter explores how DevOps, a set of practices for faster software development, lays the groundwork for MLOps. MLOps is a similar approach specifically designed for the unique challenges of building and managing ML models.

Through a detailed exploration, we will uncover how the core principles of DevOps are not only applicable but essential to the effective management of ML processes. Because ML models can change their output for the same data, MLOps uses continuous monitoring, version control, and testing to keep them working well in real-world use.

As we progress, the chapter will break down the integration of DevOps into MLOps, highlighting key practices, such as infrastructure as code and continuous delivery, that have been...

From DevOps to MLOps: Bridging the operational gap

The software development landscape has undergone a significant transformation. Traditional workflows, often characterized by siloed teams and manual processes, have given way to more collaborative and automated approaches. At the forefront of this revolution lies DevOps, a set of practices that emphasize collaboration, automation, and continuous improvement throughout the software development lifecycle.

DevOps: A foundation for MLOps

DevOps bridges development and operations through shared responsibility and automation. Its principles of continuous integration, delivery, and infrastructure as code provide the foundation for MLOps in ML.

The following are the core principles of DevOps:

  • Continuous Integration (CI): Frequent merging of code changes from developers into a central repository. This allows for early detection and resolution of integration issues.
  • Continuous Delivery (CD): Automating the delivery...

Principles and practices of MLOps

This section dives deeper into the specific practices employed in MLOps to address the unique challenges of ML. Here’s a breakdown of key areas in the following sections.

Data management in MLOps

Effective data management is a cornerstone of successful MLOps practices. By implementing robust systems for data versioning, quality assurance, and feature engineering, we can ensure that our data is reliable and ready for advanced analytical processes. The following key practices are essential for managing data in MLOps:

  • Data versioning: Tracks changes to data used in training, ensuring that models can be reproduced with the same data for comparison or troubleshooting.
  • Data quality: Ensures that data used for training is accurate, complete, and free from biases. Techniques include data validation, cleaning, and anomaly detection.
  • Feature engineering: The process of transforming raw data into meaningful features for...

Quality assurance and end-to-end lineage tracking

Ensuring the quality and trustworthiness of your ML models is paramount. This section delves into the critical practices of quality assurance (QA) and end-to-end lineage tracking within MLOps. We’ll explore how QA helps identify and mitigate potential issues in your models, while lineage tracking provides transparency into the entire ML lifecycle. By understanding these practices, you’ll be empowered to build robust and reliable models that deliver consistent value.

  • QA in ML: Ensuring the quality and trustworthiness of your models goes beyond just their technical accuracy. To achieve this, we need to employ a robust QA process specifically designed for the world of ML. This process encompasses several key areas:
    • Data quality: High-quality data forms the foundation of reliable ML models, making data validation a critical first step in the QA process. Implement automated data profiling to identify missing...

MLOps toolkits: Streamlining the ML lifecycle with ML CLIs

As we conclude our exploration of MLOps foundations, let’s turn to the practical tools that bring these concepts to life—specifically, the command-line interfaces (CLIs) that power modern ML workflows. Think of CLIs as the control center for your ML operations, providing direct, scriptable control over everything from data management to model deployment. Whether you’re training models locally or orchestrating complex distributed systems, these interfaces form the backbone of efficient MLOps practices.

Modern ML CLIs, offered by platforms such as TensorFlow, PyTorch, and major cloud providers (Azure, AWS, and GCP), transform repetitive tasks into automated workflows while ensuring reproducibility and version control. They act as a universal language for MLOps, allowing teams to standardize their processes across different environments and scales. By mastering these tools, you’ll be able to automate...

Summary

This chapter has demystified MLOps, showing how it bridges the gap between ML development and real-world deployment. Building on DevOps foundations, MLOps addresses the unique challenges of managing non-deterministic models and evolving data landscapes through automation, version control, and continuous monitoring.

We explored the entire ML lifecycle through an MLOps lens, from data management and experiment tracking to model deployment and security. These practices, combined with powerful command-line tools, enable organizations to build reliable, scalable ML systems that can evolve with business needs. At its heart, MLOps is about creating a culture of collaboration between data scientists, ML engineers, and operations teams to transform promising models into production-ready intelligent systems.

In the next chapter, we’ll dive into practical MLOps, beginning with the model training process.

Left arrow icon Right arrow icon

Key benefits

  • Build reproducible ML pipelines with Azure ML CLI and GitHub Actions
  • Automate ML workflows end to end, including deployment and monitoring
  • Apply LLMOps principles to deploy and manage generative AI responsibly across clouds
  • Purchase of the print or Kindle book includes a free PDF eBook

Description

Effective machine learning (ML) now demands not just building models but deploying and managing them at scale. Written by a seasoned senior software engineer with high-level expertise in both MLOps and LLMOps, Hands-On MLOps on Azure equips ML practitioners, DevOps engineers, and cloud professionals with the skills to automate, monitor, and scale ML systems across environments. The book begins with MLOps fundamentals and their roots in DevOps, exploring training workflows, model versioning, and reproducibility using pipelines. You'll implement CI/CD with GitHub Actions and the Azure ML CLI, automate deployments, and manage governance and alerting for enterprise use. The author draws on their production ML experience to provide you with actionable guidance and real-world examples. A dedicated section on LLMOps covers operationalizing large language models (LLMs) such as GPT-4 using RAG patterns, evaluation techniques, and responsible AI practices. You'll also work with case studies across Azure, AWS, and GCP that offer practical context for multi-cloud operations. Whether you're building pipelines, packaging models, or deploying LLMs, this guide delivers end-to-end strategy to build robust, scalable systems. By the end of this book, you'll be ready to design, deploy, and maintain enterprise-grade ML solutions with confidence.

Who is this book for?

This book is for DevOps and Cloud engineers and SREs interested in or responsible for managing the lifecycle of machine learning models. Professionals who are already familiar with their ML workloads and want to improve their practices, or those who are new to MLOps and want to learn how to effectively manage machine learning models in this environment, will find this book beneficial. The book is also useful for technical decision-makers and project managers looking to understand the process and benefits of MLOps.

What you will learn

  • Understand the DevOps to MLOps transition
  • Build reproducible, reusable pipelines using the Azure ML CLI
  • Set up CI/CD for training and deployment workflows
  • Monitor ML applications and detect model/data drift
  • Capture and secure governance and lineage data
  • Operationalize LLMs using RAG and prompt flows
  • Apply MLOps across Azure, AWS, and GCP use cases

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Aug 01, 2025
Length: 276 pages
Edition : 1st
Language : English
ISBN-13 : 9781836200321
Languages :
Concepts :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Aug 01, 2025
Length: 276 pages
Edition : 1st
Language : English
ISBN-13 : 9781836200321
Languages :
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Table of Contents

16 Chapters
Part 1: Foundations of MLOps Chevron down icon Chevron up icon
Understanding DevOps to MLOps Chevron down icon Chevron up icon
Training and Experimentation Chevron down icon Chevron up icon
Part 2: Implementing MLOps Chevron down icon Chevron up icon
Reproducible and Reusable ML Chevron down icon Chevron up icon
Model Management (Registration and Packaging) Chevron down icon Chevron up icon
Model Deployment: Batch Scoring and Real-Time Web Services Chevron down icon Chevron up icon
Capturing and Securing Governance Data for MLOps Chevron down icon Chevron up icon
Monitoring the ML Model Chevron down icon Chevron up icon
Notification and Alerting in MLOps Chevron down icon Chevron up icon
Part 3: MLOps and Beyond Chevron down icon Chevron up icon
Automating the ML Lifecycle with ML Pipelines and GitHub Workflows Chevron down icon Chevron up icon
Using Models in Real-world Applications Chevron down icon Chevron up icon
Exploring Next-Gen MLOps Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.