You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/configure-private-link.md
+27-27Lines changed: 27 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,13 @@ You get several Azure AI hub default resources in your resource group. You need
42
42
43
43
Use one of the following methods to create an Azure AI hub resource with a private endpoint. Each of these methods __requires an existing virtual network__:
44
44
45
+
# [Azure portal](#tab/azure-portal)
46
+
47
+
1. From the [Azure portal](https://portal.azure.com), go to Azure AI Studio and choose __+ New Azure AI__.
48
+
1. Choose network isolation mode in __Networking__ tab.
49
+
1. Scroll down to __Workspace Inbound access__ and choose __+ Add__.
50
+
1. Input required fields. When selecting the __Region__, select the same region as your virtual network.
51
+
45
52
# [Azure CLI](#tab/cli)
46
53
47
54
Create your Azure AI hub resource with the Azure AI CLI. Run the following command and follow the prompts. For more information, see [Get started with Azure AI CLI](cli-install.md).
@@ -104,19 +111,22 @@ az network private-endpoint dns-zone-group add \
104
111
--zone-name privatelink.notebooks.azure.net
105
112
```
106
113
107
-
# [Azure portal](#tab/azure-portal)
108
-
109
-
1. From the [Azure portal](https://portal.azure.com), go to Azure AI Studio and choose __+ New Azure AI__.
110
-
1. Choose network isolation mode in __Networking__ tab.
111
-
1. Scroll down to __Workspace Inbound access__ and choose __+ Add__.
112
-
1. Input required fields. When selecting the __Region__, select the same region as your virtual network.
113
-
114
114
---
115
115
116
116
## Add a private endpoint to an Azure AI hub
117
117
118
118
Use one of the following methods to add a private endpoint to an existing Azure AI hub:
119
119
120
+
# [Azure portal](#tab/azure-portal)
121
+
122
+
1. From the [Azure portal](https://portal.azure.com), select your Azure AI hub.
123
+
1. From the left side of the page, select __Networking__ and then select the __Private endpoint connections__ tab.
124
+
1. When selecting the __Region__, select the same region as your virtual network.
125
+
1. When selecting __Resource type__, use `azuremlworkspace`.
126
+
1. Set the __Resource__ to your workspace name.
127
+
128
+
Finally, select __Create__ to create the private endpoint.
129
+
120
130
# [Azure CLI](#tab/cli)
121
131
122
132
Use the [Azure networking CLI commands](/cli/azure/network/private-endpoint#az-network-private-endpoint-create) to create a private link endpoint for the Azure AI hub.
@@ -173,16 +183,6 @@ az network private-endpoint dns-zone-group add \
173
183
--zone-name 'privatelink.notebooks.azure.net'
174
184
```
175
185
176
-
# [Azure portal](#tab/azure-portal)
177
-
178
-
1. From the [Azure portal](https://portal.azure.com), select your Azure AI hub.
179
-
1. From the left side of the page, select __Networking__ and then select the __Private endpoint connections__ tab.
180
-
1. When selecting the __Region__, select the same region as your virtual network.
181
-
1. When selecting __Resource type__, use `azuremlworkspace`.
182
-
1. Set the __Resource__ to your workspace name.
183
-
184
-
Finally, select __Create__ to create the private endpoint.
185
-
186
186
---
187
187
188
188
## Remove a private endpoint
@@ -194,6 +194,12 @@ You can remove one or all private endpoints for an Azure AI hub. Removing a priv
194
194
195
195
To remove a private endpoint, use the following information:
196
196
197
+
# [Azure portal](#tab/azure-portal)
198
+
199
+
1. From the [Azure portal](https://portal.azure.com), select your Azure AI hub.
200
+
1. From the left side of the page, select __Networking__ and then select the __Private endpoint connections__ tab.
201
+
1. Select the endpoint to remove and then select __Remove__.
202
+
197
203
# [Azure CLI](#tab/cli)
198
204
199
205
When using the Azure CLI, use the following command to remove the private endpoint:
@@ -204,12 +210,6 @@ az network private-endpoint delete \
204
210
--resource-group <resource-group-name> \
205
211
```
206
212
207
-
# [Azure portal](#tab/azure-portal)
208
-
209
-
1. From the [Azure portal](https://portal.azure.com), select your Azure AI hub.
210
-
1. From the left side of the page, select __Networking__ and then select the __Private endpoint connections__ tab.
211
-
1. Select the endpoint to remove and then select __Remove__.
212
-
213
213
---
214
214
215
215
## Enable public access
@@ -221,16 +221,16 @@ In some situations, you might want to allow someone to connect to your secured A
221
221
222
222
To enable public access, use the following steps:
223
223
224
-
# [Azure CLI](#tab/cli)
225
-
226
-
Not available in AI CLI, but you can use [Azure Machine Learning CLI](../../machine-learning/how-to-configure-private-link.md#enable-public-access). Use your Azure AI hub name as workspace name in Azure Machine Learning CLI.
227
-
228
224
# [Azure portal](#tab/azure-portal)
229
225
230
226
1. From the [Azure portal](https://portal.azure.com), select your Azure AI hub.
231
227
1. From the left side of the page, select __Networking__ and then select the __Public access__ tab.
232
228
1. Select __Enabled from all networks__, and then select __Save__.
233
229
230
+
# [Azure CLI](#tab/cli)
231
+
232
+
Not available in AI CLI, but you can use [Azure Machine Learning CLI](../../machine-learning/how-to-configure-private-link.md#enable-public-access). Use your Azure AI hub name as workspace name in Azure Machine Learning CLI.
0 commit comments