Skip to content

Commit 93ab3bb

Browse files
committed
Update versions
1 parent 665e5a1 commit 93ab3bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/durable/durable-functions-event-publishing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Now you can send events to the topic.
6363

6464
In your Durable Functions project, find the `host.json` file.
6565

66-
### Durable Functions V1
66+
### Durable Functions 1.x
6767

6868
Add `eventGridTopicEndpoint` and `eventGridKeySettingName` in a `durableTask` property.
6969

@@ -76,7 +76,7 @@ Add `eventGridTopicEndpoint` and `eventGridKeySettingName` in a `durableTask` pr
7676
}
7777
```
7878

79-
### Durable Functions V2
79+
### Durable Functions 2.x
8080

8181
Add a `notifications` section to the `durableTask` property of the file, replacing `<topic_name>` with the name you chose. If the `durableTask` or `extensions` properties do not exist, create them like this example:
8282

0 commit comments

Comments
 (0)