Skip to content

Commit c0d6c4a

Browse files
authored
Add PowerShell as a valid value for FUNCTIONS_WORKER_RUNTIME
This PR updates the table listing the function app settings to add `powershell` as a valid value for the `FUNCTIONS_WORKER_RUNTIME` setting. This reflects that PowerShell is now a supported language for Azure Functions.
1 parent c621f0f commit c0d6c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ A function app must include these application settings:
135135
|------------------------------|-------------------------------------------------------------------------------------------|---------------------------------------|
136136
| AzureWebJobsStorage | A connection string to a storage account that the Functions runtime for internal queueing | See [Storage account](#storage) |
137137
| 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` |
138+
| FUNCTIONS_WORKER_RUNTIME | The language stack to be used for functions in this app | `dotnet`, `node`, `java`, `python`, or `powershell` |
139139
| WEBSITE_NODE_DEFAULT_VERSION | Only needed if using the `node` language stack, specifies the version to use | `10.14.1` |
140140

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

0 commit comments

Comments
 (0)