You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/sessions-custom-container.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Session pools support **Liveness** and **Startup** probe types. For more informa
55
55
56
56
When you create or update a session pool, specify probes in the `properties.customContainerTemplate.containers` section of your request payload.
57
57
58
-
For the full API specification, see [SessionPools API](/rest/api/resource-manager/containerapps/container-apps-session-pools/create-or-update?view=rest-resource-manager-containerapps-2025-07-01&tabs=HTTP).
58
+
For the full API specification, see [SessionPools API](/rest/api/resource-manager/containerapps/container-apps-session-pools/create-or-update?view=rest-resource-manager-containerapps-2025-07-01&tabs=HTTP&preserve-view=true).
59
59
60
60
#### Example
61
61
@@ -101,7 +101,7 @@ For the full API specification, see [SessionPools API](/rest/api/resource-manage
101
101
102
102
If your session pool isn't maintaining the expected number of healthy `readySessionInstances`, consider the following:
103
103
104
-
1.**Check container logs** - Review session container logs to identify issues with probe endpoints or container startup. See [View logs for custom container session pools](../code-interpreter/bring-your-own-code-interpreter/tutorials/custom-container-logs.md).
104
+
1.**Check container logs** - Review session container logs to identify issues with probe endpoints or container startup. See [View logs for custom container session pools](troubleshooting.md#view-logs).
105
105
2.**Verify probe configuration** - Ensure probe paths, ports, and thresholds are configured correctly for your application.
106
106
3.**Review container health** - Check for issues inside your container that prevent probe endpoints from responding successfully.
0 commit comments