Skip to content

Commit 602f559

Browse files
authored
Update how-to-configure-network-isolation-with-v2.md
I added a description that changing the v1_legacy_mode parameter from __true__ to __false__ would take time to be reflected. The taken time was based on my trials (about 30min, 40min, and 60min) and IcM 312245323 (https://portal.microsofticm.com/imp/v3/incidents/details/312245323/home).
1 parent 82e80e5 commit 602f559

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/machine-learning/how-to-configure-network-isolation-with-v2.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,12 @@ The return value of the `az ml workspace update` command may not show the update
111111
az ml workspace show -g <myresourcegroup> -w <myworkspace> --query v1LegacyMode
112112
```
113113

114+
> [!IMPORTANT]
115+
> Note that it takes about 30 minutes to an hour or more for changing v1_legacy_mode parameter from __true__ to __false__ to be reflected in the workspace. Therefore, if you set the parameter to __false__ but receive an error that the parameter is __true__ in a subsequent operation, please try after a few more minutes.
116+
114117
---
115118

116119
## Next steps
117120

118121
* [Use a private endpoint with Azure Machine Learning workspace](how-to-configure-private-link.md).
119-
* [Create private link for managing Azure resources](../azure-resource-manager/management/create-private-link-access-portal.md).
122+
* [Create private link for managing Azure resources](../azure-resource-manager/management/create-private-link-access-portal.md).

0 commit comments

Comments
 (0)