Skip to content

Commit 2ad834c

Browse files
authored
Removed table again
1 parent f335d07 commit 2ad834c

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -427,21 +427,13 @@ Supported on [Premium](functions-premium-plan.md) and [Dedicated (App Service) p
427427

428428
## WEBSITE\_CONTENTSHARE
429429

430-
The file path to the function app code and configuration in an event-driven scaling plan on Windows. Used with WEBSITE_CONTENTAZUREFILECONNECTIONSTRING. Default is a unique string generated by the runtime that begins with the function app name. See [Create a function app](functions-infrastructure-as-code.md?tabs=windows#create-a-function-app).
430+
The file path to the function app code and configuration in an event-driven scaling plans. Used with WEBSITE_CONTENTAZUREFILECONNECTIONSTRING. Default is a unique string generated by the runtime that begins with the function app name. See [Create a function app](functions-infrastructure-as-code.md?tabs=windows#create-a-function-app).
431431

432432
|Key|Sample value|
433433
|---|------------|
434434
|WEBSITE_CONTENTSHARE|`functionapp091999e2`|
435435

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.
436+
This setting is used for Consumption and Premium plan apps on both Windows and Linux. It's not used for Dedicated plan apps, which aren't dynamically scaled by Functions.
445437

446438
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).
447439

0 commit comments

Comments
 (0)