Preparing your MLOps environment
In this section, we will go through ensuring that the technical requirements are fulfilled, given you have permission to do so. To prepare your environment, we will be doing the following:
- Creating a second AML workspace
- Creating an Azure DevOps Organization and Project
- Confirming the code in the
dev
AML workspace - Moving the code to your Azure DevOps Repo
- Setting up variables in Azure Key Vault
- Setting up Azure DevOps environment variable groups
- Creating an Azure DevOps environment
- Setting your Azure DevOps service connections
- Creating an Azure DevOps pipeline
- Running an Azure DevOps pipeline
Creating a second AML workspace
Up to this point, you have been working in a single AML workspace. With our MLOps pipeline implementation, we will be using two workspaces. For information on deploying a second AML workspace, see Chapter 1, Introducing the Azure Machine Learning Service. After you have created...