Skip to content

Commit 938ab2d

Browse files
Merge branch 'aca/sessions-and-pools' of https://github.com/craigshoemaker/azure-docs-pr into aca/sessions-and-pools
2 parents b6c665b + dbbe41d commit 938ab2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/sessions-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following example shows how to send request to a session using a user's ID a
4545
Before you send the request, replace the placeholders between the `<>` brackets with values specific to your request.
4646

4747
```http
48-
POST https://<SESSION_POOL_NAME>.<ENVIRONMENT_ID>.<REGION>.azurecontainerapps.io/<API_PATH_EXPOSED_BY_CONTAINER>?identifier=<USER_ID>
48+
POST <POOL_MANAGEMENT_ENDPOINT>/<API_PATH_EXPOSED_BY_CONTAINER>?identifier=<USER_ID>
4949
Authorization: Bearer <TOKEN>
5050
{
5151
"command": "echo 'Hello, world!'"

0 commit comments

Comments
 (0)