#azure cloud script error 400

3 messages · Page 1 of 1 (latest)

worthy bridge
#

Hi.
I'm trying to use cloud script as azure
I did it as it was in the document, but I got 400 errors.
It's called Cannot connect to destination host, why?

cold prairie
#

Where is that error coming from? A code snippet and stack trace is really the minimum we could use to understand what's happening.

The error indicates some step in the flow is broken, it could be a misconfiguration or an outage of some kind. But to lean more you'll need to do some debugging.

Things to try...

  • Check your title overview to see if the ExecuteCloudScript event happened.
  • Check in the azure portal to see if there's an invocation of the function
  • Double check that the function url and code you've configured in PlayFab matches correctly to the one in the azure portal
worthy bridge
#

I did dotnet-isolated and changed the code a bit, so it's okay.
Can't we use the in-process now?