From 2b67fde84a3d715a49fa1e493284c8c146e0393a Mon Sep 17 00:00:00 2001 From: Aman Puri <80350843+ss4aman@users.noreply.github.com> Date: Sun, 21 Jun 2026 21:35:46 +0530 Subject: [PATCH 1/2] Correct audience value in integration documentation Updated audience value from 'ENTRA_APP_CLIENT_ID' to 'ENTRA_APP_IDENTIFIER_URI' and modified related tip for clarity. ENTRA_APP_CLIENT_ID causes 401 error and is not recognized by the container apps --- .../postgresql/azure-ai/generative-ai-foundry-integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/postgresql/azure-ai/generative-ai-foundry-integration.md b/articles/postgresql/azure-ai/generative-ai-foundry-integration.md index c099aa87be..16c8a09de1 100644 --- a/articles/postgresql/azure-ai/generative-ai-foundry-integration.md +++ b/articles/postgresql/azure-ai/generative-ai-foundry-integration.md @@ -235,10 +235,10 @@ After you deploy your MCP server, connect it to Foundry: :::image type="content" source="media/generative-ai-foundry-integration/ai-foundry-postgresql-tool-catalog.png" alt-text="Screenshot of Managed Identity page for the PostgreSQL tool." lightbox="media/generative-ai-foundry-integration/ai-foundry-postgresql-tool-catalog.png" ::: -1. Enter the `ENTRA_APP_CLIENT_ID` value as the audience. This value is from the output of the `azd env get-values` command. +1. Enter the `ENTRA_APP_IDENTIFIER_URI` value as the audience. This value is from the output of the `azd env get-values` command. > [!TIP] - > Use `azd env get-values` command to find the `ENTRA_APP_CLIENT_ID` and `CONTAINER_APP_URL` values. + > Use `azd env get-values` command to find the `ENTRA_APP_IDENTIFIER_URI` and `CONTAINER_APP_URL` values. The `ENTRA_APP_IDENTIFIER_URI` starts with `apo://`. 1. Select **Save** to save your progress on the agent creation. From de1bcf3ee2a74005c4e4ad7fd6c1e09c6b3e9253 Mon Sep 17 00:00:00 2001 From: Aman Puri <80350843+ss4aman@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:52:37 +0530 Subject: [PATCH 2/2] Fix ENTRA_APP_IDENTIFIER_URI prefix in documentation Corrected the prefix of the ENTRA_APP_IDENTIFIER_URI from 'apo://' to 'api://'. --- .../postgresql/azure-ai/generative-ai-foundry-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/postgresql/azure-ai/generative-ai-foundry-integration.md b/articles/postgresql/azure-ai/generative-ai-foundry-integration.md index 16c8a09de1..eb2407a5af 100644 --- a/articles/postgresql/azure-ai/generative-ai-foundry-integration.md +++ b/articles/postgresql/azure-ai/generative-ai-foundry-integration.md @@ -238,7 +238,7 @@ After you deploy your MCP server, connect it to Foundry: 1. Enter the `ENTRA_APP_IDENTIFIER_URI` value as the audience. This value is from the output of the `azd env get-values` command. > [!TIP] - > Use `azd env get-values` command to find the `ENTRA_APP_IDENTIFIER_URI` and `CONTAINER_APP_URL` values. The `ENTRA_APP_IDENTIFIER_URI` starts with `apo://`. + > Use `azd env get-values` command to find the `ENTRA_APP_IDENTIFIER_URI` and `CONTAINER_APP_URL` values. The `ENTRA_APP_IDENTIFIER_URI` starts with `api://`. 1. Select **Save** to save your progress on the agent creation.