Fix gPRC to gRPC (#14781)

pull/14783/head
James Newton-King 2019-10-03 17:32:38 +13:00 committed by Rick Anderson
parent f4af591333
commit 010cac57d7
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## gPRC not supported on Azure App Service
## gRPC not supported on Azure App Service
> [!WARNING]
> [ASP.NET Core gPRC](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).
> [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).