WebApp throwing application error issue after deployment

Megalai Sathanathan 5 Reputation points
2025-03-14T06:54:24.6333333+00:00

Receiving app down issue after deployment of webApp which calls Azure bot service

User's image

The bot works when accessing using localhost but unable to run after deployment in app .

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Laxman Reddy Revuri 5,475 Reputation points Microsoft External Staff Moderator
    2025-03-14T07:59:13.6166667+00:00

    Hi @Megalai Sathanathan
    Please navigate to your web app, access the Monitoring section, and select Log Stream for a live view of your application's logs.
    Azure App Service Logging: How to Monitor Your Web Apps in Real-Time

    Verify if any necessary environment variables were not set during deployment.

    Ensure all required packages and dependencies are correctly installed and configured, as local builds may work due to dependencies present in your environment but missing in Azure.

    Ensure that the messaging endpoint is correctly set to point to your deployed web app URL.

    Verify your bot registration credentials are correctly set in your deployed app.

    If Application Insights is set up, review the logs for detailed error information.
    references:
    how to enable diagnostic logging for apps.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.