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-operations/connect-to-cloud/tutorial-opcua-to-data-lake.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This tutorial builds on the quickstart setup and demonstrates how to bifurcate t
21
21
22
22
## Prerequisites
23
23
24
-
Finish the [second step of the quickstart](../get-started-end-to-end-sample/quickstart-configure.md) which gets you the data from the OPC UA server to the Azure IoT Operations MQTT broker. Make sure you can see the data in Event Hubs.
24
+
Finish the [second step of the quickstart](../get-started-end-to-end-sample/quickstart-configure.md) which gets you the data from the OPC UA server to the Azure IoT Operations MQTT broker. Make sure you can see the data in Event Hub.
25
25
26
26
## Create a storage account with Data Lake Storage capability
27
27
@@ -34,7 +34,7 @@ First, follow steps to [create a storage account with Data Lake Storage Gen 2 ca
34
34
35
35
At the **Review** step, verify the settings and select **Create** to create the storage account.
36
36
37
-

37
+

38
38
39
39
## Get the extension name of Azure IoT Operations
40
40
@@ -48,21 +48,21 @@ This extension name is used in the next steps to assign permissions to the stora
48
48
49
49
In the storage account, go to the **Access control (IAM)** blade and select **+ Add role assignment**. In the **Add role assignment** blade, search for the role **Storage Blob Data Contributor** and select it.
50
50
51
-

51
+

52
52
53
53
Select **Next** to get to the *Members* section.
54
54
55
55
Choose **Select members** and in the **Select** box, search for the managed identity of the Azure IoT Operations Arc extension named `azure-iot-operations-xxxxx` and select it.
56
56
57
-

57
+

58
58
59
59
Finish the assignment with **Review + assign**.
60
60
61
61
## Create a container in the storage account
62
62
63
63
In the storage account, go to the **Containers** blade and select **+ Container**. For this tutorial, name the container `aiotutorial`. Select **Create** to create the container.
64
64
65
-

65
+

66
66
67
67
## Get the schema registry name and namespace
68
68
@@ -358,11 +358,11 @@ az deployment group create -g <RESOURCE_GROUP> --template-file adls-gen2-dataflo
358
358
359
359
In the storage account, go to the **Containers** blade and select the container `aiotutorial` you created. You should see a folder named `aiotutorial` and inside it, you should see Parquet files with the data from the OPC UA server. The file names are in the format `part-00001-44686130-347f-4c2c-81c8-eb891601ef98-c000.snappy.parquet`.
360
360
361
-

361
+

362
362
363
363
To see the content of the files, select each file and select **Edit**.
364
364
365
-

365
+

366
366
367
367
The content doesn't render properly in the Azure portal, but you can download the file and open it in a tool like [Parquet Viewer](https://github.com/mukunku/ParquetViewer).
0 commit comments