Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 2.62 KB

00-prereqs.md

File metadata and controls

51 lines (31 loc) · 2.62 KB

Challenge 0: Pre-requisites

Home - Next Challenge >

Introduction

Similar to DevOps, MLOps is a very broad topic and you have lots of choices when it comes to the tools that you use. In this challenge, our focus is to make sure you have right tools installed on your computer.

Description

In this challenge we'll be setting up all the tools we will need to complete our challenges.

  1. Azure subscription. If you do not have one, you can sign up for a free trial.

  2. Azure Machine Learning service workspace - It is a foundational resource in the cloud that you use to experiment, train, and deploy machine learning models.

  3. Azure DevOps subscription. If you do not have one, you can sign up for a free account.

    Note: Azure ML Workspace must be created first before creating Service Connections.

  4. Python Installation, version at least >= 3.6.5. Anaconda is more preferred for Data Science tasks.

  5. Visual Studio Code or any Python IDE

    • Python extensions

NOTE: You will need privileges to create projects on the DevOps account. Also, you need privileges to create Service Principal in the tenet. This translates to Ensure that the user has 'Owner' or 'User Access Administrator' permissions on the Subscription.

Success Criteria

  • You have an Azure ML Workspace created on your Azure subscription.
  • You have an Azure DevOps account with Azure Machine Learning extension installed.
  • You have python installed along with some IDE to run python code.