Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.63 KB

challenge00.md

File metadata and controls

26 lines (16 loc) · 1.63 KB

What the Hack: DevOps

Challenge 0 - Setup

Home - Next

Introduction

DevOps is a very broad topic and you have lots of choices when it comes to the tools that you use. In this challenge you will setup your computer and cloud environment with the minimum required tools.

Challenge

In this challenge we will setup the core components needed to complete this What the Hack.

  1. Create an Azure Subscription that you can use for this hack. If you already have a subscription you can use it or you can get a free trial here.
  2. Log into the Azure Portal and confirm that you have an active subscription that you can deploy cloud services to.
  3. Log into Azure DevOps using the SAME account as you use to log into your Azure Subscription and create a new project named What The Hack Azure DevOps. The project should be Private, use Git version control and an Agile Work item process (hint)
    1. HINT: Look under Advanced to select your version control and work item process. You cannot change these after you create your project.
  4. Download and install Git SCM if you don't have it or a similar Git client installed
  5. Download and install Visual Studio Code if you don't have it

Success Criteria

  1. You should be able to log in to the Azure Portal and the Azure DevOps Portal.

Home - Next