Skip to content

Commit 46a8dc5

Browse files
committed
2 parents 1f369d2 + e1257df commit 46a8dc5

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

01.getting-started/11.production-deploy-to-aks/11.production-deploy-to-aks.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"source": [
219219
"'''\n",
220220
"# Use the default configuration (can also provide parameters to customize)\n",
221-
"resource_id = '/subscriptions/92c76a2f-0e1c-4216-b65e-abf7a3f34c1e/resourcegroups/raymondsdk0604/providers/Microsoft.ContainerService/managedClusters/my-aks-0605d37425356b7d01'\n",
221+
"resource_id = '/subscriptions/<subscriptin id>/resourcegroups/<resourcegroupname>/providers/Microsoft.ContainerService/managedClusters/<aks-clsuter-name>'\n",
222222
"\n",
223223
"create_name='my-existing-aks' \n",
224224
"# Create the cluster\n",

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# Azure Machine Learning service sample notebooks
2+
3+
Use either of these methods to run the notebooks in this repository:
4+
5+
* **Azure Notebooks** - Jupyter based notebooks in the Azure cloud
6+
1. [![Azure Notebooks](https://notebooks.azure.com/launch.png)](https://aka.ms/aml-clone-azure-notebooks)
7+
[Import sample notebooks into Azure Notebooks](https://aka.ms/aml-clone-azure-notebooks).
8+
1. Create a workspace and its configuration file (**config.json**) using [these instructions](https://aka.ms/aml-how-to-configure-environment).
9+
1. Select `+New` in the toolbar to add your **config.json** file to the same folder as the notebook.
10+
1. Open the notebook.
11+
12+
* **Your own notebook server**
13+
14+
1. Use [these instructions](https://aka.ms/aml-how-to-configure-environment) to:
15+
* Create a workspace and its configuration file (**config.json**).
16+
* Configure your notebook server.
17+
1. Clone this repository.
18+
1. Add your **config.json** file to the cloned folder - you may need to install other packages for specific notebooks.
19+
1. Start your notebook server.
20+
1. Open the notebook you want to run.
121

222
# Contributing
323

sdk-license/license.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
This Preview is made available to you on the condition that you agree to the
2+
[Supplemental Terms of Use for Microsoft Azure Previews][1], which supplement
3+
[your agreement][2] governing your use of Azure.
4+
If you do not have an existing agreement governing your use of Azure, you agree that
5+
your agreement governing use of Azure is the [Microsoft Online Subscription Agreement][3]
6+
(which incorporates the [Online Services Terms][4]).
7+
By using the Preview you agree to these terms. This Preview may collect data
8+
that is transmitted to Microsoft. Please see the [Microsoft Privacy Statement][5]
9+
to learn more about how Microsoft processes personal data.
10+
11+
[1]: https://azure.microsoft.com/en-us/support/legal/preview-supplemental-terms/
12+
[2]: https://azure.microsoft.com/en-us/support/legal/
13+
[3]: https://azure.microsoft.com/en-us/support/legal/subscription-agreement/
14+
[4]: http://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&DocumentTypeId=46
15+
[5]: http://go.microsoft.com/fwlink/?LinkId=248681

0 commit comments

Comments
 (0)