Skip to content

Commit 7080312

Browse files
committed
Storage corrections
1 parent 4f5ab5a commit 7080312

File tree

1 file changed

+8
-8
lines changed
  • learn-pr/azure/building-end-to-end-data-governance-master-data-stack-with-microsoft-purview-cluedin/includes

1 file changed

+8
-8
lines changed

learn-pr/azure/building-end-to-end-data-governance-master-data-stack-with-microsoft-purview-cluedin/includes/6-stream-data.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Agility and time to value are of upmost importance in today's modern technology
44

55
So let's set up our stream of data back into an ADLS Gen2 folder called **mastered**:
66

7-
1. Create a new folder in your ADLS Gen 2 account called **mastered**.
8-
97
1. Gather the account key for your storage account by:
108

119
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
1412

1513
1. Under key1, find the **Key value**. Select the **Copy** button to copy the account key.
1614

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-
2115
1. In CluedIn, navigate to your Export Targets, under the **Consume** menu, and select **Add Export Target** and choose the Azure Data Lake Connector.
2216

2317
:::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.":::
2418

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**.
2620

2721
:::image type="content" source="../media/Export_Target_Details.png" alt-text="Screenshot of the CluedIn Consume window, showing the Azure Data Lake details added.":::
2822

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

3128
1. Select **Streams** in the Left-Hand Menu of CluedIn and Create a New Stream called **Employees**.
3229

@@ -51,6 +48,9 @@ So let's set up our stream of data back into an ADLS Gen2 folder called **master
5148

5249
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).
5350

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.
53+
5454
1. Select **Save**.
5555

5656
>[!NOTE]

0 commit comments

Comments
 (0)