Skip to content

Commit 84e7dab

Browse files
authored
fix broken "NOTE"
1 parent edbd690 commit 84e7dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def test_function(mytimer: func.TimerRequest) -> None:
168168
Durable Functions also provides preview support of the V2 programming model. To try it out, install the Durable Functions SDK (PyPI package `azure-functions-durable`) from version `1.2.2` or greater. You can reach us in the [Durable Functions SDK for Python repo](https://github.com/Azure/azure-functions-durable-python) with feedback and suggestions.
169169

170170

171-
> ![NOTE]
171+
> [!NOTE]
172172
> Using [Extension Bundles](/azure-functions/functions-bindings-register#extension-bundles) is yet supported when trying out the new V2 programming model with Durable Functions. You will need to manage your Extensions manually.
173173
> To do this, remove the `extensionBundles` section of your `host.json` as described [here](/azure-functions/functions-bindings-register#extension-bundles) 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.
174174

0 commit comments

Comments
 (0)