Error accessing web application: ":( Application Error If you are the application administrator, you can access the diagnostic resources."
Hi, I am following the instructions in the module "Develop and configure an ASP.NET application that queries an Azure SQL database". I finally was able to build the web app after getting some help in Q&A. However, when I tried to access the website ([http://educationapp-25887.azurewebsites.net/]), I received an error message ":( Application Error If you are the application administrator, you can access the diagnostic resources."
Here are the app details when it was built and deployed.
Here is the overview of the app in the Azure Portal. It looks like it's working. I just can't get access to it thru the URL.
After doing some research and troubleshooting in Azure Portal, I found a Network/Connectivity issue saying "App is not configured for VNet Integration". I tried to enable VNet, but I found my app is not qualified for it.
Below is the network settings.
I'm not sure if VNet is the cause of the issue. Can anyone help me resolve this error and successfully access my application website? Thanks in advance.