Skip to content

Commit 9c1e637

Browse files
Merge pull request #234771 from MicrosoftDocs/JasonWHowell-patch-3
Fix Broken links
2 parents b11dbb1 + 2c14991 commit 9c1e637

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

articles/machine-learning/how-to-manage-environments-v2.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: 'Manage Azure Machine Learning environments with the CLI & SDK (v2)'
33
titleSuffix: Azure Machine Learning
44
description: Learn how to manage Azure Machine Learning environments using Python SDK and Azure CLI extension for Machine Learning.
5-
services: machine-learning
65
ms.service: machine-learning
76
ms.subservice: core
87
ms.topic: how-to

articles/machine-learning/how-to-use-mlflow-cli-runs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Track ML experiments and models with MLflow
33
titleSuffix: Azure Machine Learning
44
description: Use MLflow to log metrics and artifacts from machine learning runs
5-
services: machine-learning
65
author: santiagxf
76
ms.author: fasantia
87
ms.reviewer: mopeakande
@@ -131,7 +130,7 @@ Use MLflow SDK to track any metric, parameter, artifacts, or models. For detaile
131130

132131
All Azure Machine Learning environments already have MLflow installed for you, so no action is required if you're using a curated environment. If you want to use a custom environment:
133132

134-
1. Create a `conda.yml` file with the dependencies you need:
133+
1. Create a `conda.yaml` file with the dependencies you need:
135134

136135
:::code language="yaml" source="~/azureml-examples-main//sdk/python/using-mlflow/deploy/environment/conda.yaml" highlight="7-8" range="1-12":::
137136

articles/machine-learning/reference-yaml-environment.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
title: 'CLI (v2) environment YAML schema'
33
titleSuffix: Azure Machine Learning
44
description: Reference documentation for the CLI (v2) environment YAML schema.
5-
services: machine-learning
65
ms.service: machine-learning
76
ms.subservice: core
87
ms.topic: reference
98
ms.custom: cliv2, event-tier1-build-2022
10-
119
author: saachigopal
1210
ms.author: sagopal
1311
ms.date: 03/31/2022

0 commit comments

Comments
 (0)