Skip to content

Note that *.services.ai.azure.com isn't in the allowed endpoints list - #10371

Open
BenjisCollector wants to merge 1 commit into
MicrosoftDocs:livefrom
BenjisCollector:patch-ai-foundry-endpoint-allowlist
Open

Note that *.services.ai.azure.com isn't in the allowed endpoints list#10371
BenjisCollector wants to merge 1 commit into
MicrosoftDocs:livefrom
BenjisCollector:patch-ai-foundry-endpoint-allowlist

Conversation

@BenjisCollector

Copy link
Copy Markdown

Summary

*.services.ai.azure.com isn't in the allowed endpoints list on this page, but it's the endpoint hostname Azure AI Foundry surfaces by default for an AI Services resource. The same resource is also reachable at *.cognitiveservices.azure.com, which is on the list.

This adds a short note under the table pointing readers at the allowed hostname.

Context

An AI Foundry resource (kind: AIServices) reports https://<name>.cognitiveservices.azure.com/ as properties.endpoint, while the Foundry portal presents the services.ai.azure.com hostname. Readers who copy the hostname they see in the portal into a database scoped credential land on a domain this list doesn't cover, and the resulting error names the credential rather than the domain restriction, so the cause isn't obvious from the message.

@prmerger-automator

Copy link
Copy Markdown
Contributor

@BenjisCollector : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

@prmerger-automator

Copy link
Copy Markdown
Contributor

@BenjisCollector : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit a58eb62:

✅ Validation status: passed

File Status Preview URL Details
docs/relational-databases/system-stored-procedures/sp-invoke-external-rest-endpoint-transact-sql.md ✅Succeeded

For more details, please refer to the build report.

@v-dirichards
v-dirichards requested a lite review from Copilot August 5, 2026 14:46
@v-dirichards

Copy link
Copy Markdown
Contributor

@MashaMSFT

Can you review the proposed changes?

Important: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@prmerger-automator prmerger-automator Bot added the aq-pr-triaged tracking label for the PR review team label Aug 5, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the sp_invoke_external_rest_endpoint documentation to help readers avoid using an Azure AI Foundry endpoint hostname (*.services.ai.azure.com) that isn’t covered by the allowed endpoints list for outbound calls.

Changes:

  • Adds a NOTE clarifying that services.ai.azure.com hostnames shown in the Azure AI Foundry portal aren’t currently in the allowed endpoints list.
  • Directs readers to use the corresponding *.cognitiveservices.azure.com endpoint for successful credential/URL usage.

| Azure AI Translator | `api.cognitive.microsofttranslator.com` |

> [!NOTE]
> Azure AI Foundry resources also expose a `*.services.ai.azure.com` endpoint. That domain isn't in the allowed list. Use the `*.cognitiveservices.azure.com` endpoint of the same resource for both the database scoped credential name and the request URL.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants