From the course: Azure Kubernetes Service (AKS): Deploying Microservices

Unlock the full course today

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

Setting up a repo for your codebase

Setting up a repo for your codebase

- Let's quickly set up our Azure DevOps project and commit our source code to Azure Repos. If you're not registered on Azure DevOps, you can quickly head over to your browser and type dev.azure.com, then click the start free button. In the next page, provide your personal Outlook account or create one if you do not have an Outlook profile. Then follow the steps to create a DevOps organization. If you have an account, simply click the sign in to Azure DevOps option. Then provide your credentials to proceed. Once you're logged in, at the top right corner of the portal click the new project button. Let's name this project postop with a small letter. You can provide a simple description if you want, and select the public or private visibility option. I'll leave mine on private. Expand the advanced option, and you see here we have Git version control enabled, and the work item would be basic. Click the create button. Once…

Contents