@Rathanak Bun (DHL KH) Thank you for the additional information. To access the logs for your container in Azure Web App, you can use the Azure portal or the Azure CLI. To access the logs using the Azure portal, you can follow these steps: Go to the Azure portal and select your web app. Navigate to the "Logs" tab. Select "Container logs" from the dropdown menu. You should now see the logs for your container. You can use the search bar to filter the logs by keyword or time range.
To access the logs using the Azure CLI, you can use the following command:
az webapp log container show --name <your-web-app-name> --resource-
This command will show the logs for your container in the Azure CLI. If you are still having trouble accessing your Laravel app, you can try running the container locally on your machine using the same Dockerfile and startup command. This can help you identify any issues with your Dockerfile or startup command. You can also try checking the logs for your container to see if there are any error messages that might indicate the cause of the issue.