Web app domain have Application Error

86 0 Reputation points
2023-03-25T15:34:23.8533333+00:00

2.PNG3.PNG

This is my first time using Docker, and I don't understand why this issue is occurring. I have exhausted all of my options and need some help, please!

Is it true that if I use Docker, it can become a public IP and anyone with the link can access it?

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
900 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. ajkuma 25,781 Reputation points Microsoft Employee
    2023-03-27T15:32:25.2966667+00:00

    @86 , Apologies for the delay from over the weekend and any inconvenience with this issue.

    From your issue description and screenshot, I understand you have deployed an App Service WebApp

    [http://9034test.azurewebsites.net/] ( App Service Linux, Free SKU) and while accessing the WebApp, you’re receiving ‘Application Error’.

    --Docker is not exposed to the internet by default. However, you can expose your containers to the internet by specifying one or more ports to open, a DNS name label, or both.

    --In regards to the site that you have hosted on Azure App Service -[http://9034test.azurewebsites.net/]  --- Azure App Service Web Apps can be accessed publicly over the internet by default. However, you can restrict access to your web app by configuring access restrictions. Access restrictions allow you to define rules that allow or deny access to your web app based on IP address or a virtual network.

    Checkout these docs for more info:

    Azure App Service access restrictions

    Set up Azure App Service access restrictions

    --For fixing Application Error - It could be an issue in application startup that's preventing it from loading all the way. 

        1. Review the logs to fetch more details about the error -  Enable application logging (Linux/Container) to look for any issues.
    1. You may leverage App Service diagnostics from Azure Portal> Navigate to your App Service app in the Azure Portal.
    • In the left navigation, click on Diagnose and solve problems – Checkout the tile for “Diagnostic Tools” > “Availability and Performance” & "Best Practices" and review to fetch additional information to isolate further.

    Kindly let us know how it goes, I'll follow-up with you further.

    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.