We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6c665b + dbbe41d commit 938ab2dCopy full SHA for 938ab2d
articles/container-apps/sessions-usage.md
@@ -45,7 +45,7 @@ The following example shows how to send request to a session using a user's ID a
45
Before you send the request, replace the placeholders between the `<>` brackets with values specific to your request.
46
47
```http
48
-POST https://<SESSION_POOL_NAME>.<ENVIRONMENT_ID>.<REGION>.azurecontainerapps.io/<API_PATH_EXPOSED_BY_CONTAINER>?identifier=<USER_ID>
+POST <POOL_MANAGEMENT_ENDPOINT>/<API_PATH_EXPOSED_BY_CONTAINER>?identifier=<USER_ID>
49
Authorization: Bearer <TOKEN>
50
{
51
"command": "echo 'Hello, world!'"
0 commit comments