You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-app-settings.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -427,21 +427,13 @@ Supported on [Premium](functions-premium-plan.md) and [Dedicated (App Service) p
427
427
428
428
## WEBSITE\_CONTENTSHARE
429
429
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).
431
431
432
432
|Key|Sample value|
433
433
|---|------------|
434
434
|WEBSITE_CONTENTSHARE|`functionapp091999e2`|
435
435
436
-
The usage of `WEBSITE_CONTENTSHARE` is determined as follows:
<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.
445
437
446
438
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).
0 commit comments