Skip to content

Commit 9a97bb6

Browse files
authored
Merge pull request #273041 from cloga/lochen/meid_token_aoai
add meid_token auth type for AOAI
2 parents 9c1792c + f2cc405 commit 9a97bb6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

articles/machine-learning/prompt-flow/get-started-prompt-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you aren't already connected to AzureOpenAI, select the **Create** button the
3636

3737
:::image type="content" source="./media/get-started-prompt-flow/connection-creation-entry-point.png" alt-text="Screenshot of the connections tab with create highlighted." lightbox = "./media/get-started-prompt-flow/connection-creation-entry-point.png":::
3838

39-
Then a right-hand panel will appear. Here, you'll need to select the subscription and resource name, provide the connection name, API key, API base, API type, and API version before selecting the **Save** button.
39+
Then a right-hand panel will appear. Here, you'll need to select the subscription and resource name, provide the connection name, API key (if auth type equals to API key), API base, API type, and API version before selecting the **Save** button. Prompt flow also support Microsoft Entra ID as auth type for identity based auth for Azure OpenAI resource. Learn more about [How to configure Azure OpenAI Service with managed identities](../../ai-services/openai/how-to/managed-identity.md).
4040

4141
:::image type="content" source="./media/get-started-prompt-flow/azure-openai-connection.png" alt-text="Screenshot of the add Azure OpenAI connections." lightbox = "./media/get-started-prompt-flow/azure-openai-connection.png":::
4242

5.96 KB
Loading

articles/machine-learning/prompt-flow/tools-reference/llm-tool.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,13 @@ Set up connections to provisioned resources in prompt flow.
4848
| Type | Name | API key | API type | API version |
4949
|-------------|----------|----------|----------|-------------|
5050
| OpenAI | Required | Required | - | - |
51-
| Azure OpenAI| Required | Required | Required | Required |
51+
| Azure OpenAI - API key| Required | Required | Required | Required |
52+
| Azure OpenAI - Microsoft Entra ID| - | Required | Required | Required |
53+
54+
> [!TIP]
55+
> - To use Microsoft Entra ID auth type for Azure OpenAI connection, you need assign either the `Cognitive Services OpenAI User` or `Cognitive Services OpenAI Contributor role` to user or user assigned managed identity.
56+
> - Learn more about [how to specify to use user identity to submit flow run](../how-to-create-manage-runtime.md#create-an-automatic-runtime-preview-on-a-flow-page).
57+
> - Learn more about [How to configure Azure OpenAI Service with managed identities](../../../ai-services/openai/how-to/managed-identity.md).
5258
5359
## Inputs
5460

0 commit comments

Comments
 (0)