Skip to content

Commit d555a9c

Browse files
authored
Merge pull request #92653 from Blackmist/random-stuff
adding links
2 parents f49ab39 + dce9573 commit d555a9c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

articles/machine-learning/service/concept-azure-machine-learning-architecture.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,9 @@ For an example of using an experiment, see [Tutorial: Train your first model](tu
146146

147147
### GitHub tracking and integration
148148

149-
When you start a training run where the source directory is a local Git repository, information about the repository is stored in the run history. For example, the current commit ID for the repository is logged as part of the history. This works with runs submitted using an estimator, ML pipeline, or script run. It also works for runs submitted from the SDK or Machine Learning CLI.
149+
When you start a training run where the source directory is a local Git repository, information about the repository is stored in the run history. This works with runs submitted using an estimator, ML pipeline, or script run. It also works for runs submitted from the SDK or Machine Learning CLI.
150150

151+
For more information, see [Git integration for Azure Machine Learning](concept-train-model-git-integration.md).
151152

152153
### Logging
153154

articles/machine-learning/service/concept-train-model-git-integration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Git integration for Azure Machine Learning
33
titleSuffix: Azure Machine Learning
4-
description: Learn how Azure Machine Learning integrates with a local Git repository.
4+
description: Learn how Azure Machine Learning integrates with a local Git repository. When submitting a training run from a local directory that is a Git repository, information about repo, branch, and current commit are tracked as part of the run.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -86,5 +86,4 @@ For more information, see the [az ml run](https://docs.microsoft.com/cli/azure/e
8686

8787
## Next steps
8888

89-
* For a walkthrough of how to train with Azure Machine Learning in Visual Studio Code, see [Tutorial: Train models with Azure Machine Learning](tutorial-train-models-with-aml.md).
90-
* For a walkthrough of how to edit, run, and debug code locally, see the [Python hello-world tutorial](https://code.visualstudio.com/docs/Python/Python-tutorial).
89+
* [Set up and use compute targets for model training](how-to-set-up-training-targets.md)

articles/machine-learning/service/how-to-create-your-first-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ For more information, see the [Experiment class](https://docs.microsoft.com/pyth
350350

351351
## GitHub tracking and integration
352352

353-
When you start a training run where the source directory is a local Git repository, information about the repository is stored in the run history. For example, the current commit ID for the repository is logged as part of the history.
353+
When you start a training run where the source directory is a local Git repository, information about the repository is stored in the run history. For more information, see [Git integration for Azure Machine Learning](concept-train-model-git-integration.md).
354354

355355
## Publish a pipeline
356356

articles/machine-learning/service/how-to-set-up-training-targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ For more details on these ```az ml``` CLI commands and full set of arguments, se
495495
496496
## Git tracking and integration
497497
498-
When you start a training run where the source directory is a local Git repository, information about the repository is stored in the run history. For example, the current commit ID for the repository is logged as part of the history.
498+
When you start a training run where the source directory is a local Git repository, information about the repository is stored in the run history. For more information, see [Git integration for Azure Machine Learning](concept-train-model-git-integration.md).
499499
500500
## Notebook examples
501501

articles/machine-learning/service/how-to-train-ml-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ print(run.get_portal_url())
122122

123123
## GitHub tracking and integration
124124

125-
When you start a training run where the source directory is a local Git repository, information about the repository is stored in the run history. For example, the current commit ID for the repository is logged as part of the history.
125+
When you start a training run where the source directory is a local Git repository, information about the repository is stored in the run history. For more information, see [Git integration for Azure Machine Learning](concept-train-model-git-integration.md).
126126

127127
## Examples
128128
For a notebook that shows the basics of an estimator pattern, see:

0 commit comments

Comments
 (0)