Skip to content

Commit 09db117

Browse files
committed
Additional fixes per feedback
1 parent d961678 commit 09db117

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot/tutorial-iot-industrial-solution-architecture.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ Select the **Deploy** button to deploy all required resources on Microsoft Azure
180180
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.
181181

182182
> [!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).
184184
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:
186186

187187
```
188188
wsl --install
@@ -204,7 +204,7 @@ From the deployed VM, run a Windows command prompt, enter *wsl*, and press Enter
204204
sudo ./StartSimulation.sh "<EventHubsCS>"
205205
```
206206
> [!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).
208208
209209
Example: StartSimulation "Endpoint=sb://ontologies.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=abcdefgh="
210210

@@ -217,7 +217,7 @@ Example: StartSimulation "Endpoint=sb://ontologies.servicebus.windows.net/;Share
217217

218218
## Deploying Azure IoT Operations on the edge
219219

220-
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).
221221

222222

223223
## Use cases condition monitoring, calculating OEE, detecting anomalies, and making predictions in Azure Data Explorer

0 commit comments

Comments
 (0)