Skip to content

Commit 68f35aa

Browse files
committed
Fix a typo (my > might)
1 parent 1f8eafc commit 68f35aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ For detailed configuration and implementation guidance, see [Orchestration versi
223223
Another option is to stop all in-flight instances. If you're using the default [Azure Storage provider for Durable Functions](durable-functions-storage-providers.md#azure-storage), stopping all instances can be done by clearing the contents of the internal **control-queue** and **workitem-queue** queues. You can alternatively stop the function app, delete these queues, and restart the app again. The queues will be recreated automatically once the app restarts. The previous orchestration instances may remain in the "Running" state indefinitely, but they will not clutter your logs with failure messages or cause any harm to your app. This approach is ideal in rapid prototype development, including local development.
224224

225225
> [!NOTE]
226-
> This approach requires direct access to the underlying storage resources, and my not be appropriate for all storage providers supported by Durable Functions.
226+
> This approach requires direct access to the underlying storage resources, and might not be appropriate for all storage providers supported by Durable Functions.
227227
228228
### Side-by-side deployments
229229

0 commit comments

Comments
 (0)