Skip to content

Commit aac5295

Browse files
committed
update image format
1 parent 5eb250b commit aac5295

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-signalr/signalr-tutorial-authenticate-azure-functions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ The chat application's UI is a simple single-page application (SPA) created with
306306

307307
1. Open **http://localhost:7071/api/index** in your web browser. You should be able to see a web page as follows:
308308

309-
![Local chat client web user interface](./media/signalr-tutorial-authenticate-azure-functions/local-chat-client-ui.png)
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.":::
310310

311311
1. Enter a message in the chat box and press enter.
312312

@@ -357,10 +357,10 @@ Azure Functions supports authentication with Azure Active Directory, Facebook, T
357357
1. Go to the resource page of your function app on Azure portal.
358358
1. Select **Settings** -> **Authentication**.
359359
1. Select **Add identity provider**.
360-
![Screenshot of the Function App Authentication page.](./media/signalr-tutorial-authenticate-azure-functions/function-app-authentication.png)
360+
:::image type="content" source="./media/signalr-tutorial-authenticate-azure-functions/function-app-authentication.png" alt-text="Screenshot of the Function App Authentication page.":::
361361

362362
1. Select **Microsoft** from the **Identity provider** list.
363-
![Screenshot of "Add an identity provider" page.](media/signalr-tutorial-authenticate-azure-functions/function-app-select-identity-provider.png)
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.":::
364364

365365
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:
366366

@@ -382,7 +382,7 @@ Azure Functions supports authentication with Azure Active Directory, Facebook, T
382382

383383
1. Send private messages by clicking on a username in the chat history. Only the selected recipient will receive these messages.
384384

385-
![Screenshot of the authenticated online client chat app using Azure SignalR Service and Azure Functions.](./media/signalr-tutorial-authenticate-azure-functions/online-chat-client-ui.png)
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.":::
386386

387387
Congratulations! You've deployed a real-time, serverless chat app!
388388

@@ -392,8 +392,8 @@ Congratulations! You've deployed a real-time, serverless chat app!
392392

393393
To clean up the resources created in this tutorial, delete the resource group using the Azure portal.
394394

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.
397397
398398
[Having issues? Let us know.](https://aka.ms/asrs/qsauth)
399399

0 commit comments

Comments
 (0)