Skip to content

Commit f0dfc23

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#114447
We have done changes in the line no:147 and 149 Note: IP network rules are allowed only for public internet IP addresses.
1 parent dcc8957 commit f0dfc23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/tutorial-create-secure-workspace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ Use the following steps to create a compute instance.
144144

145145
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:
146146

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__.
148148
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.
150150

151151
> [!TIP]
152152
> 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:
179179

180180
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).
181181

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

Comments
 (0)