You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Use managed compute in a managed virtual network
16
16
17
17
Learn how to configure compute clusters or compute instances in an Azure Machine Learning managed virtual network.
18
18
19
-
When using a managed network, compute resources managed by Azure Machine Learning can participate in the virtual network. Azure Machine Learning _compute clusters_, _compute instances_, and _managed online endpoints_ are created in the managed network.
19
+
When you use a managed network, compute resources managed by Azure Machine Learning can participate in the virtual network. Azure Machine Learning _compute clusters_, _compute instances_, and _managed online endpoints_ are created in the managed network.
20
20
21
21
This article focuses on configuring compute clusters and compute instances in a managed network. For information on managed online endpoints, see [secure online endpoints with network isolation](how-to-secure-online-endpoint.md).
22
22
@@ -57,7 +57,7 @@ Before following the steps in this article, make sure you have the following pre
* The examples in this article assume that your code begins with the following Python. This code imports the classes required when creating a workspace with managed VNet, sets variables for your Azure subscription and resource group, and creates the `ml_client`:
60
+
* The examples in this article assume that your code begins with the following Python. This code imports the classes required when creating a workspace with managed virtual network, sets variables for your Azure subscription and resource group, and creates the `ml_client`:
61
61
62
62
```python
63
63
from azure.ai.ml import MLClient
@@ -74,9 +74,15 @@ Before following the steps in this article, make sure you have the following pre
74
74
# Replace with the values for your Azure subscription and resource group.
@@ -87,10 +93,10 @@ Before following the steps in this article, make sure you have the following pre
87
93
88
94
## Configure compute resources
89
95
90
-
Use the tabs below to learn how to configure compute clusters and compute instances in a managed virtual network:
96
+
Use the following tabs to learn how to configure compute clusters and compute instances in a managed virtual network:
91
97
92
98
> [!TIP]
93
-
> When using a managed virtual network, compute clusters and compute instances are automatically created in the managed network. The steps below focus on configuring the compute resources to not use a public IP address.
99
+
> When using a managed virtual network, compute clusters and compute instances are automatically created in the managed network. The following steps focus on configuring the compute resources to not use a public IP address.
94
100
95
101
# [Azure CLI](#tab/azure-cli)
96
102
@@ -115,7 +121,7 @@ from azure.ai.ml.entities import AmlCompute
0 commit comments