Skip to content

Commit f3cff55

Browse files
authored
Merge pull request #11954 from msgregman/patch-1
minor fixes across azure ml tutorial
2 parents be4f69b + 0b8b307 commit f3cff55

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/iot-edge/tutorial-deploy-machine-learning.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: mvc
1313

1414
# Deploy Azure Machine Learning as an IoT Edge module - preview
1515

16-
You can use IoT Edge modules to deploy code that implements your business logic directly to your IoT Edge devices. This tutorial walks you through deploying an Azure Machine Learning module that predicts when a device fails based on simulated machine temperature data.
16+
You can use IoT Edge modules to deploy code that implements your business logic directly to your IoT Edge devices. This tutorial walks you through deploying an Azure Machine Learning module that predicts when a device fails based on simulated machine temperature data. For more information about Azure ML on IoT Edge, see [Azure Machine Learning documentation](../machine-learning/desktop-workbench/use-azure-iot-edge-ai-toolkit.md).
1717

1818
The Azure Machine Learning module that you create in this tutorial reads the environmental data generated by your device and labels the messages as anomalous or not.
1919

@@ -36,16 +36,16 @@ The Azure Machine Learning module does not support ARM processors.
3636

3737
Have the following prerequisites on your development machine:
3838
* An Azure Machine Learning account. Follow the instructions in [Create Azure Machine Learning accounts and install Azure Machine Learning Workbench](../machine-learning/service/quickstart-installation.md#create-azure-machine-learning-services-accounts). You do not need to install the workbench application for this tutorial.
39-
* Module Management for Azure ML on your machine. To set up your environment and create an account, follow the instructions in [Model management setup](../machine-learning/desktop-workbench/deployment-setup-configuration.md).
39+
* Model Management for Azure ML on your machine. To set up your environment and create an account, follow the instructions in [Model management setup](../machine-learning/desktop-workbench/deployment-setup-configuration.md). During deployment setup, it is recommended to choose the local steps instead of cluster, where possible.
4040

4141
### Disable process identification
4242

4343
>[!NOTE]
4444
>
4545
> While in preview, Azure Machine Learning does not support the process identification security feature enabled by default with IoT Edge.
46-
> Below are the steps to disable it. This is however not suitable for use in production.
46+
> Below are the steps to disable it. This is however not suitable for use in production. These steps are only necessary on Linux, as you will have completed this during the Windows Edge runtime setup steps.
4747
48-
To disable process identification, you'll need to provide the ip address and port for **workload_uri** and **management_uri** in the **connect** section of the IoT Edge daemon configuration.
48+
To disable process identification on your IoT edge device, you'll need to provide the ip address and port for **workload_uri** and **management_uri** in the **connect** section of the IoT Edge daemon configuration.
4949

5050
Get the IP address first. Enter `ifconfig` in your command line and copy the IP address of the **docker0** interface.
5151

@@ -126,7 +126,7 @@ Check that your container image was successfully created and stored in the Azure
126126

127127
1. Add the machine learning module that you created.
128128

129-
1. Click **Add** and select **Azure Machine Learning Module**.
129+
1. Click **Add** and select **IoT Edge Module**.
130130
1. In the **Name** field, enter `machinelearningmodule`
131131
1. In the **Image** field, enter your image address; for example `<registry_name>.azurecr.io/machinelearningmodule:1`.
132132
1. Select **Save**.

0 commit comments

Comments
 (0)