Skip to content

Commit e5b3628

Browse files
authored
Merge pull request #99030 from PramodValavala-MSFT/patch-86
(AzureCXP) include PowerShell for Functions
2 parents a1acc91 + 7aceca3 commit e5b3628

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
@@ -79,7 +79,7 @@ Azure Functions is built on the WebJobs SDK, so it shares many of the same event
7979
|[Pay-per-use pricing](functions-scale.md#consumption-plan)|||
8080
|[Integration with Logic Apps](functions-twitter-email.md)|||
8181
| 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)|
82-
| Supported languages |C#<br>F#<br>JavaScript<br>Java<br>Python |C#<sup>1</sup>|
82+
| Supported languages |C#<br>F#<br>JavaScript<br>Java<br>Python<br>PowerShell |C#<sup>1</sup>|
8383
|Package managers|NPM and NuGet|NuGet<sup>2</sup>|
8484

8585
<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)