Skip to content

Commit d923d3e

Browse files
Merge pull request #111501 from joshharrin/joharrington/update-ws-yaml
Update CLI yaml reference for workspace [Azure ML]
2 parents 66774be + cbe1672 commit d923d3e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/machine-learning/reference-yaml-workspace.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
4545
| `customer_managed_key.key_uri` | string | The key URI of the customer-managed key to encrypt data at rest. The URI format is `https://<keyvault-dns-name>/keys/<key-name>/<key-version>`. | | |
4646
| `image_build_compute` | string | Name of the compute target to use for building environment Docker images when the container registry is behind a VNet. For more information, see [Secure workspace resources behind VNets](how-to-secure-workspace-vnet.md#enable-azure-container-registry-acr). | | |
4747
| `public_network_access` | string | Whether public endpoint access is allowed if the workspace will be using Private Link. For more information, see [Enable public access when behind VNets](how-to-configure-private-link.md#enable-public-access). | `enabled`, `disabled` | `disabled` |
48+
| `managed_network` | object | Azure Machine Learning Workspace managed network isolation. For more information, see [Workspace managed network isolation](how-to-managed-network.md). | | |
4849

4950
## Remarks
5051

@@ -74,6 +75,15 @@ Examples are available in the [examples GitHub repository](https://github.com/Az
7475

7576
:::code language="yaml" source="~/azureml-examples-main/cli/resources/workspace/hbi.yml":::
7677

78+
## YAML: managed network with allow internet outbound
79+
80+
:::code language="yaml" source="~/azureml-examples-main/cli/resources/workspace/mvnet-allow-internet-outbound.yml":::
81+
82+
## YAML: managed network with allow only approved outbound
83+
84+
:::code language="yaml" source="~/azureml-examples-main/cli/resources/workspace/mvnet-allow-only-approved-outbound.yml":::
85+
86+
7787
## Next steps
7888

7989
- [Install and use the CLI (v2)](how-to-configure-cli.md)

0 commit comments

Comments
 (0)