Skip to content

Commit 506752f

Browse files
authored
Merge pull request #263702 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents e187520 + 57621bc commit 506752f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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

includes/service-bus-quotas-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following table lists quota information specific to Azure Service Bus messag
2525
| Maximum size of any messaging entity name: namespace, subscription, or subscription rule |Entity | 50 characters. |   |
2626
| Maximum size of a message ID | Entity | 128 |   |
2727
| Maximum size of a message session ID | Entity | 128 |   |
28-
| Message size for a queue, topic, or subscription entity | Entity | 256 KB for [Standard tier](../articles/service-bus-messaging/service-bus-premium-messaging.md)<br/> 100 MB for [Premium tier](../articles/service-bus-messaging/service-bus-premium-messaging.md). <br /><br />The message size includes the size of properties (system and user) and the size of payload. The size of system properties varies depending on your scenario. |Incoming messages that exceed these quotas are rejected, and an exception is received by the calling code. |
28+
| Message size for a queue, topic, or subscription entity | Entity | 256 KB for [Standard tier](../articles/service-bus-messaging/service-bus-premium-messaging.md)<br/> 100 MB for [Premium tier](../articles/service-bus-messaging/service-bus-premium-messaging.md). <br /><br />The maximum size for batches is 256 KB for the Standard tier, and 1MB for the Premium tier. <br /><br />The message size includes the size of properties (system and user) and the size of payload. The size of system properties varies depending on your scenario. |Incoming messages that exceed these quotas are rejected, and an exception is received by the calling code. |
2929
| Message property size for a queue, topic, or subscription entity |Entity | <p>Maximum message property size for each property is 32 KB.</p><p>Cumulative size of all properties can't exceed 64 KB. This limit applies to the entire header of the brokered message, which has both user properties and system properties, such as sequence number, label, and message ID.</p><p>Maximum number of header properties in property bag: **byte/int.MaxValue**.</p> | The exception `SerializationException` is generated.|
3030
| Number of subscriptions per topic |Entity |2,000 per-topic for the Standard tier and Premium tier. |Subsequent requests for creating additional subscriptions for the topic are rejected. As a result, if configured through the portal, an error message is shown. If called from the management API, an exception is received by the calling code. |
3131
| Number of SQL filters per topic |Entity |2,000 |Subsequent requests for creation of additional filters on the topic are rejected, and an exception is received by the calling code. |

0 commit comments

Comments
 (0)