diff --git a/01.getting-started/11.production-deploy-to-aks/11.production-deploy-to-aks.ipynb b/01.getting-started/11.production-deploy-to-aks/11.production-deploy-to-aks.ipynb index bc300341..720dccbf 100644 --- a/01.getting-started/11.production-deploy-to-aks/11.production-deploy-to-aks.ipynb +++ b/01.getting-started/11.production-deploy-to-aks/11.production-deploy-to-aks.ipynb @@ -218,7 +218,7 @@ "source": [ "'''\n", "# Use the default configuration (can also provide parameters to customize)\n", - "resource_id = '/subscriptions/92c76a2f-0e1c-4216-b65e-abf7a3f34c1e/resourcegroups/raymondsdk0604/providers/Microsoft.ContainerService/managedClusters/my-aks-0605d37425356b7d01'\n", + "resource_id = '/subscriptions//resourcegroups//providers/Microsoft.ContainerService/managedClusters/'\n", "\n", "create_name='my-existing-aks' \n", "# Create the cluster\n", diff --git a/README.md b/README.md index 72f1506a..be766337 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ +# Azure Machine Learning service sample notebooks + +Use either of these methods to run the notebooks in this repository: + +* **Azure Notebooks** - Jupyter based notebooks in the Azure cloud + 1. [![Azure Notebooks](https://notebooks.azure.com/launch.png)](https://aka.ms/aml-clone-azure-notebooks) + [Import sample notebooks into Azure Notebooks](https://aka.ms/aml-clone-azure-notebooks). + 1. Create a workspace and its configuration file (**config.json**) using [these instructions](https://aka.ms/aml-how-to-configure-environment). + 1. Select `+New` in the toolbar to add your **config.json** file to the same folder as the notebook. + 1. Open the notebook. + +* **Your own notebook server** + + 1. Use [these instructions](https://aka.ms/aml-how-to-configure-environment) to: + * Create a workspace and its configuration file (**config.json**). + * Configure your notebook server. + 1. Clone this repository. + 1. Add your **config.json** file to the cloned folder - you may need to install other packages for specific notebooks. + 1. Start your notebook server. + 1. Open the notebook you want to run. # Contributing diff --git a/sdk-license/license.txt b/sdk-license/license.txt new file mode 100644 index 00000000..0dd657ca --- /dev/null +++ b/sdk-license/license.txt @@ -0,0 +1,15 @@ +This Preview is made available to you on the condition that you agree to the +[Supplemental Terms of Use for Microsoft Azure Previews][1], which supplement +[your agreement][2] governing your use of Azure. +If you do not have an existing agreement governing your use of Azure, you agree that +your agreement governing use of Azure is the [Microsoft Online Subscription Agreement][3] +(which incorporates the [Online Services Terms][4]). +By using the Preview you agree to these terms. This Preview may collect data +that is transmitted to Microsoft. Please see the [Microsoft Privacy Statement][5] +to learn more about how Microsoft processes personal data. + +[1]: https://azure.microsoft.com/en-us/support/legal/preview-supplemental-terms/ +[2]: https://azure.microsoft.com/en-us/support/legal/ +[3]: https://azure.microsoft.com/en-us/support/legal/subscription-agreement/ +[4]: http://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&DocumentTypeId=46 +[5]: http://go.microsoft.com/fwlink/?LinkId=248681