How can i fix a webapp service that is not working after setting up deployment without errors

khalil Balogun 0 Reputation points
2023-06-13T19:02:45.45+00:00

I setup my app service using GitHub in the deployment environment, it showed successful but the url is still showing microsoft homepage

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

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 19,151 Reputation points Moderator
    2023-06-21T23:07:04.06+00:00

    Hi @khalil Balogun

    Sorry to hear you're facing this issue. Is this for a new or existing azure web app? Can you please share the Azure documentation you followed to setup your deployment?

    Here are a few things you can do to troubleshoot the issue:

    -Make sure that your repository root has the correct files in your project. Double-check the branch name and repository URL to make sure they are correct. To customize your deployment, include a .deployment file in the repository root.

    -Review your web app settings to make sure they are configured correctly. You can check the settings in the "Configuration" section of the web app in the Azure portal. Make sure that the correct runtime stack and version are selected, and that the connection strings and other settings are configured correctly. Also, check the deployment logs to get more details on what might have happened during the deployment

    Hope that helps.

    -Grace

    0 comments No comments

Your answer

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