Skip to content

Update access-on-premises-resources.md #495

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions articles/ai-foundry/how-to/access-on-premises-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ Follow the [Quickstart: Direct web traffic using the portal](/azure/application-
- Resource name: The name of your Application Gateway resource.
- Sub resource: `appGwPrivateFrontendIpIPv4`
- FQDNs: These FQDNs are the aliases that you want to use inside the Azure AI Foundry portal. They're resolved to the managed private endpoint's private IP address targeting Application Gateway. You might include multiple FQDNs depending on how many resources you would like to connect to with the Application Gateway.
- All Added FQDNs will have the same IP address for the targeted Application Gateway.
- The IP address is within the managed VNET range, not the customer's VNET range.

> [!NOTE]
> - If you're using HTTPS listener with certificate uploaded, make sure the FQDN alias matches with the certificate's CN (Common Name) or SAN (Subject Alternative Name) otherwise HTTPS call fails with SNI (Server Name Indication).
Expand Down