You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/EventGridIntegration/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ No matter you want to build and test the Azure Functions app on Azure or locally
38
38
39
39
An Azure Storage account is required by a functionapp 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.
40
40
41
-
1. Create a storage with kind `StorageV2` using `az cli`
41
+
- Create a storage with kind `StorageV2` using `az cli`
@@ -131,7 +131,7 @@ When running and debugging the Azure Functions runtime locally, application sett
131
131
132
132
### Configure static websites
133
133
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.
135
135
136
136
1. Enable the static website feature
137
137
@@ -161,7 +161,7 @@ We use **Static website** to host the web page. Find the [document](https://docs
161
161
162
162
### Subscribe Azure SignalR events
163
163
164
-
Subscribe to Azure SignalR OnConnected and OnDisconnected events and letevent grid trigger be enabled.
164
+
Subscribe to Azure SignalR OnConnected and OnDisconnected events and letEvent Grid trigger be enabled.
165
165
166
166
1. Open the VS Code command palette (`Ctrl-Shift-P`, macOS: `Cmd-Shift-P`).
167
167
@@ -260,7 +260,7 @@ App Service Authentication supports authentication with Azure Active Directory,
260
260
261
261
### Create an ngrok endpoint
262
262
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).
264
264
265
265
Download *ngrok.exe* from [ngrok](https://ngrok.com/), and run with the following command:
0 commit comments