Skip to content

Commit da99e9d

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 240702c + 8942859 commit da99e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Automate function app resource deployment to Azure
33
description: Learn how to build, validate, and use a Bicep file or an Azure Resource Manager template to deploy your function app and related Azure resources.
44
ms.assetid: d20743e3-aab6-442c-a836-9bcea09bfd32
55
ms.topic: conceptual
6-
ms.date: 10/26/2023
6+
ms.date: 01/31/2024
77
ms.custom: fasttrack-edit, devx-track-bicep, devx-track-arm-template
88
zone_pivot_groups: functions-hosting-plan
99
---
@@ -1660,7 +1660,7 @@ Keep the following considerations in mind when working with slot deployments:
16601660

16611661
+ Don't explicitly set the `WEBSITE_CONTENTSHARE` setting in the deployment slot definition. This setting is generated for you when the app is created in the deployment slot.
16621662

1663-
+ When you swap slots, some application settings are considered "sticky," in that they stay with the slot and not with the code being swapped. For more information, see [Manage settings](functions-deployment-slots.md#manage-settings).
1663+
+ When you swap slots, some application settings are considered "sticky," in that they stay with the slot and not with the code being swapped. You can define such a _slot setting_ by including `"slotSetting":true` in the specific application setting definition in your template. For more information, see [Manage settings](functions-deployment-slots.md#manage-settings).
16641664
::: zone-end
16651665
:::zone pivot="premium-plan,dedicated-plan"
16661666
## Secured deployments

0 commit comments

Comments
 (0)