In this chapter, we will cover how you can use Microsoft Azure to operationalize your MLFlow models. In particular, we will look at how you can also utilize Azure’s built-in functionality to deploy a model to a development branch and to a production branch, along with how you can query the models once deployed.
Introduction
In the previous chapter, we went over how to deploy your models to Amazon SageMaker, manage them through update or delete events, and query them. Now, we will shift our focus to show how you can operationalize ...