Skip to content

Commit 523f427

Browse files
Merge pull request #283206 from dominicbetts/release-aio-july-updates-quickstart-tweaks
AIO: Refine add assets quickstart
2 parents b320c81 + 514d689 commit 523f427

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed
312 Bytes
Loading

articles/iot-operations/get-started-end-to-end-sample/quickstart-add-assets.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ The data that OPC UA servers expose can have a complex structure and can be diff
3535

3636
## Sign into the operations experience
3737

38-
To create asset endpoints, assets and subscribe to OPC UA tags and events, use the operations experience. Browse to the [operations experience](https://iotoperations.azure.com) in your browser and sign in with your Microsoft Entra ID credentials.
38+
To create asset endpoints, assets and subscribe to OPC UA tags and events, use the operations experience.
39+
40+
Browse to the [operations experience](https://iotoperations.azure.com) in your browser and sign in with your Microsoft Entra ID credentials.
41+
42+
:::image type="content" source="media/quickstart-add-assets/site-list.png" alt-text="Screenshot that shows the unassigned instances node in the operations experience.":::
3943

4044
> [!IMPORTANT]
4145
> You must use a work or school account to sign in to the operations experience. To learn more, see [Known Issues > Create Entra account](../troubleshoot/known-issues.md#known-issues-azure-iot-operations-preview).
@@ -44,8 +48,6 @@ To create asset endpoints, assets and subscribe to OPC UA tags and events, use t
4448

4549
After you sign in, the portal displays a list of sites that you have access to. Each site is a collection of Azure IoT Operations instances where you can configure your assets. Your [IT administrator is responsible for organizing instances in to sites](../../azure-arc/site-manager/overview.md) and granting access to OT users in your organization. Because you're working with a new deployment, there are no sites yet. You can find the cluster you created in the previous quickstart by selecting **Unassigned instances**. In the portal, an instance represents a cluster where you deployed Azure IoT Operations.
4650

47-
:::image type="content" source="media/quickstart-add-assets/site-list.png" alt-text="Screenshot that shows the unassigned instances node in the operations experience.":::
48-
4951
## Select your instance
5052

5153
Select the instance where you deployed Azure IoT Operations in the previous quickstart:
@@ -209,24 +211,18 @@ If there's no data flowing, restart the `aio-opc-opc.tcp-1` pod:
209211
kubectl delete pod aio-opc-opc.tcp-1-849dd78866-vhmz6 -n azure-iot-operations
210212
```
211213

212-
The sample tags you added in the previous quickstart generate messages from your asset that look like the following examples:
214+
The sample tags you added in the previous quickstart generate messages from your asset that look like the following example:
213215

214216
```json
215217
{
216-
"Timestamp": "2024-03-08T00:54:58.6572007Z",
217-
"MessageType": "ua-deltaframe",
218-
"payload": {
219-
"temperature": {
220-
"SourceTimestamp": "2023-08-10T00:54:58.2543129Z",
221-
"Value": 7109
222-
},
223-
"Tag 10": {
224-
"SourceTimestamp": "2023-08-10T00:54:58.2543482Z",
225-
"Value": 7109
226-
}
218+
"temperature": {
219+
"SourceTimestamp": "2024-08-02T13:52:15.1969959Z",
220+
"Value": 2696
227221
},
228-
"DataSetWriterName": "thermostat",
229-
"SequenceNumber": 4660
222+
"Tag 10": {
223+
"SourceTimestamp": "2024-08-02T13:52:15.1970198Z",
224+
"Value": 2696
225+
}
230226
}
231227
```
232228

0 commit comments

Comments
 (0)