Deployment on Multiple Instances #556
Replies: 5 comments
-
You can try the following two approaches:
|
Beta Was this translation helpful? Give feedback.
-
@partychen - I think I am on 14 only. |
Beta Was this translation helpful? Give feedback.
-
@hemantkathuria you should also change the code to support streamhttp |
Beta Was this translation helpful? Give feedback.
-
@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" ![]() |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
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?
Beta Was this translation helpful? Give feedback.
All reactions