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: learn-pr/azure/building-end-to-end-data-governance-master-data-stack-with-microsoft-purview-cluedin/includes/6-stream-data.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@ Agility and time to value are of upmost importance in today's modern technology
4
4
5
5
So let's set up our stream of data back into an ADLS Gen2 folder called **mastered**:
6
6
7
-
1. Create a new folder in your ADLS Gen 2 account called **mastered**.
8
-
9
7
1. Gather the account key for your storage account by:
10
8
11
9
1. Under **Security + networking**, select **Access keys**. Your account access keys appear, and the complete connection string for each key.
@@ -14,19 +12,18 @@ So let's set up our stream of data back into an ADLS Gen2 folder called **master
14
12
15
13
1. Under key1, find the **Key value**. Select the **Copy** button to copy the account key.
16
14
17
-
18
-
>[!WARNING]
19
-
>We need instructions here for adding the Azure DataLake connector. I'm adding an absolute link so this page [will flag a suggestion](https://learn.microsoft.com/en-us/purview/purview).
20
-
21
15
1. In CluedIn, navigate to your Export Targets, under the **Consume** menu, and select **Add Export Target** and choose the Azure Data Lake Connector.
22
16
23
17
:::image type="content" source="../media/Export_Target_Data_Lake.png" alt-text="Screenshot of the CluedIn Consume window, showing the Azure Data Lake Connector selected.":::
24
18
25
-
1. Enter the account details, including the storage account key you copied earlier. The **FileSystemName** will be your container name. **DirectoryName** will be the new mastered directory.
19
+
1. Enter the account details, including the storage account key you copied earlier. The **FileSystemName** will be your container name. You can use an existing container, or enter a new name here and CluedIn will create it for your. For **DirectoryName**, enter **mastered**.
26
20
27
21
:::image type="content" source="../media/Export_Target_Details.png" alt-text="Screenshot of the CluedIn Consume window, showing the Azure Data Lake details added.":::
28
22
29
-
1. After you've entered your connection information, select **Test Connection**. If you get a green light, you can move on! If not, check your firewall settings and account key value for your ADLS Gen2 account.
23
+
1. After you've entered your connection information, select **Test Connection**. If you get a green light, you can move on! If not, check these values:
24
+
- Confirm that your container name has no capital characters, special characters, or spaces. (These are limitations on the ADLS Gen2 side).
25
+
- Your account key value for your ADLS Gen2 account.
26
+
- Your storage account firewall settings and account key value for your ADLS Gen2 account.
30
27
31
28
1. Select **Streams** in the Left-Hand Menu of CluedIn and Create a New Stream called **Employees**.
32
29
@@ -51,6 +48,9 @@ So let's set up our stream of data back into an ADLS Gen2 folder called **master
51
48
52
49
1. On the properties to export page, in the properties to export section, it asks you what Entity Properties and Vocabulary Keys you would like to share. Add some vocabulary items to the list, like **employee.job** (and any others that you would like).
53
50
51
+
>[!NOTE]
52
+
>If you do not see the vocabulary items from your created vocabularies, like employee, you may need to clear the cache and do a hard refresh of the browser.
0 commit comments