We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
Hi!
Thy for the article, all working. But another thing - all others REST services now didn't works.
Errors from platform log on Azure:Container appName__c026_0_2a3fe60b_middleware didn't respond to HTTP pings on port: 8181, failing site start
Container appName__c026_0_1f1e9b7a didn't respond to HTTP pings on port: 8080, failing site start
UPD:
For projects with web infrastructure need to use grpc.client.web and grpc.server.web nuget packages and switch to HTTP 2.0 azure app service (proxy should be switched off). Also is not necessary manually set port in project Startup.
what in the world are you talking about. What is grpc.server.web?
Yes, port 8080 doesn't work these days. Don't know why.
Hi!
Great article. I was guessing if it's possible to add on top of Azure App Service the authentication layer for gRPC calls?