Hello Microsoft Azure Support,
I have been trying to get my azure web application working that uses a Blazor WASM frontend, an ASP.NET backend, and a shared library between the two of them for entities and models.
Whenever I try to get them running, I keep seeing the logs comeback with this warning: DotNet Runtime 10.0WARNING: Expected to find only one file with extension '.runtimeconfig.json' but found 2.
When trying to fix this warning, I keep getting recommended to go into the Configuration -> General Settings -> Startup Command. However, I am unable to find the start-up command option within the general settings.
Would you be able to show me where I can go to get over to the Startup Command settings so that I can place in the necessary command to use the .dll file?
Thank you very much for your help,
Andrew