Skip to content

Commit 1166d2b

Browse files
committed
Clarify the file share
1 parent fd4f344 commit 1166d2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

625625
## WEBSITE\_CONTENTSHARE
626626

627-
The name of the share that hosts function app code and configuration required by event-driven scaling plans. Used with `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING`. Default is a unique string generated by the runtime, which begins with the function app name. For more information, see [Storage account connection setting](storage-considerations.md#storage-account-connection-setting).
627+
The name of the file share that Functions uses to store function app code and configuration files. This content is required by event-driven scaling plans. Used with `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING`. Default is a unique string generated by the runtime, which begins with the function app name. For more information, see [Storage account connection setting](storage-considerations.md#storage-account-connection-setting).
628628

629629
|Key|Sample value|
630630
|---|------------|
631631
|WEBSITE_CONTENTSHARE|`functionapp091999e2`|
632632

633633
This setting is required for Consumption and Premium plan apps on both Windows and Linux. It's not required for Dedicated plan apps, which aren't dynamically scaled by Functions.
634634

635-
Changing or removing this setting can 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).
635+
The share is created when your function app is created. Changing or removing this setting can 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).
636636

637637
The following considerations apply when using an Azure Resource Manager (ARM) template or Bicep file to create a function app during deployment:
638638

0 commit comments

Comments
 (0)