Skip to content

Commit d9a0b2d

Browse files
committed
1 parent 1cb84df commit d9a0b2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ This setting is required for Consumption and Premium plan apps on both Windows a
640640

641641
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).
642642

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

645645
+ When you don't set a `WEBSITE_CONTENTSHARE` value for the main function app or any apps in slots, unique share values are generated for you. Not setting `WEBSITE_CONTENTSHARE` _is the recommended approach_ for an ARM template deployment.
646646
+ There are scenarios where you must set the `WEBSITE_CONTENTSHARE` value to a predefined share, such as when you [use a secured storage account in a virtual network](configure-networking-how-to.md#restrict-your-storage-account-to-a-virtual-network). In this case, you must set a unique share name for the main function app and the app for each deployment slot.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@ These application settings are required for container deployments:
16391639

16401640
Keep these considerations in mind when working with site and application settings using Bicep files or ARM templates:
16411641
:::zone pivot="consumption-plan,premium-plan,dedicated-plan"
1642-
+ There are important considerations for using [`WEBSITE_CONTENTSHARE`](functions-app-settings.md#website_contentshare) in an automated deployment.
1642+
+ There are important considerations for when you should set `WEBSITE_CONTENTSHARE` in an automated deployment. For detailed guidance, see the [`WEBSITE_CONTENTSHARE`](functions-app-settings.md#website_contentshare) reference.
16431643
::: zone-end
16441644
:::zone pivot="container-apps,azure-arc,premium-plan,dedicated-plan"
16451645
+ For container deployments, also set [`WEBSITES_ENABLE_APP_SERVICE_STORAGE`](../app-service/reference-app-settings.md#custom-containers) to `false`, since your app content is provided in the container itself.

0 commit comments

Comments
 (0)