Přeskočit na hlavní obsah

Start with Azure DevOps

Overview

This document describes how to sign up into Microsoft Azure DevOps and there how to create an environment to software development. Using of Microsoft Azure DevOps service is not mandatory, the same result can be achieved with any other git-based service in cloud.

Initial settings of Azure DevOps

Microsoft offers free Basic plan for 5 users, described in more detail here in this picture.

images/pricing_azure_devops.png

Start with this Basic Plan on Start doing DevOps with Azure page, there you click on Try Azure for free button.

images/try_azure_for_free_button.png

Afterwards, select one from existing Microsoft accounts to login.

images/select_account.png

Then you reach Microsoft Azure page, where you click on bezplatné služby (free services) link.

images/azure_free_services.png

On next screen, click on Azure DevOps organizations link, found by following these steps.

images/select_azure_devops_org.png

You will be redirected to Azure DevOps organizations screen. Here, continue by pressing the button Create new organization.

images/create_new_organization.png

By confirming the following dialog, procedure stops on Almost done... dialog. Here you choose name of your organization (part 1). What creates with predefined suffix (dev.azure.com) complete url of your new Azure DevOps organization (part 2). Notes this complete url - it is url for your Azure DevOps. Click on button to continue.

images/almost_done.png

This dialog confirms that you are on the final way to Azure DevOps.

images/taking_you_to.png

Now, a prompt to create your first project appears. The project will be named AVAApps.

images/create_ava_apps_project.png

When creation is finished, project's workspace appears.

images/devops_project_created.png

Add contributing users to development team

The user who created the project is automatically added to the development team. If additional developers need to be added (up to five users at no cost), follow these steps.

From introductory screen of project, click on Invite button (in the upper-right corner).

images/invite_button.png

Then type e-mail(s) of invited developer(s) in Users field (point 1 in the picture below). And subsequently click on appeared field (point 2 in the same picture).

images/invite_members.png

Afterwards, Add button in the bottom right-hand corner activates and after click on it, user is created.

images/add_user_button.png

However, commonly has the newly created user Stakeholder access level. This role with has only minimum of permissions. Therefore it is necessary, assign all the newly created users to Basic role. This role has all needed permissions for successful software development.

To switch user to Basic role, go to the introductory screen of Azure Devops organization (click on Azure DevOps label in in the upper-left corner).

images/azure_devops_label.png

Afterwards, click on Organization settings field in the lower left hand corner.

images/organization_settings.png

There, click on Users.

images/users.png

For the newly created user with Stakeholder role, click on three dot button and choose Change access level.

images/three_dots.png

Set Access level value to Basic. And again store this information with Save button in the lower right hand corner.

images/change_access_level.png

In the end new user has Basic acess level. And so he can upload files in repozitory.

images/user_with_basic.png

Therefore the Azure DevOps organization with contributing developers is created and we can continue with Creation of an application repository step.