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/communication-services/quickstarts/router/job-router-azure-open-ai-integration.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
@@ -78,11 +78,11 @@ Workers are evaluated based on:
78
78
79
79
1. Open the OpenAiScoringFunction project in Visual Studio Code with the Azure Function Extension installed. Select 'Create Function App in Azure...'
80
80
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.":::
82
82
83
83
2. After selecting your Subscription, enter a unique name for your function app.
84
84
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.":::
86
86
87
87
3. Once your Function App is created, right-click on your App and select 'Deploy Function App...'
88
88
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:
91
91
[Azure OpenAI Service models](../../../ai-services/openai/concepts/models.md)
92
92
- b. Give your model a Deployment name and select “Create”
93
93
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.":::
95
95
96
96
5. Once your Azure OpenAI Model is created, copy down the 'Endpoint', 'Keys', and 'Region'
97
97
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.":::
99
99
100
100
6. In the Azure portal, navigate to your newly created Function App Environmental Variables blade and create the following variables:
101
101
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.":::
0 commit comments