user2368632
user2368632

Reputation: 1073

Does Azure App Services support NetCore 2.2 InProc hosting?

I read that .NET Core 2.2 InProcess hosting had an issue (see here) in Azure. The suggestion was to switch to OutOfProcess hosting. Has this issue been fixed? Can we use InProcess hosting yet?

Upvotes: 0

Views: 121

Answers (2)

DashleenBhandari-MSFT
DashleenBhandari-MSFT

Reputation: 651

Yes, this has been fixed. We can use In-process with .NET Core 2.2

https://azure.microsoft.com/en-us/updates/net-core-2-2-is-now-available-for-app-service-on-windows/

Upvotes: 1

DixitArora-MSFT
DixitArora-MSFT

Reputation: 1811

1) .NET Core 2.2 is now available in all regions for public App Service (Windows)

2) .NET Core 2.2 is also now available for all App Service Environments running in public App Service.

3) .NET Core 2.2 is also now available for all sovereign cloud regions.

More details on .NET Core 2.2 features here: https://blogs.msdn.microsoft.com/dotnet/2018/12/04/announcing-net-core-2-2/

Upvotes: 1

Related Questions