Azure web app dependency errors

When PSU is deployed on an azure web application, i will get the errors below. I would like to deploy PSU on a azure web app so that we do not have to have a new infrastructure migrating from UD. It doesn’t matter which .NET runtime is selected, i always get errors like below.

Is there a way that PSU can run within a web app without having these errors?

<Event>
<System>
<Provider Name="IIS AspNetCore Module V2"/>
<EventID>1027</EventID>
<Level>1</Level>
<Task>0</Task>
<Keywords>Keywords</Keywords>
<TimeCreated SystemTime="2020-09-16T12:57:28Z"/>
<EventRecordID>-1786582936</EventRecordID>
<Channel>Application</Channel>
<Computer>xxx</Computer>
<Security/>
</System>
<EventData>
<Data>
Unable to locate application dependencies. Ensure that the versions of Microsoft.NetCore.App and Microsoft.AspNetCore.App targeted by the application are installed.
</Data>
<Data>Process Id: 82460.</Data>
<Data>
File Version: 13.1.19331.0. Description: IIS ASP.NET Core Module V2. Commit: 62eee6e6d21c95668a9e9529dce6562cc6c9f3bf
</Data>
</EventData>
</Event>
<Event>
<System>
<Provider Name="IIS AspNetCore Module V2"/>
<EventID>1027</EventID>
<Level>1</Level>
<Task>0</Task>
<Keywords>Keywords</Keywords>
<TimeCreated SystemTime="2020-09-16T12:57:28Z"/>
<EventRecordID>-1786582921</EventRecordID>
<Channel>Application</Channel>
<Computer>xxx</Computer>
<Security/>
</System>
<EventData>
<Data>
Could not find 'aspnetcorev2_inprocess.dll'. Exception message: Invalid runtimeconfig.json [D:\home\site\wwwroot\Universal.Server.runtimeconfig.json] [D:\home\site\wwwroot\Universal.Server.runtimeconfig.dev.json]
</Data>
<Data>Process Id: 82460.</Data>
<Data>
File Version: 13.1.19331.0. Description: IIS ASP.NET Core Module V2. Commit: 62eee6e6d21c95668a9e9529dce6562cc6c9f3bf
</Data>
</EventData>
</Event>

I’m currently working with MSFT it figure out what’s up with PSU hosting in Azure. I’m having a heck of a time working for me as well.

Here’s a thread that started it.

1 Like