Skip to content

Commit 89929c9

Browse files
committed
A small fix
1 parent 73f74f5 commit 89929c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/archive-rehydrate-handle-event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ http://localhost:7071/runtime/webhooks/EventGrid?functionName={functionname}
177177

178178
The request that you send to this endpoint is a simulated request. It does not send or receive data from your Azure Storage account.
179179

180-
Send a request to this endpoint by using your HTTP request tool and its instructions. Make sure to substituting the name of your function for `{functionname}` and removing the curly braces. Make sure that the request verb is set to GET (For example `Get http://localhost:7071/runtime/webhooks/EventGrid?functionName=BlobRehydrateEventHandler`).
180+
Send a request to this endpoint by using your HTTP request tool and its instructions. Make sure to substitute the `{functionname}` placeholder with the name of your function (for example `Get http://localhost:7071/runtime/webhooks/EventGrid?functionName=BlobRehydrateEventHandler`).
181181

182182
1. In Visual Studio, place any desired breakpoints in your code, and press **F5** to run the debugger.
183183
1. In your HTTP request tool, send the request to the endpoint.

0 commit comments

Comments
 (0)