Skip to content

Commit baa247d

Browse files
authored
Merge pull request #112242 from ynpandey/patch-3
Update how-to-managed-network.md
2 parents 554110c + 96b5afb commit baa247d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/how-to-managed-network.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,8 @@ To enable the [serverless spark jobs](how-to-submit-spark-jobs.md) for the manag
557557

558558
Use a YAML file to define the managed VNet configuration and add a private endpoint for the Azure Storage Account. Also set `spark_enabled: true`:
559559

560-
> [!TIP]
561-
> This example is for a managed VNet configured to allow internet traffic. If you want to allow only approved outbound traffic, set `isolation_mode: allow_only_approved_outbound` instead.
560+
> [!NOTE]
561+
> This example is for a managed VNet configured to allow internet traffic. Currently, serverless Spark does not support `isolation_mode: allow_only_approved_outbound` to allow only approved outbound traffic.
562562

563563
```yml
564564
name: myworkspace
@@ -583,8 +583,8 @@ To enable the [serverless spark jobs](how-to-submit-spark-jobs.md) for the manag
583583

584584
The following example demonstrates how to create a managed VNet for an existing Azure Machine Learning workspace named `myworkspace`. It also adds a private endpoint for the Azure Storage Account and sets `spark_enabled=true`:
585585

586-
> [!TIP]
587-
> The following example is for a managed VNet configured to allow internet traffic. If you want to allow only approved outbound traffic, use `IsolationMode.ALLOW_ONLY_APPROVED_OUTBOUND` instead.
586+
> [!NOTE]
587+
> The following example is for a managed VNet configured to allow internet traffic. Currently, serverless Spark does not support `IsolationMode.ALLOW_ONLY_APPROVED_OUTBOUND` to allow only approved outbound traffic.
588588

589589
```python
590590
# Get the existing workspace

0 commit comments

Comments
 (0)