Skip to content

Commit 575987a

Browse files
Merge pull request #231882 from davidmrdavid/dajusto/patch-df-pystein-quickstart
Add bundles opt-out instructions to DF PyStein quickstart
2 parents 24cf1dd + 69f5bb5 commit 575987a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ You now have a Durable Functions app that can be run locally and deployed to Azu
178178
179179
::: zone pivot="python-mode-decorators"
180180
181+
> [!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.
183+
> 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.
184+
181185
To create a basic Durable Functions app using these 3 function types, replace the contents of `function_app.py` with the following Python code.
182186
183187
```Python

0 commit comments

Comments
 (0)