Wednesday, November 4, 2020

Create Azure Devops Project and Git Repository (Part 2- Azure Function CI/CD)

Prerequisite – Register Free on Azure Devops

Link - https://azure.microsoft.com/en-us/services/devops/

1.      Create a project

To create project, enter project name, type, version control and click on “Create Project”.

Project successfully created, open project.

2.      Create Repository

To create repository, click on “Repos” in the left navigation.

 

Then, select “New Repository” option from fly out menu.


Select Repository type, Repository name, add readme file and gitignore file for visual studio.

Then click on “Create”.

 

3.      Verify created Repository

Go back to “Repos” from the left navigation and we can see repo created with default master branch and two files added to it (readme and gitignore)


Our repository is ready, Lets move to Step 3.

Happy Learning, LET'S SHARE !

No comments:

Post a Comment

Popular Posts