Skip to content

Commit 341215d

Browse files
authored
Network note (#3466)
* adding prereq about isolated network requirements * adding prereq about isolated network requirements
1 parent 9c9391d commit 341215d

File tree

5 files changed

+26
-5
lines changed

5 files changed

+26
-5
lines changed

tutorials/get-started-notebooks/deploy-model.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@
4747
"1. Open in the studio and select a compute instance.\n",
4848
" * If you opened this notebook from Azure Machine Learning studio, you need a compute instance to run the code. If you don't have a compute instance, select **Create compute** on the toolbar to first create one. You can use all the default settings. \n",
4949
" \n",
50-
" ![Create compute](./media/create-compute.png)\n",
50+
" ![Create compute](./media/create-compute.png)\n",
51+
"\n",
52+
" * If your Azure Machine Learning workspace is configured with a managed virtual network, you may need to add outbound rules to allow access to the public Python package repositories. For more information, see [Scenario: Access public machine learning packages](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-managed-network#scenario-access-public-machine-learning-packages).\n",
5153
" \n",
5254
" * If you're seeing this notebook elsewhere, complete [Create resources you need to get started](https://docs.microsoft.com/azure/machine-learning/quickstart-create-resources) to create an Azure Machine Learning workspace and a compute instance.\n",
5355
" \n",

tutorials/get-started-notebooks/explore-data.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
"\n",
2929
" ![Create compute](./media/create-compute.png)\n",
3030
"\n",
31+
"* If your Azure Machine Learning workspace is configured with a managed virtual network, you may need to add outbound rules to allow access to the public Python package repositories. For more information, see [Scenario: Access public machine learning packages](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-managed-network#scenario-access-public-machine-learning-packages).\n",
32+
"\n",
3133
"* If you're seeing this notebook elsewhere, complete [Create resources you need to get started](https://docs.microsoft.com/azure/machine-learning/quickstart-create-resources) to create an Azure Machine Learning workspace and a compute instance.\n",
3234
"\n",
3335
"## Set your kernel\n",

tutorials/get-started-notebooks/pipeline.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"\n",
4646
" ![Create compute](./media/create-compute.png)\n",
4747
"\n",
48+
"* If your Azure Machine Learning workspace is configured with a managed virtual network, you may need to add outbound rules to allow access to the public Python package repositories. For more information, see [Scenario: Access public machine learning packages](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-managed-network#scenario-access-public-machine-learning-packages).\n",
49+
"\n",
4850
"* If you're seeing this notebook elsewhere, complete [Create resources you need to get started](https://docs.microsoft.com/azure/machine-learning/quickstart-create-resources) to create an Azure Machine Learning workspace and a compute instance.\n",
4951
"\n",
5052
"* Complete the tutorial [Tutorial: Upload, access and explore your data](explore-data.ipynb) to create the data asset you need in this tutorial. Make sure you run all the code to create the initial data asset. You can optionally explore the data and revise it, but you'll only need the initial data to complete this tutorial.\n",

tutorials/get-started-notebooks/quickstart.ipynb

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
"\n",
3535
" ![Create compute](./media/create-compute.png)\n",
3636
"\n",
37+
"* If your Azure Machine Learning workspace is configured with a managed virtual network, you may need to add outbound rules to allow access to the public Python package repositories. For more information, see [Scenario: Access public machine learning packages](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-managed-network#scenario-access-public-machine-learning-packages).\n",
38+
"\n",
3739
"* If you're seeing this notebook elsewhere, complete [Create resources you need to get started](https://docs.microsoft.com/azure/machine-learning/quickstart-create-resources) to create an Azure Machine Learning workspace and a compute instance.\n",
3840
"\n",
3941
"## Set your kernel\n",
@@ -81,7 +83,18 @@
8183
},
8284
"name": "ml_client"
8385
},
84-
"outputs": [],
86+
"outputs": [
87+
{
88+
"ename": "",
89+
"evalue": "",
90+
"output_type": "error",
91+
"traceback": [
92+
"\u001b[1;31mRunning cells with 'Python 3.12.8' requires the ipykernel package.\n",
93+
"\u001b[1;31mRun the following command to install 'ipykernel' into the Python environment. \n",
94+
"\u001b[1;31mCommand: 'c:/Users/larryfr/AppData/Local/Programs/Python/Python312/python.exe -m pip install ipykernel -U --user --force-reinstall'"
95+
]
96+
}
97+
],
8598
"source": [
8699
"from azure.ai.ml import MLClient\n",
87100
"from azure.identity import DefaultAzureCredential\n",
@@ -692,9 +705,9 @@
692705
"name": "python310-sdkv2"
693706
},
694707
"kernelspec": {
695-
"display_name": "Python 3.10 - SDK v2",
708+
"display_name": "Python 3",
696709
"language": "python",
697-
"name": "python310-sdkv2"
710+
"name": "python3"
698711
},
699712
"language_info": {
700713
"codemirror_mode": {
@@ -706,7 +719,7 @@
706719
"name": "python",
707720
"nbconvert_exporter": "python",
708721
"pygments_lexer": "ipython3",
709-
"version": "3.10.6"
722+
"version": "3.12.8"
710723
},
711724
"microsoft": {
712725
"ms_spell_check": {

tutorials/get-started-notebooks/train-model.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
"\n",
3434
" ![Create compute](./media/create-compute.png)\n",
3535
"\n",
36+
"* If your Azure Machine Learning workspace is configured with a managed virtual network, you may need to add outbound rules to allow access to the public Python package repositories. For more information, see [Scenario: Access public machine learning packages](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-managed-network#scenario-access-public-machine-learning-packages).\n",
37+
"\n",
3638
"* If you're seeing this notebook elsewhere, complete [Create resources you need to get started](https://docs.microsoft.com/azure/machine-learning/quickstart-create-resources) to create an Azure Machine Learning workspace and a compute instance.\n",
3739
"\n",
3840
"## Set your kernel\n",

0 commit comments

Comments
 (0)