Just ignore my post, apologies, I see it is in preview and not yet public available. Not sure how I missed that.
gRPC support on Azure App Service
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
HTTP2Proxy
HTTP2
Thanks