Search⌘ K
AI Features

Check the CI/CD Pipeline and Test the Final API

Explore how to manage code changes with Git and GitHub, monitor the CI/CD workflow execution, and test your deployed REST API on Azure to ensure logging and deployment success.

Push changes to GitHub

We have made some changes in our code to implement logging using Application Insights, so we need to first push those changes to our GitHub repository.

Let us see the steps below:

Explanation

  • Step 1: Run the GIT ...