Skip to content

Commit 54dcd6b

Browse files
committed
update readme again
1 parent 610ed2f commit 54dcd6b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

samples/EventGridIntegration/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ The following softwares are required to build this tutorial.
1616
* [Node.js](https://nodejs.org/en/download/) (Version 10.x)
1717
* [.NET SDK](https://www.microsoft.com/net/download) (Version 2.x, required for Functions extensions)
1818
* [Azure Functions Core Tools](https://github.com/Azure/azure-functions-core-tools) (Version 2)
19+
* [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest)
1920

2021
### Create an Azure SignalR Service instance
2122

22-
Whatever you want to build and test the Azure Functions app on Azure or locally. The app will access a SignalR Service instance in Azure that needs to be created ahead of time.
23+
No matter you want to build and test the Azure Functions app on Azure or locally. The app will access a SignalR Service instance in Azure that needs to be created ahead of time.
2324

2425
1. Create Azure SignalR Service using `az cli`
2526

@@ -194,7 +195,7 @@ Although there is a CORS setting in **local.settings.json**, it is not propagate
194195

195196
1. Send public messages by entering them into the main chat box.
196197

197-
![Overview of the application](media/overview.png)
198+
![Overview of the application](media/overview.png)
198199

199200
<a name="enable-authentication"></a>
200201
## Enable authentication on Azure
@@ -219,7 +220,7 @@ App Service Authentication supports authentication with Azure Active Directory,
219220
- [Microsoft account](https://docs.microsoft.com/azure/app-service/configure-authentication-provider-microsoft)
220221
- [Google](https://docs.microsoft.com/azure/app-service/configure-authentication-provider-google)
221222
222-
![Authentication](media/authentication.png)
223+
![Authentication](media/authentication.png)
223224
224225
### Update the web app
225226

0 commit comments

Comments
 (0)