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/machine-learning/tutorial-create-secure-workspace.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,9 +144,9 @@ Use the following steps to create a compute instance.
144
144
145
145
Since the Azure Machine Learning studio partially runs in the web browser on the client, the client needs to be able to directly access the default storage account for the workspace to perform data operations. To enable this, use the following steps:
146
146
147
-
1. From the [Azure portal](https://portal.azure.com), select the jump box VM you created earlier. From the __Overview__ section, copy the __Private IP address__.
147
+
1. From the [Azure portal](https://portal.azure.com), select the jump box VM you created earlier. From the __Overview__ section, copy the __Public IP address__.
148
148
1. From the [Azure portal](https://portal.azure.com), select the workspace you created earlier. From the __Overview__ section, select the link for the __Storage__ entry.
149
-
1. From the storage account, select __Networking__, and add the jump box's _private_ IP address to the __Firewall__ section.
149
+
1. From the storage account, select __Networking__, and add the jump box's _public_ IP address to the __Firewall__ section.
150
150
151
151
> [!TIP]
152
152
> In a scenario where you use a VPN gateway or ExpressRoute instead of a jump box, you could add a private endpoint or service endpoint for the storage account to the Azure Virtual Network. Using a private endpoint or service endpoint would allow multiple clients connecting through the Azure Virtual Network to successfully perform storage operations through studio.
@@ -179,4 +179,4 @@ To delete all resources created in this tutorial, use the following steps:
179
179
180
180
Now that you've created a secure workspace and can access studio, learn how to [deploy a model to an online endpoint with network isolation](how-to-secure-online-endpoint.md).
181
181
182
-
For more information on the managed virtual network, see [Secure your workspace with a managed virtual network](how-to-managed-network.md).
182
+
For more information on the managed virtual network, see [Secure your workspace with a managed virtual network](how-to-managed-network.md).
0 commit comments