Skip to content

Commit ad27e8f

Browse files
Correcting Python Status
(AzureCXP) fixes MicrosoftDocs/azure-docs#39090
1 parent e502c1c commit ad27e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-compare-logic-apps-ms-flow-webjobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Azure Functions is built on the WebJobs SDK, so it shares many of the same event
8484
|[Pay-per-use pricing](functions-scale.md#consumption-plan)|||
8585
|[Integration with Logic Apps](functions-twitter-email.md)|||
8686
| Trigger events |[Timer](functions-bindings-timer.md)<br>[Azure Storage queues and blobs](functions-bindings-storage-blob.md)<br>[Azure Service Bus queues and topics](functions-bindings-service-bus.md)<br>[Azure Cosmos DB](functions-bindings-cosmosdb.md)<br>[Azure Event Hubs](functions-bindings-event-hubs.md)<br>[HTTP/WebHook (GitHub, Slack)](functions-bindings-http-webhook.md)<br>[Azure Event Grid](functions-bindings-event-grid.md)|[Timer](functions-bindings-timer.md)<br>[Azure Storage queues and blobs](functions-bindings-storage-blob.md)<br>[Azure Service Bus queues and topics](functions-bindings-service-bus.md)<br>[Azure Cosmos DB](functions-bindings-cosmosdb.md)<br>[Azure Event Hubs](functions-bindings-event-hubs.md)<br>[File system](https://github.com/Azure/azure-webjobs-sdk-extensions/blob/master/src/WebJobs.Extensions/Extensions/Files/FileTriggerAttribute.cs)|
87-
| Supported languages |C#<br>F#<br>JavaScript<br>Java<br>Python (preview) |C#<sup>1</sup>|
87+
| Supported languages |C#<br>F#<br>JavaScript<br>Java<br>Python |C#<sup>1</sup>|
8888
|Package managers|NPM and NuGet|NuGet<sup>2</sup>|
8989

9090
<sup>1</sup> WebJobs (without the WebJobs SDK) supports C#, Java, JavaScript, Bash, .cmd, .bat, PowerShell, PHP, TypeScript, Python, and more. This is not a comprehensive list. A WebJob can run any program or script that can run in the App Service sandbox.

0 commit comments

Comments
 (0)