Skip to content

Commit 5ac373b

Browse files
committed
Fix links
1 parent 52bae9e commit 5ac373b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/iot-operations/connect-to-cloud/tutorial-opcua-to-data-lake.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This tutorial builds on the quickstart setup and demonstrates how to bifurcate t
2121

2222
## Prerequisites
2323

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

2626
## Create a storage account with Data Lake Storage capability
2727

@@ -34,7 +34,7 @@ First, follow steps to [create a storage account with Data Lake Storage Gen 2 ca
3434

3535
At the **Review** step, verify the settings and select **Create** to create the storage account.
3636

37-
![Screenshot showing the review page for creating the storage account with hierarchical namespace enabled](media/tutorial-adlsv2/adlsv2-create.png)
37+
![Screenshot showing the review page for creating the storage account with hierarchical namespace enabled](media/tutorial-opcua-to-data-lake/adlsv2-create.png)
3838

3939
## Get the extension name of Azure IoT Operations
4040

@@ -48,21 +48,21 @@ This extension name is used in the next steps to assign permissions to the stora
4848

4949
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.
5050

51-
![Screenshot showing to select the storage blob data contributor role](media/tutorial-adlsv2/storage-role.png)
51+
![Screenshot showing to select the storage blob data contributor role](media/tutorial-opcua-to-data-lake/storage-role.png)
5252

5353
Select **Next** to get to the *Members* section.
5454

5555
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.
5656

57-
![Screenshot showing to search for the Arc extension name and select it in IAM](media/tutorial-adlsv2/find-identity.png)
57+
![Screenshot showing to search for the Arc extension name and select it in IAM](media/tutorial-opcua-to-data-lake/find-identity.png)
5858

5959
Finish the assignment with **Review + assign**.
6060

6161
## Create a container in the storage account
6262

6363
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.
6464

65-
![Screenshot showing creating storage container in Azure portal](media/tutorial-adlsv2/container-create.png)
65+
![Screenshot showing creating storage container in Azure portal](media/tutorial-opcua-to-data-lake/container-create.png)
6666

6767
## Get the schema registry name and namespace
6868

@@ -358,11 +358,11 @@ az deployment group create -g <RESOURCE_GROUP> --template-file adls-gen2-dataflo
358358

359359
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`.
360360

361-
![Screenshot of Azure portal showing the files in the container](media/tutorial-adlsv2/adlsv2-files.png)
361+
![Screenshot of Azure portal showing the files in the container](media/tutorial-opcua-to-data-lake/adlsv2-files.png)
362362

363363
To see the content of the files, select each file and select **Edit**.
364364

365-
![Screenshot of Azure portal show the parquet file itself](media/tutorial-adlsv2/parquet.png)
365+
![Screenshot of Azure portal show the parquet file itself](media/tutorial-opcua-to-data-lake/parquet.png)
366366

367367
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).
368368

0 commit comments

Comments
 (0)