# What the Hack: DevOps ## Challenge 0 - Setup [Home](../readme.md) - [Next](challenge01.md) ### 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](https://azure.microsoft.com/) 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](https://azure.microsoft.com/free/). 3. Log into the [Azure Portal](https://portal.azure.com) and confirm that you have an active subscription that you can deploy cloud services to. 4. Log into [Azure DevOps](https://dev.azure.com/) 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](https://docs.microsoft.com/en-us/azure/devops/user-guide/sign-up-invite-teammates)) 1. HINT: Look under Advanced to select your version control and work item process. You cannot change these after you create your project. 5. Download and install [Git SCM](https://git-scm.com/download) if you don't have it or a similar Git client installed 6. Download and install [Visual Studio Code](https://code.visualstudio.com) 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](../readme.md) - [Next](challenge01.md)