Skip to content

Commit b14d7aa

Browse files
authored
Merge pull request #108313 from jayendranarumugam/patch-2
Update configure-networking-how-to.md
2 parents b6155c3 + ba993a4 commit b14d7aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/configure-networking-how-to.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ To secure the storage for an existing function app:
6060
| Setting name | Value | Comment |
6161
|----|----|----|
6262
| `AzureWebJobsStorage`| Storage connection string | This is the connection string for a secured storage account. |
63-
| `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING` | Storage connection string | This is the connection string for a secured storage account. |
64-
| `WEBSITE_CONTENTSHARE` | File share | The name of the file share created in the secured storage account where the project deployment files reside. |
63+
| `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING` | Storage connection string | This is the connection string for a secured storage account.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. |
64+
| `WEBSITE_CONTENTSHARE` | File share | The name of the file share created in the secured storage account where the project deployment files reside.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. |
6565
| `WEBSITE_CONTENTOVERVNET` | 1 | A value of 1 enables your function app to scale when you have your storage account restricted to a virtual network. You should enable this setting when restricting your storage account to a virtual network. |
6666

6767
1. Select **Save** to save the application settings. Changing app settings causes the app to restart.

0 commit comments

Comments
 (0)