Fix gPRC to gRPC (#14781)
parent
f4af591333
commit
010cac57d7
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue