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-central/core/tutorial-industrial-end-to-end.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The solution shows how to use Azure IoT Central to ingest industrial IoT data fr
21
21
22
22
The following diagram shows the data flow in the scenario and highlights the key capabilities of IoT Central relevant to industrial solutions:
23
23
24
-
:::image type="content" source="media/tutorial-industrial-end-to-end/industrial-iot-architecture.png" alt-text="A diagram that shows the architecture of an industrial I O T scenario.":::
24
+
:::image type="content" source="media/tutorial-industrial-end-to-end/industrial-iot-architecture.png" alt-text="A diagram that shows the architecture of an industrial IoT scenario.":::
25
25
26
26
The sample uses a custom tool to deploy and configure all of the resources. The tool shows you what resources it deploys and provides links to further information.
27
27
@@ -60,10 +60,7 @@ To create an Active Directory app registration in your Azure subscription:
60
60
```
61
61
62
62
> [!TIP]
63
-
> If you're using the Azure Cloud Shell, you're signed in automatically.
64
-
65
-
> [!TIP]
66
-
> If you want to use a different subscription, use the [az account](/cli/azure/account?view=azure-cli-latest#az-account-set&preserve-view=true) command.
63
+
> If you're using the Azure Cloud Shell, you're signed in automatically. If you want to use a different subscription, use the [az account](/cli/azure/account?view=azure-cli-latest#az-account-set&preserve-view=true) command.
67
64
68
65
- Make a note of the `id` value from the previous command. This value is your *subscription ID*. You use this value later in the tutorial.
69
66
@@ -97,7 +94,7 @@ To configure the **IoT Central Solution Builder** tool:
97
94
- Run the **IoT Central Solution Builder** tool.
98
95
- Select **Action > Edit Azure config**:
99
96
100
-
:::image type="content" source="media/tutorial-industrial-end-to-end/iot-central-solution-builder-azure-config.png" alt-text="Screenshot that shows the edit Azure config menu option in the I O T solution builder tool.":::
97
+
:::image type="content" source="media/tutorial-industrial-end-to-end/iot-central-solution-builder-azure-config.png" alt-text="Screenshot that shows the edit Azure config menu option in the IoT solution builder tool.":::
101
98
102
99
- Enter the application ID, subscription ID, and tenant ID that you made a note of previously. Select **OK**.
103
100
@@ -127,17 +124,17 @@ Each step uses either an ARM template or REST API call to deploy or configure re
127
124
To deploy the solution:
128
125
129
126
- Select **Start Provisioning**.
130
-
- Optionally, change the suffix and Azure location to use. The suffix is appended to the name of all the resources the tool creates to help you identify them in the Azure p.
127
+
- Optionally, change the suffix and Azure location to use. The suffix is appended to the name of all the resources the tool creates to help you identify them in the Azure portal.
131
128
- Select **Configure**.
132
129
- The tool shows its progress as it deploys the solution.
133
130
134
131
> [!TIP]
135
132
> The tool takes about 15 minutes to deploy and configure all the resources.
136
133
137
-
- Navigate to the Azure p and sign in with the same credentials you used to sign in to the tool.
134
+
- Navigate to the Azure portal and sign in with the same credentials you used to sign in to the tool.
138
135
- Find the resource group the tool created. The name of the resource group is **iotc-rg-{suffix from tool}**. In the following screenshot, the suffix used by the tool is **iotcsb29472**:
139
136
140
-
:::image type="content" source="media/tutorial-industrial-end-to-end/azure-portal-resources.png" alt-text="Screenshot that shows the deployed resources in the Azure p.":::
137
+
:::image type="content" source="media/tutorial-industrial-end-to-end/azure-portal-resources.png" alt-text="Screenshot that shows the deployed resources in the Azure portal.":::
141
138
142
139
To customize the deployed solution, you can edit the `adxconfig-opcpub.json` configuration file and then run the tool.
0 commit comments