Skip to content

Commit a201710

Browse files
authored
Merge pull request #100377 from johndowns/patch-5
Add PowerShell as a valid value for FUNCTIONS_WORKER_RUNTIME
2 parents ed39fdc + ac9025f commit a201710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-functions/functions-infrastructure-as-code.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: Learn how to build an Azure Resource Manager template that deploys
55
ms.assetid: d20743e3-aab6-442c-a836-9bcea09bfd32
66
ms.topic: conceptual
77
ms.date: 04/03/2019
8+
ms.custom: fasttrack-edit
89
---
910

1011
# Automate resource deployment for your function app in Azure Functions
@@ -135,7 +136,7 @@ A function app must include these application settings:
135136
|------------------------------|-------------------------------------------------------------------------------------------|---------------------------------------|
136137
| AzureWebJobsStorage | A connection string to a storage account that the Functions runtime for internal queueing | See [Storage account](#storage) |
137138
| FUNCTIONS_EXTENSION_VERSION | The version of the Azure Functions runtime | `~2` |
138-
| FUNCTIONS_WORKER_RUNTIME | The language stack to be used for functions in this app | `dotnet`, `node`, `java`, or `python` |
139+
| FUNCTIONS_WORKER_RUNTIME | The language stack to be used for functions in this app | `dotnet`, `node`, `java`, `python`, or `powershell` |
139140
| WEBSITE_NODE_DEFAULT_VERSION | Only needed if using the `node` language stack, specifies the version to use | `10.14.1` |
140141

141142
These properties are specified in the `appSettings` collection in the `siteConfig` property:

0 commit comments

Comments
 (0)