Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.52 KB

before-you-start.md

File metadata and controls

42 lines (23 loc) · 1.52 KB

Before you start

What do i need

  • Azure DevOps
  • Azure Subscription (AIRS, MSDN or others)

Prepare your Azure DevOps (ADO) Organization

Create a new ADO Organization

Goto dev.azure.com and signin with your credentials. If you don't already have a DevOps organization you can use for testing create a "New organization" by clicking on "New organization":

Create a new Azure DevOps Organization

The next step is to define a name for your new ADO Organization:

Define a Name for Azure DevOps Organization

  • And click on "Continue".

Now we have a new Organization in Azure DevOps and we can continue with creating a new project.

Create a new ADO Project

Within your new ADO organization you can create one or more so called "Projects".

Projects can have different levels of visibility:

  • Public - Anyone on the internet can view the project.
  • Enterprise - Member of your enterprise can view the project.
  • Private - Only people you give access to will be able to view this project.

For our training we specify a name, select "Private" and click on "+ Create project".

Create a new Project

After a few seconds you should see your new project in Azure DevOps:

First look / new project

We are now done with the preparation for our lab and can continue with Lab 1 (or go back to the Overview).