Skip to content

Commit 465e3e2

Browse files
committedDec 17, 2019
Move files
1 parent fe5d9b9 commit 465e3e2

File tree

54 files changed

+215
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+215
-165
lines changed
 

‎.openpublishing.redirection.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12755,6 +12755,56 @@
1275512755
"redirect_url": "/azure/machine-learning/concept-model-management-and-deployment",
1275612756
"redirect_document_id": true
1275712757
},
12758+
{
12759+
"source_path": "articles/machine-learning/service/concept-onnx.md",
12760+
"redirect_url": "/azure/machine-learning/concept-onnx",
12761+
"redirect_document_id": true
12762+
},
12763+
{
12764+
"source_path": "articles/machine-learning/service/concept-train-machine-learning-model.md",
12765+
"redirect_url": "/azure/machine-learning/concept-train-machine-learning-model",
12766+
"redirect_document_id": true
12767+
},
12768+
{
12769+
"source_path": "articles/machine-learning/service/concept-train-model-git-integration.md",
12770+
"redirect_url": "/azure/machine-learning/concept-train-model-git-integration",
12771+
"redirect_document_id": true
12772+
},
12773+
{
12774+
"source_path": "articles/machine-learning/service/concept-workspace.md",
12775+
"redirect_url": "/azure/machine-learning/concept-workspace",
12776+
"redirect_document_id": true
12777+
},
12778+
{
12779+
"source_path": "articles/machine-learning/service/how-to-access-data.md",
12780+
"redirect_url": "/azure/machine-learning/how-to-access-data",
12781+
"redirect_document_id": true
12782+
},
12783+
{
12784+
"source_path": "articles/machine-learning/service/how-to-assign-roles.md",
12785+
"redirect_url": "/azure/machine-learning/how-to-assign-roles",
12786+
"redirect_document_id": true
12787+
},
12788+
{
12789+
"source_path": "articles/machine-learning/service/how-to-auto-train-forecast.md",
12790+
"redirect_url": "/azure/machine-learning/how-to-auto-train-forecast",
12791+
"redirect_document_id": true
12792+
},
12793+
{
12794+
"source_path": "articles/machine-learning/service/how-to-auto-train-remote.md",
12795+
"redirect_url": "/azure/machine-learning/how-to-auto-train-remote",
12796+
"redirect_document_id": true
12797+
},
12798+
{
12799+
"source_path": "articles/machine-learning/service/how-to-change-storage-access-key.md",
12800+
"redirect_url": "/azure/machine-learning/how-to-change-storage-access-key",
12801+
"redirect_document_id": true
12802+
},
12803+
{
12804+
"source_path": "articles/machine-learning/service/how-to-configure-auto-train.md",
12805+
"redirect_url": "/azure/machine-learning/how-to-configure-auto-train",
12806+
"redirect_document_id": true
12807+
},
1275812808
{
1275912809
"source_path": "articles/log-analytics/log-analytics-add-solutions.md",
1276012810
"redirect_url": "/azure/monitoring/monitoring-solutions",

‎articles/machine-learning/algorithm-module-reference/export-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This module supports exporting your data to the following cloud data services:
2424
- Azure Data Lake
2525
- Azure Data Lake Gen2
2626

27-
Before exporting your data, you need to first register a datastore in your Azure Machine Learning workspace first. For more information, see [How to Access Data](../service/how-to-access-data.md).
27+
Before exporting your data, you need to first register a datastore in your Azure Machine Learning workspace first. For more information, see [How to Access Data](../how-to-access-data.md).
2828

2929
## How to configure Export Data
3030

@@ -34,7 +34,7 @@ Before exporting your data, you need to first register a datastore in your Azure
3434

3535
1. Select **Export Data** to open the **Properties** pane.
3636

37-
1. For **Datastore**, select an existing datastore from the dropdown list. You can also create a new datastore. Check how by visiting [how-to-access-data](../service/how-to-access-data.md)
37+
1. For **Datastore**, select an existing datastore from the dropdown list. You can also create a new datastore. Check how by visiting [how-to-access-data](../how-to-access-data.md)
3838

3939
1. Define the path in the datastore to write the data to.
4040

0 commit comments

Comments
 (0)
Please sign in to comment.