Skip to content

Commit 912e581

Browse files
committed
Merge branch 'asc-for-iot-master' of https://github.com/mlottner/azure-docs-pr into asc-for-iot-master
2 parents 3a0d985 + 3851ff3 commit 912e581

File tree

1 file changed

+30
-9
lines changed

1 file changed

+30
-9
lines changed

articles/asc-for-iot/how-to-deploy-edge.md

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,25 @@ There are three steps to create an IoT Edge deployment for Azure Security Center
7373
1. From the **Add Modules** tab, **Deployment Modules** area, click **AzureSecurityCenterforIoT**.
7474

7575
1. Change the **name** to **azureiotsecurity**.
76-
1. Change the name of **Image URI** to **mcr.microsoft.com/ascforiot/azureiotsecurity:0.0.1**
77-
76+
1. Change the **Image URI** to **mcr.microsoft.com/ascforiot/azureiotsecurity:0.0.3**.
77+
1. Verify the **Container Create Options** value is set to:
78+
``` json
79+
{
80+
"NetworkingConfig": {
81+
"EndpointsConfig": {
82+
"host": {}
83+
}
84+
},
85+
"HostConfig": {
86+
"Privileged": true,
87+
"NetworkMode": "host",
88+
"PidMode": "host",
89+
"Binds": [
90+
"/:/host"
91+
]
92+
}
93+
}
94+
```
7895
1. Verify that **Set module twin's desired properties** is selected, and change the configuration object to:
7996

8097
``` json
@@ -87,12 +104,16 @@ There are three steps to create an IoT Edge deployment for Azure Security Center
87104
1. Click **Save**.
88105
1. Scroll to the bottom of the tab and select **Configure advanced Edge Runtime settings**.
89106

90-
>[!Note]
91-
> Do **not** disable AMQP communication for the IoT Edge Hub.
92-
> Azure Security Center for IoT module requires AMQP communication with the IoT Edge Hub.
107+
>[!Note]
108+
> Do **not** disable AMQP communication for the IoT Edge Hub.
109+
> Azure Security Center for IoT module requires AMQP communication with the IoT Edge Hub.
93110

94-
1. Change the **Image** under **Edge Hub** to **mcr.microsoft.com/ascforiot/edgehub:1.05-preview**.
95-
111+
1. Change the **Image** under **Edge Hub** to **mcr.microsoft.com/ascforiot/edgehub:1.0.9-preview**.
112+
113+
>[!Note]
114+
> Azure Security Center for IoT module requires a forked version of IoT Edge Hub, based on SDK version 1.20.
115+
> By changing IoT Edge Hub image, you are instructing your IoT Edge device to replace the latest stable release with the forked version of IoT Edge Hub, which is not officially supported by the IoT Edge service.
116+
96117
1. Verify **Create Options** is set to:
97118

98119
``` json
@@ -135,8 +156,8 @@ If you encounter an issue, container logs are the best way to learn about the st
135156

136157
| Name | IMAGE |
137158
| --- | --- |
138-
| azureIoTSecurity | mcr.microsoft.com/ascforiot/azureiotsecurity:0.0.1 |
139-
| edgeHub | asotcontainerregistry.azurecr.io/edgehub:1.04-preview |
159+
| azureIoTSecurity | mcr.microsoft.com/ascforiot/azureiotsecurity:0.0.3 |
160+
| edgeHub | mcr.microsoft.com/ascforiot/edgehub:1.0.9-preview |
140161
| edgeAgent | mcr.microsoft.com/azureiotedge-agent:1.0 |
141162

142163
If the minimum required containers are not present, check if your IoT Edge deployment manifest is aligned with the recommended settings. For more information, see [Deploy IoT Edge module](#deployment-using-azure-portal).

0 commit comments

Comments
 (0)