Skip to content

Commit 86eed9f

Browse files
authored
(Azure CXP) typo fix
resolves MicrosoftDocs/azure-docs#105181
1 parent aab867d commit 86eed9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-bindings-triggers-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Durable Functions also provides preview support of the V2 programming model. To
292292

293293
> [!NOTE]
294294
> Using [Extension Bundles](./functions-bindings-register.md#extension-bundles) is not currently supported when trying out the Python V2 programming model with Durable Functions, so you will need to manage your extensions manually.
295-
> To do this, remove the `extensionBundles` section of your `host.json` as described [here](./functions-run-local.md#install-extensions) and run `func extensions install --package Microsoft.Azure.WebJobs.Extensions.DurableTask --version 2.9.1` on your terminal. This will install the Durable Functions extension for your app and will allow you to try out the new experience.
295+
> To do this, remove the `extensionBundle` section of your `host.json` as described [here](./functions-run-local.md#install-extensions) and run `func extensions install --package Microsoft.Azure.WebJobs.Extensions.DurableTask --version 2.9.1` on your terminal. This will install the Durable Functions extension for your app and will allow you to try out the new experience.
296296
297297
The Durable Functions Triggers and Bindings may be accessed from an instance `DFApp`, a subclass of `FunctionApp` that additionally exports Durable Functions-specific decorators.
298298

@@ -408,4 +408,4 @@ def entity_function(context):
408408

409409
+ [Python developer guide](./functions-reference-python.md)
410410
+ [Get started with Visual Studio](./create-first-function-vs-code-python.md)
411-
+ [Get started command prompt](./create-first-function-cli-python.md)
411+
+ [Get started command prompt](./create-first-function-cli-python.md)

0 commit comments

Comments
 (0)