@시냅스톤 To troubleshoot the file upload error in your Spring Boot app deployed on the Web App service, you can try the following steps:
Check the logs: You can view the logs of your Web App service by going to the Azure portal, selecting your Web App service, and clicking on "Log stream" under the "Monitoring" section. This will show you the real-time logs of your app, which can help you identify any errors that are occurring during the file upload process.
- Check the file upload code: Review the code that handles the file upload process in your Spring Boot app. Make sure that the file is being saved to the correct location and that the correct permissions are set on the directory where the file is being saved. Also, make sure that the code is properly handling any errors that may occur during the file upload process.
Check the firewall settings: If you suspect that uploading files outside is blocked by something, check the firewall settings of your Web App service. Make sure that the necessary ports are open and that any firewall rules are not blocking the file upload process.
Check the file size limit: Check if there is a file size limit set on your Web App service. If the file you are trying to upload exceeds this limit, the upload will fail.