Hello Microsoft Azure Support Team,
I have been trying to get a ASP.net and Blazor web application running through Microsoft Azure. When I have deployed it through continuous integration through a GitHub repository the build and deploy jobs have both shown up as successful. The only warning I have gotten from my build job through GitHub has been through the dotnet publish:
Warning: /usr/share/dotnet/sdk/10.0.101/Current/SolutionFile/ImportAfter/Microsoft.NET.Sdk.Solution.targets(36,5): warning NETSDK1194: The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds. [/home/runner/work/*******/*******/******.slnx]
However, when I have tried to access the application through its default domain URL I have been getting an Application error, where when I click on the diagnostic resources link it has given me a Resource not found error, where after doing self-diagnostics, all tests were successful and gave me 200 status codes.
The only other clue as to why my application is not running is that in the Instances section of the Web Application has been giving me a ContainerTimeout error with the message: Container did not start within expected time limit of 230s. Please inspect your container logs for more details.
I'm currently hosting the web application through a Basic(B1) SKU and size tier in a Linux Operating System environment. The dotnet stack that my applications are running on is .Net 8.
I am currently subscribed to the Developer plan for Azure Support services, so I'm available if someone from the team needs to contact me.
Thank you very much for any help you can give me with solving this issue.