From 55afc075279e861ae89fb3895b744ab07b70ee80 Mon Sep 17 00:00:00 2001 From: AhmadAbdullah91 <91725950+AhmadAbdullah91@users.noreply.github.com> Date: Thu, 17 Jul 2025 15:58:59 +0300 Subject: [PATCH] Update access-on-premises-resources.md added more clarification to the FQDN point --- articles/ai-foundry/how-to/access-on-premises-resources.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/articles/ai-foundry/how-to/access-on-premises-resources.md b/articles/ai-foundry/how-to/access-on-premises-resources.md index e406f170f7..d715f776fc 100644 --- a/articles/ai-foundry/how-to/access-on-premises-resources.md +++ b/articles/ai-foundry/how-to/access-on-premises-resources.md @@ -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).