diff --git a/articles/machine-learning/how-to-access-on-premises-resources.md b/articles/machine-learning/how-to-access-on-premises-resources.md index 242b243016..8cd979b0fe 100644 --- a/articles/machine-learning/how-to-access-on-premises-resources.md +++ b/articles/machine-learning/how-to-access-on-premises-resources.md @@ -78,6 +78,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 Machine Learning workspace. 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). @@ -111,4 +113,4 @@ For errors related to the Application Gateway connection to your backend resourc ## Related content - [Managed virtual network isolation](how-to-managed-network.md). -- [Managed computes in a managed virtual network](how-to-managed-network-compute.md). \ No newline at end of file +- [Managed computes in a managed virtual network](how-to-managed-network-compute.md).