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: articles/azure-signalr/signalr-tutorial-authenticate-azure-functions.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -306,7 +306,7 @@ The chat application's UI is a simple single-page application (SPA) created with
306
306
307
307
1. Open **http://localhost:7071/api/index** in your web browser. You should be able to see a web page as follows:
308
308
309
-

309
+
:::image type="content" source="./media/signalr-tutorial-authenticate-azure-functions/local-chat-client-ui.png" alt-text="Screenshot of local chat client web user interface.":::
310
310
311
311
1. Enter a message in the chat box and press enter.
312
312
@@ -357,10 +357,10 @@ Azure Functions supports authentication with Azure Active Directory, Facebook, T
357
357
1. Go to the resource page of your function app on Azure portal.
358
358
1. Select **Settings** -> **Authentication**.
359
359
1. Select **Add identity provider**.
360
-

360
+
:::image type="content" source="./media/signalr-tutorial-authenticate-azure-functions/function-app-authentication.png" alt-text="Screenshot of the Function App Authentication page.":::
361
361
362
362
1. Select **Microsoft** from the **Identity provider** list.
363
-

363
+
:::image type="content" source="media/signalr-tutorial-authenticate-azure-functions/function-app-select-identity-provider.png" alt-text="Screenshot of 'Add an identity provider' page.":::
364
364
365
365
Azure Functions supports authentication with Azure Active Directory, Facebook, Twitter, Microsoft account, and Google. For more information about the supported identity providers, see the following articles:
366
366
@@ -382,7 +382,7 @@ Azure Functions supports authentication with Azure Active Directory, Facebook, T
382
382
383
383
1. Send private messages by clicking on a username in the chat history. Only the selected recipient will receive these messages.
384
384
385
-

385
+
:::image type="content" source="./media/signalr-tutorial-authenticate-azure-functions/online-chat-client-ui.png" alt-text="Screenshot of the authenticated online client chat app using Azure SignalR Service and Azure Functions.":::
386
386
387
387
Congratulations! You've deployed a real-time, serverless chat app!
To clean up the resources created in this tutorial, delete the resource group using the Azure portal.
394
394
395
-
[!CAUTION]
396
-
Deleting the resource group deletes all resources contained within it. If the resource group contains resources outside the scope of this tutorial, they will also be deleted.
395
+
>[!CAUTION]
396
+
> Deleting the resource group deletes all resources contained within it. If the resource group contains resources outside the scope of this tutorial, they will also be deleted.
397
397
398
398
[Having issues? Let us know.](https://aka.ms/asrs/qsauth)
0 commit comments