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.
1 parent 7ed4b2e commit dbbe41dCopy full SHA for dbbe41d
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