Problems deploying Docker application to Azure Web App
Hello,
I am facing an issue when trying to deploy my Docker application to an Azure Web App. The application builds and deploys successfully, but when I try to access it, I receive an ‘Application Error’ message. The logs do not provide clear indications of what the issue might be. Here are the details of my configuration:
• Web App Name: LicenseClassificationUI
• Region: East US
• Service Plan: Linux (B1)
• Docker image is hosted in Azure Container Registry
I have checked my Dockerfile and application configurations but have not been able to identify the cause of the problem. I would appreciate any help in diagnosing and resolving this issue.
Thank you!