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
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.
23
24
24
25
1. Create Azure SignalR Service using `az cli`
25
26
@@ -194,7 +195,7 @@ Although there is a CORS setting in **local.settings.json**, it is not propagate
194
195
195
196
1. Send public messages by entering them into the main chat box.
196
197
197
-

198
+

198
199
199
200
<a name="enable-authentication"></a>
200
201
## Enable authentication on Azure
@@ -219,7 +220,7 @@ App Service Authentication supports authentication with Azure Active Directory,
0 commit comments