AspNetCore.Docs/aspnetcore/includes/gRPCazure.md

5 lines
357 B
Markdown
Raw Normal View History

2019-10-03 12:32:38 +08:00
## gRPC not supported on Azure App Service
> [!WARNING]
2019-10-03 12:32:38 +08:00
> [ASP.NET Core gRPC](xref:grpc/index) is not currently supported on Azure App Service or IIS. The HTTP/2 implementation of Http.Sys does not support HTTP response trailing headers which gRPC relies on. For more information, see [this GitHub issue](https://github.com/aspnet/AspNetCore/issues/9020).