Hello @james long
Thanks for using Microsoft Q&A, below is how to use private Python packages securely within Azure Machine Learning. Use cases for private Python packages include:
You've developed a private package that you don't want to share publicly.
You want to use a curated repository of packages stored within an enterprise firewall.
The recommended approach depends on whether you have few packages for a single Azure Machine Learning workspace, or an entire repository of packages for all workspaces within an organization.
The private packages are used through Environment class. Within an environment, you declare which Python packages to use, including private ones. To learn about environment in Azure Machine Learning in general, see How to use environments.
For more details, please refer to here - https://learn.microsoft.com/en-us/azure/machine-learning/v1/how-to-use-private-python-packages
Let me know if you need more information, I hope this helps.
Regards,
Yutong
-Please kindly accept the answer if you feel helpful to support the community, thanks a lot.