Skip to content

Commit 48b8bb9

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into asc-melvyn-20200129
2 parents ddd996f + 63af2c8 commit 48b8bb9

20 files changed

+124
-150
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20244,6 +20244,11 @@
2024420244
"redirect_url": "/azure/service-fabric/service-fabric-tutorial-deploy-app-to-party-cluster",
2024520245
"redirect_document_id": false
2024620246
},
20247+
{
20248+
"source_path": "articles/migrate/deploy-appliance.md",
20249+
"redirect_url": "migrate-appliance-architecture",
20250+
"redirect_document_id": false
20251+
},
2024720252
{
2024820253
"source_path": "articles/migrate/troubleshooting-general.md",
2024920254
"redirect_url": "troubleshoot-general",

articles/aks/azure-ad-v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ az extension list
4646

4747
To install kubectl, use the following
4848
```azurecli
49-
curl -LO "https://storage.googleapis.com/kubernetes-release/release/v1.18.0-beta.2/bin/darwin/amd64/kubectl"
49+
curl -LO "https://storage.googleapis.com/kubernetes-release/release/v1.18.0-beta.2/bin/linux/amd64/kubectl"
5050
chmod +x ./kubectl
5151
sudo mv ./kubectl /usr/local/bin/kubectl
5252
kubectl version --client
@@ -149,4 +149,4 @@ The user above gets an error because the user is not a part of a group that has
149149
Learn about [Azure AD Role Based Access Control][azure-ad-rbac].
150150

151151
<!-- LINKS - Internal -->
152-
[azure-ad-rbac]: azure-ad-rbac.md
152+
[azure-ad-rbac]: azure-ad-rbac.md

articles/data-explorer/python-ingest-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Queue a message to pull data from blob storage and ingest that data into Azure D
133133
INGESTION_CLIENT = KustoIngestClient(KCSB_INGEST)
134134

135135
# All ingestion properties are documented here: https://docs.microsoft.com/azure/kusto/management/data-ingest#ingestion-properties
136-
INGESTION_PROPERTIES = IngestionProperties(database=KUSTO_DATABASE, table=DESTINATION_TABLE, dataFormat=DataFormat.csv,
136+
INGESTION_PROPERTIES = IngestionProperties(database=KUSTO_DATABASE, table=DESTINATION_TABLE, dataFormat=DataFormat.CSV,
137137
mappingReference=DESTINATION_TABLE_COLUMN_MAPPING, additionalProperties={'ignoreFirstRecord': 'true'})
138138
# FILE_SIZE is the raw size of the data in bytes
139139
BLOB_DESCRIPTOR = BlobDescriptor(BLOB_PATH, FILE_SIZE)
104 KB
Loading

articles/key-vault/private-link-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ After configuring the key vault basics, select the Networking tab and follow the
5353
1. Leave the "integrate with the private zone DNS" option unchanged.
5454
1. Select "Ok".
5555

56-
![Image](./media/private-link-service-2.png)
56+
![Image](./media/private-link-service-8.png)
5757

5858
You will now be able to see the configured private endpoint. You now have the option to delete and edit this private endpoint.
5959
Select the "Review + Create" button and create the key vault. It will take 5-10 minutes for the deployment to complete.

articles/machine-learning/how-to-debug-pipelines.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 03/18/2020
1717
In this article, you learn how to debug and troubleshoot [machine learning pipelines](concept-ml-pipelines.md) in the [Azure Machine Learning SDK](https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py) and [Azure Machine Learning designer (preview)](https://docs.microsoft.com/azure/machine-learning/concept-designer). Information is provided on how to:
1818

1919
* Debug using the Azure Machine Learning SDK
20-
* Debug using the Azure Machine Learning Designer
20+
* Debug using the Azure Machine Learning designer
2121
* Debug using Application Insights
2222
* Debug interactively using Visual Studio Code (VS Code) and the Python Tools for Visual Studio (PTVSD)
2323

@@ -88,7 +88,7 @@ The table below provides information for different debug options for pipelines.
8888
| Library | Type | Example | Destination | Resources |
8989
|----------------------------|--------|------------------------------------------------------------------|----------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
9090
| Azure Machine Learning SDK | Metric | `run.log(name, val)` | Azure Machine Learning Portal UI | [How to track experiments](how-to-track-experiments.md#available-metrics-to-track)<br>[azureml.core.Run class](https://docs.microsoft.com/python/api/azureml-core/azureml.core.run(class)?view=experimental) |
91-
| Python printing/logging | Log | `print(val)`<br>`logging.info(message)` | Driver logs, Azure Machine Learning Designer | [How to track experiments](how-to-track-experiments.md#available-metrics-to-track)<br><br>[Python logging](https://docs.python.org/2/library/logging.html) |
91+
| Python printing/logging | Log | `print(val)`<br>`logging.info(message)` | Driver logs, Azure Machine Learning designer | [How to track experiments](how-to-track-experiments.md#available-metrics-to-track)<br><br>[Python logging](https://docs.python.org/2/library/logging.html) |
9292
| OpenCensus Python | Log | `logger.addHandler(AzureLogHandler())`<br>`logging.log(message)` | Application Insights - traces | [Debug pipelines in Application Insights](how-to-debug-pipelines-application-insights.md)<br><br>[OpenCensus Azure Monitor Exporters](https://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-azure)<br>[Python logging cookbook](https://docs.python.org/3/howto/logging-cookbook.html) |
9393

9494
#### Logging options example
@@ -133,8 +133,8 @@ For pipelines created in the designer, you can find the **log files** on either
133133
When you submit a pipeline run and stay in the authoring page, you can find the log files generated for each module.
134134

135135
1. Select any module in the authoring canvas.
136-
1. In the right pane of the module, go to the **Outputs+ogs** tab.
137-
1. Select the log file `70_driver_log.txt`
136+
1. In the right pane of the module, go to the **Outputs + logs** tab.
137+
1. Select the log file `70_driver_log.txt`.
138138

139139
![Authoring page module logs](./media/how-to-debug-pipelines/pipelinerun-05.png)
140140

@@ -145,8 +145,8 @@ You can also find the log files of specific runs in the pipeline run detail page
145145
1. Select a pipeline run created in the designer.
146146
![Pipeline run page](./media/how-to-debug-pipelines/pipelinerun-04.png)
147147
1. Select any module in the preview pane.
148-
1. In the right pane of the module, go to the **Outputs+ogs** tab.
149-
1. Select the log file `70_driver_log.txt`
148+
1. In the right pane of the module, go to the **Outputs + logs** tab.
149+
1. Select the log file `70_driver_log.txt`.
150150

151151
## Debug and troubleshoot in Application Insights
152152
For more information on using the OpenCensus Python library in this manner, see this guide: [Debug and troubleshoot machine learning pipelines in Application Insights](how-to-debug-pipelines-application-insights.md)

articles/machine-learning/how-to-retrain-designer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ To retrain a model, you need an initial model. In this section, you learn how to
4949
For this example, the data is stored in an [Azure datastore](how-to-access-data.md). If you don't already have a datastore, you can create one now by selecting **New datastore**.
5050

5151
1. Specify the path to your data. You can also select **Browse path** to browse to your datastore.
52-
1. Select **Run** at the top of the canvas.
52+
1. Select **Submit** at the top of the canvas.
5353

5454
> [!NOTE]
5555
> If you have already set a default compute for this pipeline draft, the pipeline will run automatically. Otherwise, you can follow the prompts on the settings pane to set one now.
5656
5757
### Find your trained model
5858

59-
The designer saves all pipeline outputs, including trained models, to the default storage account. You can also access the trained model directly in the designer:
59+
The designer saves all pipeline outputs, including trained models, to the default storage account. However, you can also access trained models directly in the designer:
6060

6161
1. Wait for the pipeline to finish running.
6262
1. Select the **Train Model** module.

articles/machine-learning/samples-designer.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: sample
99

1010
author: peterclu
1111
ms.author: peterlu
12-
ms.date: 03/10/2020
12+
ms.date: 03/29/2020
1313
---
1414
# Designer sample pipelines
1515

@@ -25,6 +25,8 @@ Use the built-in examples in Azure Machine Learning designer to quickly get star
2525

2626
The designer saves a copy of the sample pipelines to your studio workspace. You can edit the pipeline to adapt it to your needs and save it as your own. Use them as a starting point to jumpstart your projects.
2727

28+
### Open a sample pipeline
29+
2830
1. Sign in to <a href="https://ml.azure.com?tabs=jre" target="_blank">ml.azure.com</a>, and select the workspace you want to work with.
2931

3032
1. Select **Designer**.
@@ -33,6 +35,31 @@ The designer saves a copy of the sample pipelines to your studio workspace. You
3335

3436
Select **Show more samples** for a complete list of samples.
3537

38+
### Submit a pipeline run
39+
40+
To run a pipeline, you first have to set default compute target to run the pipeline on.
41+
42+
1. In the **Settings** pane to the right of the canvas, select **Select compute target**.
43+
44+
1. In the dialog that appears, select an existing compute target or create a new one. Select **Save**.
45+
46+
1. Select **Submit** at the top of the canvas to submit a pipeline run.
47+
48+
Depending on the sample pipeline and compute settings, runs may take some time to complete. The default compute settings have a minimum node size of 0, which means that the designer must allocate resources after being idle. Repeated pipeline runs will take less time since the compute resources are already allocated. Additionally, the designer uses cached results for each module to further improve efficiency.
49+
50+
51+
### Review the results
52+
53+
After the pipeline finishes running, you can review the pipeline and view the output for each module to learn more.
54+
55+
Use the following steps to view module outputs:
56+
57+
1. Select a module in the canvas.
58+
59+
1. In the module details pane to the right of the canvas, select **Outputs + logs**. Select the graph icon ![visualize icon](./media/tutorial-designer-automobile-price-train-score/visualize-icon.png) to see the results of each module.
60+
61+
Use the samples as starting points for some of the most common machine learning scenarios.
62+
3663
## Regression samples
3764

3865
Learn more about the built-in regression samples.

articles/machine-learning/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@
355355
- name: Trigger a pipeline
356356
href: how-to-trigger-published-pipeline.md
357357
- name: Debug & troubleshoot pipelines
358+
displayName: designer
358359
href: how-to-debug-pipelines.md
359360
- name: Debug pipelines in Application Insights
360361
displayname: pipelines, log, monitor

articles/machine-learning/tutorial-designer-automobile-price-deploy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ To deploy your pipeline, you must first convert the training pipeline into a rea
5454
5555
1. Select **Submit**, and use the same compute target and experiment that you used in part one.
5656

57+
If is the first run, it may take up to 20 minutes for your pipeline to finish running. The default compute settings have a minimum node size of 0, which means that the designer must allocate resources after being idle. Repeated pipeline runs will take less time since the compute resources are already allocated. Additionally, the designer uses cached results for each module to further improve efficiency.
58+
5759
1. Select **Deploy**.
5860

5961
## Create an inferencing cluster

0 commit comments

Comments
 (0)