You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -390,27 +390,27 @@ public static async Task CheckSiteAvailableWithPolling(
390
390
```
391
391
# [JavaScript](#tab/javascript)
392
392
393
-
This feature isn't available in JavaScript.
393
+
This feature is currently not supported in JavaScript.
394
394
395
395
# [Python](#tab/python)
396
396
397
-
This feature isn't available in Python.
397
+
This feature is currently not supported in Python.
398
398
399
399
# [PowerShell](#tab/powershell)
400
400
401
-
This feature isn't available in PowerShell.
401
+
This feature is currently not supported in PowerShell.
402
402
403
403
# [Java](#tab/java)
404
404
405
-
This feature isn't available in Java.
405
+
This feature is currently not supported in Java.
406
406
407
407
---
408
408
409
409
> [!NOTE]
410
410
> 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.
411
411
> 2. The built-in HTTP polling pattern is currently available only in the .NET host.
412
-
> 3. The polling pattern is enabled by default in .NET in-process but disabled by default in .NET out-of-process. If you want to enable it in .NET out-of-process, refer to the sample code and set the asynchronousPatternEnabled argument to true.
413
-
> 4. HTTP automatic polling pattern is supported at .NET out-of-process starting from version [v1.5.0](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.DurableTask) or later.
412
+
> 3. The polling pattern is enabled by default in .NET in-process but disabled by default in .NET Isolated. If you want to enable it in .NET Isolated, refer to the sample code and set the asynchronousPatternEnabled argument to true.
413
+
> 4. HTTP automatic polling pattern is supported in Durable Functions .NET Isolated starting from version [v1.5.0](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.DurableTask) or later.
0 commit comments