Skip to content

Commit d4db9a4

Browse files
Merge pull request #17 from ecfan/patch-1
More editorial revisions and art updates
2 parents 9474312 + e57abe5 commit d4db9a4

17 files changed

Lines changed: 4 additions & 4 deletions

articles/logic-apps/create-replication-tasks-azure-resources.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -633,10 +633,10 @@ The examples in this section use 800 as the default value for the prefetch count
633633

634634
| Value | Description |
635635
|-------|-------------|
636-
| **Maximum bursts** | The maximum number of elastic workers to scale out under load. If your underlying app requires instances beyond the always-ready instances in the next table row, your app can continue to scale out until the number of instances hits the maximum burst limit. To change this value, see [Edit hosting plan scale-out settings](#edit-plan-scale-out-settings) later in this article. <br>**Note**: You're charged for any instances beyond your plan size only when they're running and allocated to you on a per-second basis. The platform makes a best effort to scale out your app to the defined maximum limit. <br>**Tip**: Select a maximum value that's higher than you might need so that the platform can scale out to handle a larger load. You aren't charted for unused instances. <br>For more information, see the following documentation. The Workflow Standard plan shares some aspects with the Azure Functions Premium plan: <br>- [Premium plan settings](../azure-functions/functions-premium-plan.md#plan-and-sku-settings) <br>- [What is cloud bursting](https://azure.microsoft.com/overview/what-is-cloud-bursting/)? |
637-
| **Always ready instances** | The minimum number of instances that are always ready and warm for hosting your app. The minimum number is always 1. To change this value, see [Edit hosting plan scale-out settings](#edit-plan-scale-out-settings) later in this article. <br>**Note**: You're charged for any instances beyond your plan size whether or not they're running when allocated to you. <br>For more information, see the following documentation. The Workflow Standard plan shares some aspects with the Azure Functions Premium plan: [Always ready instances](../azure-functions/functions-premium-plan.md#always-ready-instances). |
638-
| **Prefetch count** | The default value for `AzureFunctionsJobHost__extensions__serviceBus__prefetchCount` app setting in your logic app resource that determines the prefetch count used by the underlying `ServiceBusProcessor` class. To add or specify a different value for this app setting, see [Manage app settings - local.settings.json](edit-app-settings-host-settings.md?tabs=azure-portal#manage-app-settings), for example: <br>- **Name**: `AzureFunctionsJobHost__extensions__serviceBus__prefetchCount` <br>- **Value**: `800` (no maximum limit) <br>For more information about the `prefetchCount` property, see: <br>- [Azure Service Bus bindings for Azure Functions](../azure-functions/functions-bindings-service-bus.md) <br>- [ServiceBusProcessor.PrefetchCount property](/dotnet/api/azure.messaging.servicebus.servicebusprocessor.prefetchcount) <br>- [ServiceBusProcessor Class](/dotnet/api/azure.messaging.servicebus.servicebusprocessor) |
639-
| **Maximum message count** | The default value for the `AzureFunctionsJobHost__extensions__serviceBus__batchOptions__maxMessageCount` app setting in your logic app resource that determines the maximum number of messages to send when triggered. To add or specify a different value for this app setting, review [Manage app settings - local.settings.json](edit-app-settings-host-settings.md?tabs=azure-portal#manage-app-settings), for example: <br>- **Name**: `AzureFunctionsJobHost__extensions__serviceBus__batchOptions__maxMessageCount` <br>- **Value**: `800` (no maximum limit) <br>For more information about the `maxMessageCount` property, see [Azure Service Bus bindings for Azure Functions](../azure-functions/functions-bindings-service-bus.md).|
636+
| **Maximum bursts** | The maximum number of elastic workers to scale out under load. If your underlying app requires instances beyond the always-ready instances in the next table row, your app can continue to scale out until the number of instances hits the maximum burst limit. <br><br>To change this value, see [Edit hosting plan scale-out settings](#edit-plan-scale-out-settings) later in this article. <br><br>**Note**: You're charged for any instances beyond your plan size only when they're running and allocated to you on a per-second basis. The platform makes a best effort to scale out your app to the defined maximum limit. <br>**Tip**: Select a maximum value that's higher than you might need so that the platform can scale out to handle a larger load. You aren't charted for unused instances. The Workflow Standard plan shares some aspects with the Azure Functions Premium plan. <br><br>For more information, see: <br><br>- [Premium plan settings](../azure-functions/functions-premium-plan.md#plan-and-sku-settings) <br>- [What is cloud bursting?](https://azure.microsoft.com/overview/what-is-cloud-bursting/) |
637+
| **Always ready instances** | The minimum number of instances that are always ready and warm for hosting your app. The minimum number is always 1. <br><br>To change this value, see [Edit hosting plan scale-out settings](#edit-plan-scale-out-settings) later in this article. <br><br>**Note**: You're charged for any instances beyond your plan size whether or not they're running when allocated to you. The Workflow Standard plan shares some aspects with the Azure Functions Premium plan: [Always ready instances](../azure-functions/functions-premium-plan.md#always-ready-instances). |
638+
| **Prefetch count** | The default value for `AzureFunctionsJobHost__extensions__serviceBus__prefetchCount` app setting in your logic app resource that determines the prefetch count used by the underlying `ServiceBusProcessor` class. <br><br>To add or specify a different value for this app setting, see [Manage app settings - local.settings.json](edit-app-settings-host-settings.md?tabs=azure-portal#manage-app-settings), for example: <br><br>- **Name**: `AzureFunctionsJobHost__extensions__serviceBus__prefetchCount` <br>- **Value**: `800` (no maximum limit) <br><br>For more information about the `prefetchCount` property, see: <br>- [Azure Service Bus bindings for Azure Functions](../azure-functions/functions-bindings-service-bus.md) <br>- [ServiceBusProcessor.PrefetchCount property](/dotnet/api/azure.messaging.servicebus.servicebusprocessor.prefetchcount) <br>- [ServiceBusProcessor Class](/dotnet/api/azure.messaging.servicebus.servicebusprocessor) |
639+
| **Maximum message count** | The default value for the `AzureFunctionsJobHost__extensions__serviceBus__batchOptions__maxMessageCount` app setting in your logic app resource that determines the maximum number of messages to send when triggered. <br><br>To add or specify a different value for this app setting, see [Manage app settings - local.settings.json](edit-app-settings-host-settings.md?tabs=azure-portal#manage-app-settings), for example: <br><br>- **Name**: `AzureFunctionsJobHost__extensions__serviceBus__batchOptions__maxMessageCount` <br>- **Value**: `800` (no maximum limit) <br><br>For more information about the `maxMessageCount` property, see [Azure Service Bus bindings for Azure Functions](../azure-functions/functions-bindings-service-bus.md).|
640640

641641
## Related content
642642

-15.4 KB
Loading
-12.1 KB
Loading
-11.9 KB
Loading
-12.1 KB
Loading
-11.9 KB
Loading
-7.29 KB
Loading
-6.12 KB
Loading
-6.27 KB
Loading
-6.21 KB
Loading

0 commit comments

Comments
 (0)