Skip to content

Commit 750b7f4

Browse files
committed
Address PR feedback.
1 parent 2d8abd4 commit 750b7f4

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

articles/iot-central/core/tutorial-industrial-end-to-end.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The solution shows how to use Azure IoT Central to ingest industrial IoT data fr
2121

2222
The following diagram shows the data flow in the scenario and highlights the key capabilities of IoT Central relevant to industrial solutions:
2323

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.":::
2525

2626
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.
2727

@@ -60,10 +60,7 @@ To create an Active Directory app registration in your Azure subscription:
6060
```
6161

6262
> [!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.
6764
6865
- 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.
6966

@@ -97,7 +94,7 @@ To configure the **IoT Central Solution Builder** tool:
9794
- Run the **IoT Central Solution Builder** tool.
9895
- Select **Action > Edit Azure config**:
9996

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.":::
10198

10299
- Enter the application ID, subscription ID, and tenant ID that you made a note of previously. Select **OK**.
103100

@@ -127,17 +124,17 @@ Each step uses either an ARM template or REST API call to deploy or configure re
127124
To deploy the solution:
128125

129126
- 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.
131128
- Select **Configure**.
132129
- The tool shows its progress as it deploys the solution.
133130

134131
> [!TIP]
135132
> The tool takes about 15 minutes to deploy and configure all the resources.
136133
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.
138135
- 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**:
139136

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.":::
141138

142139
To customize the deployed solution, you can edit the `adxconfig-opcpub.json` configuration file and then run the tool.
143140

0 commit comments

Comments
 (0)