Skip to content

Commit e934c58

Browse files
Merge pull request #301072 from xuehongg/mybranch8
Adding slot deployment instructions for private storage
2 parents d264bf6 + 7800cd9 commit e934c58

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 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,13 @@ 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+
- If your storage is private, complete the following steps:
46+
47+
1. After you create the slot, go to the deployment slot. On the slot menu, under **Settings**, select **Environment variables**.
48+
1. On the **App settings** tab, find the file share value for the app setting named **WEBSITE_CONTENTSHARE**.
49+
1. Go to the storage account and manually create a file share that uses the same name.
50+
1. On each slot, add an app setting named **WEBSITE_OVERRIDE_STICKY_DIAGNOSTICS_SETTINGS**, and set the value to **0**.
51+
4552
## Prerequisites
4653

4754
- 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)