dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.64k stars 25.28k forks source link

Add Hosting solution example #18953

Open OzBob opened 4 years ago

OzBob commented 4 years ago

There is a warning "ASP.NET Core gRPC is not currently supported on Azure App Service or IIS" on the doc, but https://github.com/dotnet/AspNetCore/issues/9020#issuecomment-643206179 says "Kubernetes with nginx or ha ... is the only current solution."

I humbly suggest that an example hosting implementation would help the adoption of the gRPC technology.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

OzBob commented 4 years ago

A "KubernetesSample" from the @markrendle archives of 2019: https://github.com/RendleLabs/grpc-for-wcf-developers/tree/master/KubernetesSample

Could be the standard hosting in Azure solution?