From 010cac57d743878af5d7c296fdd65eded5c2a74a Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Thu, 3 Oct 2019 17:32:38 +1300 Subject: [PATCH] Fix gPRC to gRPC (#14781) --- aspnetcore/includes/gRPCazure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/includes/gRPCazure.md b/aspnetcore/includes/gRPCazure.md index 6d79ee5685..2eef5d578b 100644 --- a/aspnetcore/includes/gRPCazure.md +++ b/aspnetcore/includes/gRPCazure.md @@ -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).