Skip to content

Commit 25514ba

Browse files
committed
Minor updates in readme
1 parent 54dcd6b commit 25514ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/EventGridIntegration/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ No matter you want to build and test the Azure Functions app on Azure or locally
3838

3939
An Azure Storage account is required by a function app using Event Grid trigger. You will also host the web page for the chat UI using the static websites feature of Azure Storage if you try to deploy the application to Azure.
4040

41-
1. Create a storage with kind `StorageV2` using `az cli`
41+
- Create a storage with kind `StorageV2` using `az cli`
4242

4343
```bash
4444
az storage account create -n <storage-account-name> -g <resource-group-name> -l <location> --sku Standard_LRS --kind StorageV2
@@ -131,7 +131,7 @@ When running and debugging the Azure Functions runtime locally, application sett
131131

132132
### Configure static websites
133133

134-
We use **Static website** to host the web page. Find the [document](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website) for more details.
134+
We use **Static Website** to host the web page. Find the [document](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website) for more details.
135135

136136
1. Enable the static website feature
137137

@@ -161,7 +161,7 @@ We use **Static website** to host the web page. Find the [document](https://docs
161161

162162
### Subscribe Azure SignalR events
163163

164-
Subscribe to Azure SignalR OnConnected and OnDisconnected events and let event grid trigger be enabled.
164+
Subscribe to Azure SignalR OnConnected and OnDisconnected events and let Event Grid trigger be enabled.
165165

166166
1. Open the VS Code command palette (`Ctrl-Shift-P`, macOS: `Cmd-Shift-P`).
167167

@@ -260,7 +260,7 @@ App Service Authentication supports authentication with Azure Active Directory,
260260
261261
### Create an ngrok endpoint
262262
263-
When running Event Grid trigger locally, you need a tool to proxy events to your local endpoint like [ngrok](https://ngrok.com/). For more details about running Event Grid trigger locally, go to the [document](https://docs.microsoft.com/en-us/azure/azure-functions/functions-debug-event-grid-trigger-local)
263+
When running Event Grid trigger locally, you need a tool to proxy events to your local endpoint like [ngrok](https://ngrok.com/). For more details about running Event Grid trigger locally, go to the [document](https://docs.microsoft.com/en-us/azure/azure-functions/functions-debug-event-grid-trigger-local).
264264
265265
Download *ngrok.exe* from [ngrok](https://ngrok.com/), and run with the following command:
266266

0 commit comments

Comments
 (0)