From 5bbe987ac1b3718714b96eb462b6e72c244a4998 Mon Sep 17 00:00:00 2001 From: Ana Cozma <48124384+ana-cozma@users.noreply.github.com> Date: Thu, 3 Nov 2022 11:22:20 +0100 Subject: [PATCH] Update eventgrid.md command typos Signed-off-by: Ana Cozma <48124384+ana-cozma@users.noreply.github.com> --- .../components-reference/supported-bindings/eventgrid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/eventgrid.md b/daprdocs/content/en/reference/components-reference/supported-bindings/eventgrid.md index d422a19c726..a7f9a3c995f 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/eventgrid.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/eventgrid.md @@ -44,7 +44,7 @@ spec: - name: accessKey value: "[AccessKey]" - name: topicEndpoint - value: "[TopicEndpoint] + value: "[TopicEndpoint]" ``` {{% alert title="Warning" color="warning" %}} @@ -102,7 +102,7 @@ _Make sure to also to add quotes around the `[HandshakePort]` in your Event Grid ```bash # Using random port 9000 as an example -ngrok http -host-header=localhost 9000 +ngrok http --host-header=localhost 9000 ``` - Configure the ngrok's HTTPS endpoint and custom port to input binding metadata