Skip to content

Commit 2307787

Browse files
Merge pull request #279350 from craigshoemaker/patch-10
[Container Apps] Update: Sessions custom container (fix capitalization issues)
2 parents 6ec86ae + 8d0bc12 commit 2307787

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-apps/sessions-custom-container.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: anthonychu
66
ms.service: container-apps
77
ms.topic: conceptual
8-
ms.date: 05/06/2024
8+
ms.date: 06/26/2024
99
ms.author: antchu
1010
---
1111

@@ -200,17 +200,17 @@ Each API request must also include the query string parameter `identifier` with
200200
> The session identifier is sensitive information which requires a secure process as you create and manage its value. To protect this value, your application must ensure each user or tenant only has access to their own sessions.
201201
> Failure to secure access to sessions may result in misuse or unauthorized access to data stored in your users' sessions. For more information, see [Session identifiers](sessions.md#session-identifiers)
202202
203-
#### Forwarding Requests to the Session's Container:
203+
#### Forwarding requests to the session's container:
204204

205205
Anything in the path following the base pool management endpoint is forwarded to the session's container.
206206

207207
For example, if you make a call to `<POOL_MANAGEMENT_ENDPOINT>/api/uploadfile`, the request is routed to the session's container at `0.0.0.0:<TARGET_PORT>/api/uploadfile`.
208208

209-
#### Continuous Session Interaction:
209+
#### Continuous session interaction:
210210

211211
You can continue making requests to the same session. If there are no requests to the session for longer than the cooldown period, the session is automatically deleted.
212212

213-
#### Sample Request
213+
#### Sample request
214214

215215
The following example shows a request to a custom container session by a user ID.
216216

0 commit comments

Comments
 (0)