gRPC support on Azure App Service

ISIMobile 1 Reputation point
2022-06-04T11:15:13.87+00:00

I am trying to host my gRPC service as an azure appservice. I followed the instructions as per this:

gRPC support on Azure App Service - https://azure.github.io/AppService/2022/05/23/gRPC-support-on-App-Service.html

I am get the following error.

Grpc.Core.RpcException: Status(StatusCode="Internal", Detail="Request protocol 'HTTP/1.1' is not supported.")

I even went and created a new test service, using the Greeter server/client as per above post, but still get the exact same error.

I have double checked that the proxy is set to enabled in config, What can I do to debug the issue or am I doing something wrong?

My Config:
HTTP2Port
208396-image.png
HTTP2Proxy
208414-image.png
HTTP2
208378-image.png

Thanks

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,258 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ISIMobile 1 Reputation point
    2022-06-06T12:19:00.803+00:00

    Just ignore my post, apologies, I see it is in preview and not yet public available. Not sure how I missed that.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.