...

/

Check the GitHub Actions and Test the App Service

Check the GitHub Actions and Test the App Service

Check the GitHub action for CI/CD deployment and test the app service URL.

Check the CI/CD workflow

Once you have successfully connected the app to GitHub, go to your GitHub repository. You should see something similar to the snapshot shown below:

Explanation

  • Step 1: You will see a workflow file that will be added automatically by Azure. This file is used by Azure to configure the CI/CD (Continuous Integration/Continuous Deployment) with GitHub.

    A workflow is defined by a YAML (.yml) file in the /.github/workflows/ path in your repository. This definition ...