Skip to content

Commit d0587cc

Browse files
Merge pull request #239311 from ynpandey/patch-17
Update how-to-managed-network.md
2 parents b786898 + c710425 commit d0587cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -564,11 +564,11 @@ To enable the [serverless spark jobs](how-to-submit-spark-jobs.md) for the manag
564564
isolation_mode: allow_internet_outbound
565565
outbound_rules:
566566
- name: added-perule
567-
destination:
568-
service_resource_id: /subscriptions/{subscription ID}/resourceGroups/{resource group name}/providers/Microsoft.Storage/storageAccounts/{storage account name}
569-
spark_enabled: true
570-
subresource_target: blob
571-
type: private_endpoint
567+
destination:
568+
service_resource_id: /subscriptions/{subscription ID}/resourceGroups/{resource group name}/providers/Microsoft.Storage/storageAccounts/{storage account name}
569+
spark_enabled: true
570+
subresource_target: blob
571+
type: private_endpoint
572572
```
573573

574574
You can use a YAML configuration file with the `az ml workspace update` command by specifying the `--file` parameter and the name of the YAML file. For example, the following command updates an existing workspace using a YAML file named `workspace_pe.yml`:

0 commit comments

Comments
 (0)