Skip to content

Commit 0b88045

Browse files
committed
added missing images and fixed alt text
done
1 parent 3a4fa11 commit 0b88045

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed
67.8 KB
Loading
72.7 KB
Loading
12.7 KB
Loading
70.1 KB
Loading
13.2 KB
Loading
90.6 KB
Loading

articles/communication-services/quickstarts/chat/openai-chat-bot-integration.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ This article demonstrates how to integrate a conversational OpenAI bot with an A
2828

2929
1. In the left-hand menu, navigate to **My assets → Models + endpoints**. Then click **+ Deploy Model** and choose **Deploy base model**.
3030

31-
:::image type="content" source="./media/azure-ai-foundry-model-deployment.png" alt-text="Screenshot that shows the model deployment.":::
31+
:::image type="content" source="./media/azure-ai-foundry-model-deployment.png" alt-text="Screenshot of the Manage deployments of your models and services page showing the Deploy base model menu item selected.":::
3232

3333
1. Select **gpt-4o** and click **Confirm**.
3434

35-
:::image type="content" source="./media/azure-ai-foundry-model-deployment-2.png" alt-text="Screenshot that shows the model deployment.":::
35+
:::image type="content" source="./media/azure-ai-foundry-model-deployment-2.png" alt-text="Screenshot of the Select a model dialog box showing gpt-4o selected.":::
3636

3737
1. Enter a deployment name of your choice, then click **Connect and deploy**.
3838

39-
:::image type="content" source="./media/azure-ai-foundry-model-deployment-3.png" alt-text="Screenshot that shows the model deployment.":::
39+
:::image type="content" source="./media/azure-ai-foundry-model-deployment-3.png" alt-text="Screenshot of the Deploy gpt-4o dialog box showing gpt-4o as the Deployment name.":::
4040

41-
1. Once deployment completes, return to **Models + endpoints** to verify that your model is running. In this example the deployed model is **gpt-4o**.
41+
1. Once deployment completes, return to **Models + endpoints** to verify that your model is running. In this example, the deployed model is **gpt-4o**.
4242

43-
:::image type="content" source="./media/azure-ai-foundry-model-deployment-4.png" alt-text="Screenshot that shows the deployed model.":::
43+
:::image type="content" source="./media/azure-ai-foundry-model-deployment-4.png" alt-text="Screenshot of the Models and endpoints asset showing gtp-4o as the deployed model and related deployment info.":::
4444

4545
## Step 2: Create a Web App resource
4646

@@ -50,19 +50,19 @@ This article demonstrates how to integrate a conversational OpenAI bot with an A
5050

5151
1. In **Create Web App**, select or enter details for the app, including the region where you want to deploy the app.
5252

53-
:::image type="content" source="./media/aoa-demo-web-app-create-options.png" alt-text="Screenshot that shows details to set to create a web app deployment.":::
53+
:::image type="content" source="./media/aoa-demo-web-app-create-options.png" alt-text="Screenshot of the Create Web App page showing Project details and Instance details selected to create a web app deployment.":::
5454

5555
1. Select **Review + Create** to validate the deployment and review the deployment details. Then, select **Create**.
5656

5757
1. When the web app resource is created, copy the hostname URL shown in the resource details. The URL is part of the endpoint you create for the web app.
5858

59-
:::image type="content" source="./media/web-app-endpoint.png" alt-text="Screenshot that shows how to copy the web app endpoint URL.":::
59+
:::image type="content" source="./media/web-app-endpoint.png" alt-text="Screenshot of the My-First-Bot-WebApp page showing the web app endpoint URL you need to copy for future use.":::
6060

6161
## Step 3: Create an Azure Bot Service resource
6262

6363
1. In the Azure portal, select **Create a resource**. In the search box, enter **bot**. Select the **Azure Bot** tile.
6464

65-
:::image type="content" source="./media/bot-service-create-resource.png" alt-text="Screenshot that shows details to set to create an Azure bot service.":::
65+
:::image type="content" source="./media/bot-service-create-resource.png" alt-text="Screenshot of the Azure bot tile showing details needed to create an Azure bot service.":::
6666

6767
1. In **Create an Azure Bot**, select **Multi Tenant** as Type of App and **Create new Microsoft App ID"** as Creation Type.
6868

@@ -87,7 +87,7 @@ Next, in the bot resource, create a web app messaging endpoint:
8787

8888
1. In Azure portal, select **Create a resource**. In the search box, enter **communication services**. Select the **Communication Services** tile.
8989

90-
:::image type="content" source="./media/communication-service.png" alt-text="Screenshot that shows details to set to create an Azure communication service.":::
90+
:::image type="content" source="./media/communication-service.png" alt-text="Screenshot of the Communication Services tile showing the details you need to create an Azure Communication Services Resource.":::
9191

9292
1. In **Create an Azure Communication Service**, you can specify the subscription, the resource group, the name of the Communication Services resource, and the geography associated with the resource.
9393

0 commit comments

Comments
 (0)