From the course: Building a Web Application on Microsoft Azure

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Creating a new Azure DevOps project and adding existing code

Creating a new Azure DevOps project and adding existing code - Azure Tutorial

From the course: Building a Web Application on Microsoft Azure

Creating a new Azure DevOps project and adding existing code

- [Instructor] Now that we've created this new organization, let's got ahead and create a new project, and let's name it, say WPN, which stands for wisdom pet medicine. And we're going to use a private visibility. And, finally, we're going to use Git as its version control technology. So, let's go ahead and click on the create project button. And, as you can see here, this process is quite fast. So, here's the landing page for the project that we successfully created. And now we're ready to navigate to Repos. And, in this case, we don't have any source code yet. And, it makes sense, because I need to push the existing code page that we're going to use in this course. So, there are a couple of options that I can use here. The first one is cloning the entire repository in my computer and then copying the entire project to that new folder. Or, I can use an existing folder, and use the Git remote add command to specify…

Contents