Correct audience value in integration documentation#375
Conversation
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
|
Learn Build status updates of commit 2b67fde: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@ss4aman : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
@ss4aman : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure AI Foundry integration documentation for PostgreSQL to use the correct Microsoft Entra “audience” value when configuring the tool, addressing a 401 scenario caused by using the wrong environment variable.
Changes:
- Replaced
ENTRA_APP_CLIENT_IDwithENTRA_APP_IDENTIFIER_URIfor the “audience” field. - Updated the related tip to reference the new variable and add guidance on recognizing the identifier URI format.
Corrected the prefix of the ENTRA_APP_IDENTIFIER_URI from 'apo://' to 'api://'.
|
Learn Build status updates of commit de1bcf3: ✅ Validation status: passed
For more details, please refer to the build report. |
|
|
||
| > [!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 `api://`. |
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