Skip to content

Commit a417c44

Browse files
authored
Updating one of the property fields
Updating the property field Max Batch Size to include the unit so it is more clear for customers while inputting their value.
1 parent a6303a4 commit a417c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/stream-analytics-with-azure-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Follow the [Real-time fraud detection](stream-analytics-real-time-fraud-detectio
158158
|Import option| You can use the function from the current subscription, or provide the settings manually if the function is located in another subscription. |
159159
|Function App| Name of your Functions app. |
160160
|Function| Name of the function in your Functions app (name of your run.csx function).|
161-
|Max Batch Size|Sets the maximum size for each output batch, which is sent to your function. By default, this value is set to 256 KB.|
161+
|Max Batch Size|Sets the maximum size for each output batch which is sent to your function in bytes. By default, this value is set to 262,144 bytes(256 KB).|
162162
|Max Batch Count|Specifies the maximum number of events in each batch that is sent to the function. The default value is 100. This property is optional.|
163163
|Key|Allows you to use a function from another subscription. Provide the key value to access your function. This property is optional.|
164164

0 commit comments

Comments
 (0)