Skip to content

Commit 6a72e5c

Browse files
Merge pull request #250504 from Blackmist/mvnet
incorporating feedback
2 parents 2f37e34 + 4702e3b commit 6a72e5c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ Before following the steps in this article, make sure you have the following pre
132132
## Configure a managed virtual network to allow internet outbound
133133
134134
> [!IMPORTANT]
135-
> The creation of the managed virtual network is deferred until a compute resource is created or provisioning is manually started. If you want to provision the managed virtual network and private endpoints, use the `az ml workspace provision` command from the Azure CLI. For example, `az ml workspace provision --name ws --resource-group rg`.
135+
> The creation of the managed virtual network is deferred until a compute resource is created or provisioning is manually started. If you want to provision the managed virtual network and private endpoints, use the `az ml workspace provision-network` command from the Azure CLI. For example, `az ml workspace provision-network --name ws --resource-group rg`.
136+
>
137+
> __If you plan to submit serverless spark jobs__, you must manually start provisioning. For more information, see the [configure for serverless spark jobs](#configure-for-serverless-spark-jobs) section.
136138
137139
# [Azure CLI](#tab/azure-cli)
138140
@@ -346,7 +348,9 @@ To configure a managed VNet that allows internet outbound communications, use th
346348
## Configure a managed virtual network to allow only approved outbound
347349

348350
> [!IMPORTANT]
349-
> The creation of the managed virtual network is deferred until a compute resource is created or provisioning is manually started. __If you plan to submit serverless spark jobs__, [Manually start provisioning](#configure-for-serverless-spark-jobs).
351+
> The creation of the managed virtual network is deferred until a compute resource is created or provisioning is manually started. If you want to provision the managed virtual network and private endpoints, use the `az ml workspace provision-network` command from the Azure CLI. For example, `az ml workspace provision-network --name ws --resource-group rg`.
352+
>
353+
> __If you plan to submit serverless spark jobs__, you must manually start provisioning. For more information, see the [configure for serverless spark jobs](#configure-for-serverless-spark-jobs) section.
350354

351355
# [Azure CLI](#tab/azure-cli)
352356

0 commit comments

Comments
 (0)