Skip to content

Commit c41ec51

Browse files
authored
Merge pull request #118975 from ffarinha-msft/ffarinha-msft-patch-1
Added the term "Elastic" to a few key documents
2 parents 444143d + 72cd280 commit c41ec51

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ To secure the storage for an existing function app:
6262
| Setting name | Value | Comment |
6363
|----|----|----|
6464
| `AzureWebJobsStorage`| Storage connection string | This is the connection string for a secured storage account. |
65-
| `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. |
66-
| `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. |
65+
| `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING` | Storage connection string | This is the connection string for a secured storage account. This setting is required for Consumption and Elastic Premium plan apps on both Windows and Linux. It's not required for Dedicated plan apps, which aren't dynamically scaled by Functions. |
66+
| `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 Elastic Premium plan apps on both Windows and Linux. It's not required for Dedicated plan apps, which aren't dynamically scaled by Functions. |
6767
| `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. |
6868

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Azure Files doesn't support using managed identity when accessing the file share
614614

615615
## WEBSITE\_CONTENTOVERVNET
616616

617-
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. To learn more, see [Restrict your storage account to a virtual network](configure-networking-how-to.md#restrict-your-storage-account-to-a-virtual-network).
617+
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. Only required when using `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING`. To learn more, see [Restrict your storage account to a virtual network](configure-networking-how-to.md#restrict-your-storage-account-to-a-virtual-network).
618618

619619
|Key|Sample value|
620620
|---|------------|

articles/azure-functions/functions-recover-storage-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In the preceding step, if you can't find a storage account connection string, it
3131

3232
* Required:
3333
* [`AzureWebJobsStorage`](./functions-app-settings.md#azurewebjobsstorage)
34-
* Required for Premium plan functions:
34+
* Required for Elastic Premium and Consumption plan functions:
3535
* [`WEBSITE_CONTENTAZUREFILECONNECTIONSTRING`](./functions-app-settings.md)
3636
* [`WEBSITE_CONTENTSHARE`](./functions-app-settings.md)
3737

0 commit comments

Comments
 (0)