Skip to content

Commit 948ef4e

Browse files
committed
updating date/adding limitation in prep for GA
1 parent fdaf38d commit 948ef4e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/ai-studio/how-to/access-on-premises-resources.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to configure an Azure AI Foundry managed network to secur
55
manager: scottpolly
66
ms.service: azure-ai-foundry
77
ms.topic: how-to
8-
ms.date: 02/24/2025
8+
ms.date: 02/27/2025
99
ms.reviewer: meerakurup
1010
ms.author: larryfr
1111
author: Blackmist
@@ -96,6 +96,7 @@ To create a private endpoint to Application Gateway with the Azure CLI, use the
9696
- Application Gateway supports only HTTP(s) endpoints in the Backend pool. There's no support for non-HTTP(s) network traffic. Ensure your resources support HTTP(S) protocol.
9797
- To connect to Snowflake using the Application Gateway, you should add your own FQDN outbound rules to enable package/driver download and OCSP validation.
9898
- The Snowflake JDBC driver uses HTTPS calls, but different drivers might have different implementations. Check if your resource uses HTTP(S) protocol or not.
99+
- Application Gateway isn't supported for Spark scenarios, such as Spark compute or serverless Spark compute. DNS resolution (for example, nslookup) fails when trying to resolve an FQDN from the Spark compute.
99100
- For more information on limitations, see [Frequently asked questions about Application Gateway](/azure/application-gateway/application-gateway-faq).
100101

101102
## Application Gateway Errors

articles/machine-learning/how-to-access-on-premises-resources.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ description: Learn how to configure an Azure Machine Learning's managed network
55
manager: scottpolly
66
ms.service: azure-machine-learning
77
ms.topic: how-to
8-
ms.date: 10/24/2024
8+
ms.date: 02/27/2025
99
ms.reviewer: meerakurup
1010
ms.author: larryfr
1111
author: Blackmist
1212
# Customer intent: As an admin, I want to allow my developers to securely access on-premises resources from Azure Machine Learning.
1313
---
1414

15-
# Access on-premises resources from your Azure Machine Learning workspace's managed network (preview)
15+
# Access on-premises resources from your Azure Machine Learning workspace's managed network
1616

1717
To access your non-Azure resources located in a different virtual network or located entirely on-premises from your Azure Machine Learning workspace's managed virtual network, an Application Gateway must be configured. Through this Application Gateway, full end to end access can be configured to your resources.
1818

@@ -96,6 +96,7 @@ To create a private endpoint to Application Gateway with the Azure CLI, use the
9696
- Application Gateway supports only HTTP(s) endpoints in the Backend pool. There's no support for non-HTTP(s) network traffic. Ensure your resources support HTTP(S) protocol.
9797
- To connect to Snowflake using the Application Gateway, you should add your own FQDN outbound rules to enable package/driver download and OCSP validation.
9898
- The Snowflake JDBC driver uses HTTPS calls, but different drivers might have different implementations. Check if your resource uses HTTP(S) protocol or not.
99+
- Application Gateway isn't supported for Spark scenarios, such as Spark compute or serverless Spark compute. DNS resolution (for example, nslookup) fails when trying to resolve an FQDN from the Spark compute.
99100
- For more information on limitations, see [Frequently asked questions about Application Gateway](/azure/application-gateway/application-gateway-faq).
100101

101102
## Application Gateway Errors

0 commit comments

Comments
 (0)