Skip to content

Commit ddda81b

Browse files
authored
Merge pull request #274034 from sdgilley/sdg-feedback
add in code sample link
2 parents e6c2c94 + 10aafd8 commit ddda81b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

articles/machine-learning/quickstart-create-resources.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ But you could also create a new, empty notebook, then copy/paste code from a tut
122122

123123
## Clean up resources
124124

125-
If you plan to continue now to other tutorials, skip to [Next steps](#next-steps).
125+
If you plan to continue now to other tutorials, skip to [Next step](#next-step).
126126

127127
### Stop compute instance
128128

@@ -137,11 +137,11 @@ If you're not going to use it now, stop the compute instance:
137137

138138
[!INCLUDE [aml-delete-resource-group](includes/aml-delete-resource-group.md)]
139139

140-
## Next steps
140+
## Next step
141141

142142
You now have an Azure Machine Learning workspace, which contains a compute instance to use for your development environment.
143143

144-
Continue on to learn how to use the compute instance to run notebooks and scripts in the Azure Machine Learning cloud.
144+
Continue on to learn how to use the compute instance to run notebooks and scripts in the Azure Machine Learning cloud.
145145

146146
> [!div class="nextstepaction"]
147147
> [Quickstart: Get to know Azure Machine Learning](tutorial-azure-ml-in-a-day.md)
@@ -155,3 +155,5 @@ Use your compute instance with the following tutorials to train and deploy a mod
155155
| [Train a model in Azure Machine Learning](tutorial-train-model.md) | Dive in to the details of training a model |
156156
| [Deploy a model as an online endpoint](tutorial-deploy-model.md) | Dive in to the details of deploying a model |
157157
| [Create production machine learning pipelines](tutorial-pipeline-python-sdk.md) | Split a complete machine learning task into a multistep workflow. |
158+
159+
Want to jump right in? [Browse code samples](/samples/browse/?expanded=azure&products=azure-machine-learning).

articles/machine-learning/samples-notebooks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ This article shows you how to access the repository from the following environme
2525
- Your own compute resource
2626
- Data Science Virtual Machine
2727

28+
You can also [browse code samples](/samples/browse/?expanded=azure&products=azure-machine-learning) for more examples.
2829

2930
## Option 1: Access on Azure Machine Learning compute instance (recommended)
3031

articles/machine-learning/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,12 +1455,16 @@
14551455
displayName: example, examples, server, jupyter, azure notebooks, python, notebook, github
14561456
href: ./v1/samples-notebooks.md
14571457
# end v1
1458+
- name: Browse code samples
1459+
displayName: example, examples, python, notebook
1460+
href: /samples/browse/?expanded=azure&products=azure-machine-learning
14581461
- name: Examples repository (v2)
14591462
displayName: example, examples, jupyter, python, notebook, github
14601463
href: https://github.com/Azure/azureml-examples
14611464
- name: Examples repository (v1)
14621465
displayName: example, examples, jupyter, python, notebook, github
14631466
href: https://github.com/azure/machinelearningnotebooks
1467+
14641468
# v1
14651469
- name: Designer examples & datasets
14661470
displayName: example, examples, studio, pipelines, data sets, modules, components

0 commit comments

Comments
 (0)