Deployment on Multiple Instances #556
Replies: 5 comments
|
You can try the following two approaches:
|
|
@partychen - I think I am on 14 only. |
|
@hemantkathuria you should also change the code to support streamhttp |
|
@partychen Copilot studio as a client still don't support stream http. I am not using app service to host but I enabled cookie affinity but still no luck. It fails with message "Session Id not found"
|
This can also be the failure mode for an SSE client trying to connect to the Streamable HTTP endpoint. This is making me consider having fallback logic for both the server and client as I describe in this comment on issue #440. @hemantkathuria Are you trying to connect to |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am using Asp.Net host with SSE. When I deploy on multiple instances it fails saying session id not found.
When I reduce the instance to 1. It works.
How do I enable multiple instances?
All reactions