Skip to content

Commit 48d5d56

Browse files
Merge pull request #280391 from Blackmist/208352-fresh
freshness
2 parents bb904ac + 7262609 commit 48d5d56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/v1/how-to-use-private-python-packages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.reviewer: laobri
99
ms.service: machine-learning
1010
ms.subservice: core
1111
ms.topic: how-to
12-
ms.date: 10/21/2021
12+
ms.date: 07/09/2024
1313
ms.custom: UpdateFrequency5, sdkv1, devx-track-python
1414
---
1515

@@ -33,7 +33,7 @@ The private packages are used through [Environment](/python/api/azureml-core/azu
3333

3434
## Use small number of packages for development and testing
3535

36-
For a small number of private packages for a single workspace, use the static [`Environment.add_private_pip_wheel()`](/python/api/azureml-core/azureml.core.environment.environment#add-private-pip-wheel-workspace--file-path--exist-ok-false-) method. This approach allows you to quickly add a private package to the workspace, and is well suited for development and testing purposes.
36+
For a few private packages for a single workspace, use the static [`Environment.add_private_pip_wheel()`](/python/api/azureml-core/azureml.core.environment.environment#add-private-pip-wheel-workspace--file-path--exist-ok-false-) method. This approach allows you to quickly add a private package to the workspace, and is well suited for development and testing purposes.
3737

3838
Point the file path argument to a local wheel file and run the ```add_private_pip_wheel``` command. The command returns a URL used to track the location of the package within your Workspace. Capture the storage URL and pass it the `add_pip_package()` method.
3939

@@ -89,7 +89,7 @@ The environment is now ready to be used in training runs or web service endpoint
8989

9090
You can consume packages from an Azure storage account within your organization's firewall. The storage account can hold a curated set of packages or an internal mirror of publicly available packages.
9191

92-
To set up such private storage, see [Secure an Azure Machine Learning workspace and associated resources](../how-to-secure-workspace-vnet.md#secure-azure-storage-accounts). You must also [place the Azure Container Registry (ACR) behind the VNet](../how-to-secure-workspace-vnet.md#enable-azure-container-registry-acr).
92+
To set up such private storage, see [Secure an Azure Machine Learning workspace and associated resources](../how-to-secure-workspace-vnet.md#secure-azure-storage-accounts). You must also [place the Azure Container Registry (ACR) behind the virtual network](../how-to-secure-workspace-vnet.md#enable-azure-container-registry-acr).
9393

9494
> [!IMPORTANT]
9595
> You must complete this step to be able to train or deploy models using the private package repository.

0 commit comments

Comments
 (0)