Skip to content

Commit ee54666

Browse files
updates per comments
1 parent 269ead8 commit ee54666

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/communication-services/quickstarts/router/job-router-azure-open-ai-integration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ Workers are evaluated based on:
7878

7979
1. Open the OpenAiScoringFunction project in Visual Studio Code with the Azure Function Extension installed. Select 'Create Function App in Azure...'
8080

81-
:::image type="content" source="/media/create-azure-function-from-code.png" alt-text="Screenshot of CreateFunctionApp in VS Code.":::
81+
:::image type="content" source="./media/create-azure-function-from-code.png" alt-text="Screenshot of CreateFunctionApp in VS Code.":::
8282

8383
2. After selecting your Subscription, enter a unique name for your function app.
8484

85-
:::image type="content" source="/media/function-select-subscription.png.png" alt-text="Screenshot of selecting subscription in VS Code.":::
85+
:::image type="content" source="./media/function-select-subscription.png.png" alt-text="Screenshot of selecting subscription in VS Code.":::
8686

8787
3. Once your Function App is created, right-click on your App and select 'Deploy Function App...'
8888
4. Open the Azure portal and go to your Azure OpenAI resource, then go to Azure AI Studio. From here, navigate to the Deployments tab and select "+ Create new deployment"
@@ -91,15 +91,15 @@ Workers are evaluated based on:
9191
[Azure OpenAI Service models](../../../ai-services/openai/concepts/models.md)
9292
- b. Give your model a Deployment name and select “Create”
9393

94-
:::image type="content" source="/media/azure-open-ai-model-creation.png" alt-text="Screenshot of creating azure open ai model.":::
94+
:::image type="content" source="./media/azure-open-ai-model-creation.png" alt-text="Screenshot of creating azure open ai model.":::
9595

9696
5. Once your Azure OpenAI Model is created, copy down the 'Endpoint', 'Keys', and 'Region'
9797

98-
:::image type="content" source="/media/azure-open-ai-keys-and-endpoints.png" alt-text="Screenshot of of key and endpoint page for Azure Open AU.":::
98+
:::image type="content" source="./media/azure-open-ai-keys-and-endpoints.png" alt-text="Screenshot of of key and endpoint page for Azure Open AU.":::
9999

100100
6. In the Azure portal, navigate to your newly created Function App Environmental Variables blade and create the following variables:
101101

102-
:::image type="content" source="/media/azure-function-enviornment-settings" alt-text="Screenshot of of Azure function enviornment settings example.":::
102+
:::image type="content" source="./media/azure-function-enviornment-settings" alt-text="Screenshot of of Azure function enviornment settings example.":::
103103

104104
| Name | Value | Description |
105105
|-----------------|------------------|--------------------------------------------------------------------|
@@ -117,7 +117,7 @@ Workers are evaluated based on:
117117
8. Navigate to your ACS resource and copy down your connection string.
118118
9. Open the JR_AOAI_Integration Console application and open the `appsettings.json` file to update the following config settings.
119119

120-
:::image type="content" source="/media/appsettings-configuration.png" alt-text="Screenshot of AppSettings.":::
120+
:::image type="content" source="./media/appsettings-configuration.png" alt-text="Screenshot of AppSettings.":::
121121

122122
10. Run the application and follow the on-screen instructions to Create a Job.
123123

articles/communication-services/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ items:
200200
- name: Submit a job for queuing and routing
201201
href: quickstarts/router/get-started-router.md
202202
- name: Integrating Azure OpenAI with Job Router
203-
href: quickstarts/job-router-azure-open-ai-integration.md
203+
href: quickstarts/router/job-router-azure-open-ai-integration.md
204204
- name: Network Traversal
205205
items:
206206
- name: Access TURN relays

0 commit comments

Comments
 (0)