Skip to content

Commit b0b107d

Browse files
committed
patch relative link
1 parent 7730bf3 commit b0b107d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/quickstart-python-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ You now have a Durable Functions app that can be run locally and deployed to Azu
179179
::: zone pivot="python-mode-decorators"
180180
181181
> [!NOTE]
182-
> 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.
182+
> 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.
183183
> 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.
184184
185185
To create a basic Durable Functions app using these 3 function types, replace the contents of `function_app.py` with the following Python code.

0 commit comments

Comments
 (0)