Then, trying to Deploy on the Azute Portal with App Service connected to Github Actions, a failure occurs, but it does not show the LOGs

Samuel Gaspar 0 Reputation points
2023-02-01T18:48:56.0366667+00:00

I have an application in a test environment that I've been developing since 01/29/2023 and all Deploys using GitHub Actions after each commit in the repository were successful. However, since today 01/02/2023 I have been trying to perform a Deploy in the same way (GitHub Actions) in the Azure Portal, but there is a failure. And then trying to analyze the LOGs does not show any log of the Deploy attempt that failed, only the previous ones that occurred successfully.

The attempts before committing to the repository in a localhost environment were successful. Below are screenshots of the process I did.

app_log_1

app_erro_1

Thanks for the community's help on this topic.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,875 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 18,191 Reputation points Microsoft Employee
    2023-02-07T06:03:38.3866667+00:00

    @Samuel Gaspar Thank you for reaching out to Microsoft Q&A, apologize for any inconvenience caused any on this.

    • Based on the shared information we have looked the backend logs for the web app OnoMonitorCenter we see there is a deployment happened at 2023-02-01 02:58 UTC and that particular deployment is successful without any issues. User's image User's image
    • You can check the deployment logs of a particular workflow deployment you can see them under Actions widget in the same configured repo as explained here or you can see the deployment logs of a particular deploy from kudu console under (/site/deployments/<deployment_ID>/) in .log file.
    • If the deployment is successful and you are not able to reach the webapp URL then I would suggest you run the Webapp down detector under the Diagnose and solve problems of you webapp to identify the cause.

    Feel free to reach back to me if you have any further questions on this.

    0 comments No comments