The session connection times out after ~10-15 mins. Is the timeout period customizable? How can one customize it?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@Ayanmullick
Thanks for the question! We are investigating and will update you shortly.
@Ayanmullick Api dont have a parameter to configure the timeout.
The api to execute the command, returns a web socket.
CLI connects to the web socket. I dont think we can configure the timeout for that.
@jakaruna-MSFT , Could you share the link to the documentation for this specific API?
@Ayanmullick Sorry for the delay.
This is the api used by the CLI for executing a command.
https://docs.microsoft.com/en-in/rest/api/container-instances/container/executecommand
Thank you for sharing the link.