Skip to content

Commit 02263cd

Browse files
committed
add meid_token auth type for AOAI
1 parent d528fa3 commit 02263cd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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

-244 KB
Loading

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,15 @@ 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).
58+
59+
-
5260

5361
## Inputs
5462

0 commit comments

Comments
 (0)