From the course: .NET Microservices for Azure Developers

Creating and cloning the repo

- [Instructor] Let's create and clone the GitHub repo that we're going to use throughout the rest of the course. So let's navigate to the new page. And here I want it to be Azure-microservice-with-dotnet. And I want it to be private. And finally, let's create the repository. Okay, so now I'm ready to clone this. So let's copy this URL and open the terminal. And here, let's execute, git clone, and then let's space this, however, I'm going to change the alias, so I don't have that long name. And this is going to be microservices. And as you can see, this is the cloned repo. And now we're ready to create the dotnet solution.

Contents