implementing github actions for ci cd not publishing eShopOnWeb app, tutorial

Fernando Roa 20 Reputation points
2024-05-09T14:39:02.8+00:00

Following:

https://learn.microsoft.com/en-us/training/modules/learn-continuous-integration-github-actions/10-implement-github-actions-for-ci-cd

The app shows:

Your web app is running and waiting for your content

Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,016 questions
{count} votes

Accepted answer
  1. Srinud 1,415 Reputation points Microsoft Vendor
    2024-05-17T06:00:20.8466667+00:00

    Hi Fernando Roa,

    Your patience is greatly appreciated.

    We have reached out to the content author, and they have fixed the issue as shown in the screenshot below:

     webapp-2

    17-webapp1

    Please don't hesitate to reach out to us if you have any further queries with screenshots of the error (after hiding all PII).

    If you have found the answer provided to be helpful, please click on the "Accept answer and Upvote" so that it is useful for other members in the Microsoft Q&A community.

    Thank you.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Srinud 1,415 Reputation points Microsoft Vendor
    2024-05-14T13:43:21.9766667+00:00

    Hi Fernando Roa,

    As outlined in the document, the lab provides instructions on how to implement a GitHub Action workflow for deploying an Azure web app.

    The lab primarily focuses on two key aspects:

    • Demonstrating the implementation of a GitHub Action workflow for continuous integration and continuous deployment (CI/CD).

    Explaining the fundamental characteristics of GitHub Action workflows.

    As depicted in the screenshot below, we have successfully implemented a GitHub Action workflow for deploying an Azure web app:

    ci-cd5

    • The messages displayed in the screenshot above serve as temporary placeholders or initial notifications until developers replace them with their own content or functionality. These messages are intended to provide users with feedback regarding the application's status and to assure them that everything is functioning as expected while the actual content is being prepared or deployed.

    As a workaround, please follow the steps below to clone the repository and deploy the web app locally:

    Step 1: Open Visual Studio Code and install the Azure Pipeline extension.

    Step 2: Create a folder and clone the repository.

    Step 3: Click on "Run without debugging."

    14-2 Step 4: After the build is successful, the web app will automatically open in the default browser.

    14-3

    If you find this information helpful, please consider accepting the answer by clicking the "Upvote" / "Accept Answer" button on the post.

    If you encounter any further issues, please let us know in the comments. We are here to assist you.

    Thank you.