Skip to content

Commit f335d07

Browse files
authored
Change to a OS/Plan support matrix table
1 parent 1e5b9dc commit f335d07

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

articles/azure-functions/functions-app-settings.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,17 @@ The file path to the function app code and configuration in an event-driven scal
433433
|---|------------|
434434
|WEBSITE_CONTENTSHARE|`functionapp091999e2`|
435435

436-
Only used when deploying to a Windows or Linux Premium plan or to a Windows Consumption plan. Not supported for Linux Consumption plans or for Dedicated plans on Windows or Linux. Changing or removing this setting may cause your function app to not start. To learn more, see [this troubleshooting article](functions-recover-storage-account.md#storage-account-application-settings-were-deleted).
436+
The usage of `WEBSITE_CONTENTSHARE` is determined as follows:
437+
438+
|Plan | Windows | Linux |
439+
| --- | --- | --- |
440+
| Consumption | Used. | PowerShell-only.<sup>*</sup> |
441+
| Premium | Used. | Used. |
442+
| Dedicated | Not used. | Not used. |
443+
444+
<sup>*</sup>Setting is created for all new function apps, but it's currently only used by PowerShell apps.
445+
446+
Changing or removing this setting may cause your function app to not start. To learn more, see [this troubleshooting article](functions-recover-storage-account.md#storage-account-application-settings-were-deleted).
437447

438448
The following considerations apply when using an Azure Resource Manager (ARM) template to create a function app during deployment:
439449

0 commit comments

Comments
 (0)