Challenge 06 - Continuous Integration (CI)

< Previous Challenge - Home - Next Challenge >

Introduction

With our Azure resources created we have laid the foundations resources for our application. Now, we must connect our source code and its destination. The first step in this journey is called Continuous Integration (CI).

Continuous integration is the process of merging local code changes into source control and may include steps to automatically build and/or test the code. When done effectively, Continuous Integration allows developers to rapidly iterate and collaborate, and it helps ensure that newly added code does not break the current application.

Review the following articles:

Description

In this challenge, you will build and test the .NET Core application.

At this point, any changes pushed to the /Application folder automatically triggers the workflow…and that is Continuous Integration!

Success Criteria

Learning Resources

Tips

Advanced Challenges (optional)

< Previous Challenge - Home - Next Challenge >