Update eventgrid.md command typos (#2932)

Signed-off-by: Ana Cozma <48124384+ana-cozma@users.noreply.github.com>

Signed-off-by: Ana Cozma <48124384+ana-cozma@users.noreply.github.com>
This commit is contained in:
Ana Cozma 2022-11-03 15:37:49 +01:00 committed by GitHub
parent e024c0a6e1
commit 5cfba9f69c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ spec:
- name: accessKey - name: accessKey
value: "[AccessKey]" value: "[AccessKey]"
- name: topicEndpoint - name: topicEndpoint
value: "[TopicEndpoint] value: "[TopicEndpoint]"
``` ```
{{% alert title="Warning" color="warning" %}} {{% alert title="Warning" color="warning" %}}
@ -102,7 +102,7 @@ _Make sure to also to add quotes around the `[HandshakePort]` in your Event Grid
```bash ```bash
# Using random port 9000 as an example # 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 - Configure the ngrok's HTTPS endpoint and custom port to input binding metadata