Hello! I'm sorry to hear that you're facing issues with your .NET MAUI Blazor project on Azure App Service. I would be happy to help you with this. From what you've described, it seems like the report files are not being deployed to the Azure App Service. To troubleshoot this issue, I would recommend checking the following:
- Make sure that the report files are included in the project and are set to be deployed. You can check this by right-clicking on the report files in Visual Studio and selecting "Properties". In the Properties window, make sure that the "Build Action" is set to "Content" and the "Copy to Output Directory" is set to "Copy always" or "Copy if newer".
- Check the deployment logs to see if there were any errors during the deployment process. You can access the deployment logs by going to the Azure portal, selecting your App Service, and then selecting "Deployment Center" from the left-hand menu. From there, you can select the deployment that you want to view the logs for.
- I believe you already looked into this, but can you check the file system on the Azure App Service to see if the report files are present. You can do this by using FTP or the Kudu console. To access the Kudu console, go to the Azure portal, select your App Service, and then select "Advanced Tools" from the left-hand menu. From there, select "Go" under "Kudu". Once you're in the Kudu console, you can navigate to the report folder and see if the files are present. If the above steps do not resolve the issue, please let me know and we can explore other options.