Skip to content

Commit c00d57a

Browse files
Merge pull request #45420 from andresnava/patch-189
Reference correct local.settings.json file
2 parents 350cef9 + 986b148 commit c00d57a

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
@@ -81,7 +81,7 @@ Add `eventGridTopicEndpoint` and `eventGridKeySettingName` in a `durableTask` pr
8181

8282
The possible Azure Event Grid configuration properties can be found in the [host.json documentation](../functions-host-json.md#durabletask). After you configure the `host.json` file, your function app sends lifecycle events to the event grid topic. This works when you run your function app both locally and in Azure.```
8383

84-
Set the app setting for the topic key in the Function App and `local.setting.json`. The following JSON is a sample of the `local.settings.json` for local debugging. Replace `<topic_key>` with the topic key.
84+
Set the app setting for the topic key in the Function App and `local.settings.json`. The following JSON is a sample of the `local.settings.json` for local debugging. Replace `<topic_key>` with the topic key.
8585

8686
```json
8787
{
@@ -280,4 +280,4 @@ To test locally, use [ngrok](../functions-bindings-event-grid.md#local-testing-w
280280
> [Learn instance management in Durable Functions](durable-functions-instance-management.md)
281281
282282
> [!div class="nextstepaction"]
283-
> [Learn versioning in Durable Functions](durable-functions-versioning.md)
283+
> [Learn versioning in Durable Functions](durable-functions-versioning.md)

0 commit comments

Comments
 (0)