Skip to content

Commit cc18009

Browse files
authored
Update tab
1 parent 63ff867 commit cc18009

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

articles/azure-functions/durable/durable-functions-http-features.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,25 @@ public static async Task CheckSiteAvailableWithPolling(
382382
DurableHttpResponse response =
383383
await context.CallHttpAsync(HttpMethod.Get, url, asynchronousPatternEnabled: true);
384384
}
385+
385386
```
387+
# [JavaScript](#tab/javascript)
388+
389+
This feature isn't available in JavaScript.
390+
391+
# [Python](#tab/python)
392+
393+
This feature isn't available in Python.
394+
395+
# [PowerShell](#tab/powershell)
396+
397+
This feature isn't available in PowerShell.
398+
399+
# [Java](#tab/java)
400+
401+
This feature isn't available in Java.
402+
403+
---
386404

387405
> [!NOTE]
388406
> 1. Orchestrator functions also natively support the server-side polling consumer pattern, as described in [Async operation tracking](#async-operation-tracking). This support means that orchestrations in one function app can easily coordinate the orchestrator functions in other function apps. This is similar to the [sub-orchestration](durable-functions-sub-orchestrations.md) concept, but with support for cross-app communication. This support is particularly useful for microservice-style app development.

0 commit comments

Comments
 (0)