Skip to content

Commit 28b38cb

Browse files
committed
link fixes
1 parent e682537 commit 28b38cb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ The following list explains the lifecycle events schema:
248248

249249
## How to test locally
250250

251-
To test locally, read [Local testing with viewer web app](../event-grid-how-tos.md#local-testing-with-viewer-web-app). You can also use the *ngrok* utility as shown in [this tutorial](functions-event-grid-blob-trigger.md#start-local-debugging).
251+
To test locally, read [Local testing with viewer web app](../event-grid-how-tos.md#local-testing-with-viewer-web-app). You can also use the *ngrok* utility as shown in [this tutorial](../functions-event-grid-blob-trigger.md#start-local-debugging).
252252

253253
## Next steps
254254

articles/azure-functions/event-grid-how-tos.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ To test an Event Grid trigger locally, you have to get Event Grid HTTP requests
126126

127127
When you're done testing, you can use the same subscription for production by updating the endpoint. Use the [`az eventgrid event-subscription update`](/cli/azure/eventgrid/event-subscription#az-eventgrid-event-subscription-update) Azure CLI command.
128128

129+
You can also use the *ngrok* utility to forward remote requests to your locally running functions. For more information, see see [this tutorial](../functions-event-grid-blob-trigger.md#start-local-debugging).
130+
129131
### Create a viewer web app
130132

131133
To simplify capturing event messages, you can deploy a [pre-built web app](https://github.com/Azure-Samples/azure-event-grid-viewer) that displays the event messages. The deployed solution includes an App Service plan, an App Service web app, and source code from GitHub.

articles/azure-functions/functions-manually-run-non-http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ Open Postman and follow these steps:
7979
## Next steps
8080

8181
- [Strategies for testing your code in Azure Functions](./functions-test-a-function.md)
82-
- [Event Grid local testing with viewer web app](../event-grid-how-tos.md#local-testing-with-viewer-web-app)
82+
- [Event Grid local testing with viewer web app](./event-grid-how-tos.md#local-testing-with-viewer-web-app)

0 commit comments

Comments
 (0)