diff --git a/src/WebJobs.Extensions.DurableTask/Microsoft.Azure.WebJobs.Extensions.DurableTask.xml b/src/WebJobs.Extensions.DurableTask/Microsoft.Azure.WebJobs.Extensions.DurableTask.xml
index 7185aa3da..61f174b6f 100644
--- a/src/WebJobs.Extensions.DurableTask/Microsoft.Azure.WebJobs.Extensions.DurableTask.xml
+++ b/src/WebJobs.Extensions.DurableTask/Microsoft.Azure.WebJobs.Extensions.DurableTask.xml
@@ -4180,6 +4180,13 @@
A boolean indicating whether we use the legacy partition strategy. Defaults to false.
+
+
+ Determines whether to use the table partition management strategy.
+ This strategy reduces expected costs for an Azure Storage V2 account.
+
+ A boolean indicating whether to use the table partition strategy. Defaults to false.
+
Throws an exception if the provided hub name violates any naming conventions for the storage provider.