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).