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/tutorial-iot-industrial-solution-architecture.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,9 +180,9 @@ Select the **Deploy** button to deploy all required resources on Microsoft Azure
180
180
During deployment, you must provide a password for a Virtual Machine (VM) used to host the production line simulation and for UA Cloud Twin. The password must have three of the following attributes: One lower case character, one upper case character, one number, and one special character. The password must be between 12 and 72 characters long.
181
181
182
182
> [!NOTE]
183
-
> To save cost, the deployment deploys a single Windows 11 Enterprise VM for both the production line simulation and Edge infrastructure. In production scenarios, the production line simulation isn't required and for the base OS for the Azure Kubernetes Services Edge Essentials instance, we recommend Windows IoT Enterprise Long Term Servicing Channel (LTSC).
183
+
> To save cost, the deployment deploys a single Windows 11 Enterprise VM for both the production line simulation and Edge infrastructure. In production scenarios, the production line simulation isn't required and for the base OS, we recommend Windows IoT Enterprise Long Term Servicing Channel (LTSC).
184
184
185
-
Once the deployment completes, connect to the deployed Windows VM with an RDP (remote desktop) connection. You can download the RDP file in the [Azure portal](https://portal.azure.com) page for the VM, under the **Connect** options. Sign in using the credentials you provided during deployment, open an **Windows command prompt** and install the Windows Subsystem for Linux (WSL) via:
185
+
Once the deployment completes, connect to the deployed Windows VM with an RDP (remote desktop) connection. You can download the RDP file in the [Azure portal](https://portal.azure.com) page for the VM, under the **Connect** options. Sign in using the credentials you provided during deployment, open a Windows command prompt and install the Windows Subsystem for Linux (WSL) via:
186
186
187
187
```
188
188
wsl --install
@@ -204,7 +204,7 @@ From the deployed VM, run a Windows command prompt, enter *wsl*, and press Enter
204
204
sudo ./StartSimulation.sh "<EventHubsCS>"
205
205
```
206
206
> [!NOTE]
207
-
> <EventHubCS> is the Event Hubs namespace connection string as described [here](/azure/event-hubs/event-hubs-get-connection-string).
207
+
> `<EventHubCS>` is the Event Hubs namespace connection string as described [here](/azure/event-hubs/event-hubs-get-connection-string).
Before you deploy, confirm that you started the production line simulation and enabled K3S in your VM's Windows Subsystem for Linux (WSL). Then, follow these steps as described [here](/azure/iot-operations/deploy-iot-ops/overview-deploy).
220
+
Before you deploy, confirm that you started the production line simulation. Then, follow these steps as described [here](/azure/iot-operations/deploy-iot-ops/overview-deploy).
221
221
222
222
223
223
## Use cases condition monitoring, calculating OEE, detecting anomalies, and making predictions in Azure Data Explorer
0 commit comments