Skip to content

Commit 852a281

Browse files
authored
Update how-to-manage-workspace.md
1 parent 17d8cd9 commit 852a281

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

articles/machine-learning/how-to-manage-workspace.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,14 @@ This class requires an existing virtual network.
166166

167167
1. When you finish the network configuration, you can select **Review + Create**, or advance to the optional **Encryption** configuration.
168168

169+
# [Studio](#tab/studio)
170+
171+
1. To create a workspace with disabled internet connectivity via Studio, you should specify a hub workspace which has public network access disabled. Workspaces created without a hub in AI studio, will have public internet access enabled. A private hub can be recognized by the 'lock' icon.
172+
173+
:::image type="content" source="media/how-to-manage-workspace/studio-private-hub-selection.png" alt-text="A private hub can be recognized by the 'lock' icon.":::
174+
175+
1. If you do not select a hub workspace at time of creation, the default network configuration uses a **Public endpoint**, which is accessible on the public internet.
176+
169177
---
170178

171179
### Encryption
@@ -221,6 +229,12 @@ ml_client.workspaces.begin_create(ws)
221229

222230
:::image type="content" source="media/how-to-manage-workspace/select-key-vault.png" alt-text="Select the key":::
223231

232+
# [Studio](#tab/studio)
233+
234+
1. To create a workspace with customer-managed key encryption via Studio, you should specify a hub workspace which has customer-managed key encryption enabled. Check your hub workspace in Azure portal to understand its configuration.
235+
236+
1. If you do not select a hub workspace at time of creation, your workspace will use Microsoft-managed keys by default.
237+
224238
---
225239

226240
### Identity

0 commit comments

Comments
 (0)