Skip to content

Commit bc4cf0c

Browse files
committed
Adding instructions for private storage
1 parent 7e49dd3 commit bc4cf0c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/logic-apps/set-up-deployment-slots.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, wsilveira, azla
77
ms.topic: how-to
8-
ms.date: 04/26/2024
8+
ms.date: 06/09/2025
99

1010
#Customer intent: As a logic app developer, I want to set up deployment slots on my logic app resource so that I can deploy with zero downtime.
1111
---
@@ -42,6 +42,11 @@ With deployment slots, you can achieve continuous delivery and improve your appl
4242
- Product verification testing before slot swapping
4343
- A/B testing
4444

45+
- Additional steps are needed if the storage is private:
46+
47+
- After creating a slot, open the slot's environment variable WEBSITE_CONTENTSHARE to find its value for the file share. Then go to the storage account to manually create a file share with the same name.
48+
- On each slot, add an environment varaible named WEBSITE_OVERRIDE_STICKY_DIAGNOSTICS_SETTINGS and set its value to 0.
49+
4550
## Prerequisites
4651

4752
- An Azure account and subscription. If you don't have a subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

0 commit comments

Comments
 (0)