You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-edge/tutorial-deploy-machine-learning.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.custom: mvc
13
13
14
14
# Deploy Azure Machine Learning as an IoT Edge module - preview
15
15
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).
17
17
18
18
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.
19
19
@@ -36,16 +36,16 @@ The Azure Machine Learning module does not support ARM processors.
36
36
37
37
Have the following prerequisites on your development machine:
38
38
* 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.
40
40
41
41
### Disable process identification
42
42
43
43
>[!NOTE]
44
44
>
45
45
> 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.
47
47
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.
49
49
50
50
Get the IP address first. Enter `ifconfig` in your command line and copy the IP address of the **docker0** interface.
51
51
@@ -126,7 +126,7 @@ Check that your container image was successfully created and stored in the Azure
126
126
127
127
1. Add the machine learning module that you created.
128
128
129
-
1. Click **Add** and select **Azure Machine Learning Module**.
129
+
1. Click **Add** and select **IoT Edge Module**.
130
130
1. In the **Name** field, enter `machinelearningmodule`
131
131
1. In the **Image** field, enter your image address; for example `<registry_name>.azurecr.io/machinelearningmodule:1`.
0 commit comments