Skip to content

Commit 71e317e

Browse files
committed
Resolving image naming convention
1 parent f74515c commit 71e317e

31 files changed

+17
-17
lines changed

learn-pr/azure/building-end-to-end-data-governance-master-data-stack-with-microsoft-purview-cluedin/includes/2-exercise-deploy-configure-environment.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You'll need to bring your own Microsoft Purview instance to the learning module,
2525

2626
1. On the new Create Microsoft Purview account page under the **Basics** tab, select your Azure subscription, resource group, enter a name, and choose a location.
2727

28-
:::image type="content" source="../media/Create-Purview-Account-Azure-Portal.png" alt-text="Screenshot of the Create Microsoft Purview account page in the Azure portal.":::
28+
:::image type="content" source="../media/create-microsoft-purview-account-azure-portal.png" alt-text="Screenshot of the Create Microsoft Purview account page in the Azure portal.":::
2929

3030
>[!TIP]
3131
> The list shows only locations that support the Microsoft Purview governance portal. The location you choose will be the region where your Microsoft Purview account and metadata will be stored. Sources can be housed in other regions.
@@ -100,7 +100,7 @@ To create a CluedIn instance, go to the Azure portal and follow the steps below:
100100

101101
1. This will take you to a form where you'll be asked to choose the type of plan. CluedIn provides a seven-day trial that is cost-free from CluedIn, but will charge for the underlying Azure infrastructure used to install within your environment. You can also choose the **CluedIn Platform** plan that is hourly based pricing. In this module, we'll walk you through using the CluedIn seven-day trial.
102102

103-
:::image type="content" source="../media/Choose_CluedIn_Instance.png" alt-text="Screenshot of CluedIn Master Data Management Page, showing the CluedIn Platform option.":::
103+
:::image type="content" source="../media/choose-cluedin-instance.png" alt-text="Screenshot of CluedIn Master Data Management Page, showing the CluedIn Platform option.":::
104104

105105
1. Choose **Trial Version** from the dropdown and select **Create**.
106106

@@ -109,18 +109,18 @@ To create a CluedIn instance, go to the Azure portal and follow the steps below:
109109
>[!NOTE]
110110
>The Managed Resource Group name is autogenerated for you, there is no need to rename this. Call your Installation Name something that will be easy for you to remember through the rest of the module.
111111
112-
:::image type="content" source="../media/Fill_CluedIn_Trial_Forn.png" alt-text="Screenshot of CluedIn Master Data Management Page creation form, showing some generic options.":::
112+
:::image type="content" source="../media/fill-cluedin-trial-form.png" alt-text="Screenshot of CluedIn Master Data Management Page creation form, showing some generic options.":::
113113

114114
1. Select **Next : CluedIn - Organization Setup >** to set the Organization Name, Administrator Email Address, CluedIn Administrator Password, and Confirm Password. The Organization Name will be the name for your new instance of CluedIn and the subdomain that will be used to access your CluedIn Studio in the browser. Provide an email address that is valid and that you have access to, and provide a strong Password in the CluedIn Administration Password and Confirm password fields.
115115

116-
:::image type="content" source="../media/Fill_CluedIn_Organization_Details.png" alt-text="Screenshot of CluedIn Master Data Management Page organization setup page.":::
116+
:::image type="content" source="../media/fill-cluedin-organization-details.png" alt-text="Screenshot of CluedIn Master Data Management Page organization setup page.":::
117117

118118
>[!NOTE]
119119
>If you are required to use Single Sign On for your Learning Module then you will need to use the "CluedIn Platform" plan. The Trial does not support SSO setup and uses simple OAuth 2 / JWT authentication.
120120
121121
1. Select **Next : CluedIn - AKS Setup >** and leave all of the values as the default.
122122

123-
:::image type="content" source="../media/Fill_CluedIn_AKS_Setup.png" alt-text="Screenshot of CluedIn Master Data Management Page AKS setup page.":::
123+
:::image type="content" source="../media/fill-cluedin-aks-setup.png" alt-text="Screenshot of CluedIn Master Data Management Page AKS setup page.":::
124124

125125
1. Select **Next : Review + create >**. On this next page, you'll need to check the checkbox to agree to the terms and conditions.
126126

learn-pr/azure/building-end-to-end-data-governance-master-data-stack-with-microsoft-purview-cluedin/includes/4-integrate-deployed-technologies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Once again, if we look at Lorain, we can see that this time her email ends with
7676
1. Navigate to your Container Storage in the left menu, and either select an existing Container, or create a new one called **cluedintrial**.
7777
1. Inside the cluedintrial container, create a new directory called **raw** upload the downloaded files one at a time to the container using the **Upload** button.
7878

79-
:::image type="content" source="../media/Upload_Data_To_Storage_Account.png" alt-text="Screenshot of the sample data being uploaded in ADLS Gen2":::
79+
:::image type="content" source="../media/upload-data-to-storage-account.png" alt-text="Screenshot of the sample data being uploaded in ADLS Gen2":::
8080

8181
1. Ones all your files are uploaded, navigate to **Security + networking > Networking** in your ADLS Gen2 account.
8282
1. Choose **Enabled from selected virtual networks** under **Public network access**.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ So let's set up our stream of data back into an ADLS Gen2 folder called **master
1414

1515
1. In CluedIn, navigate to your Export Targets, under the **Consume** menu, and select **Add Export Target** and choose the Azure Data Lake Connector.
1616

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.":::
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.":::
1818

1919
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**.
2020

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.":::
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.":::
2222

2323
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:
2424
- Confirm that your container name has no capital characters, special characters, or spaces. (These are limitations on the ADLS Gen2 side).
@@ -27,7 +27,7 @@ So let's set up our stream of data back into an ADLS Gen2 folder called **master
2727

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

30-
:::image type="content" source="../media/Employee_Stream.png" alt-text="Screenshot of the CluedIn Create Stream window, with the Stream Name entered as Employees.":::
30+
:::image type="content" source="../media/employee-stream.png" alt-text="Screenshot of the CluedIn Create Stream window, with the Stream Name entered as Employees.":::
3131

3232
A Stream in CluedIn allows an end user to set up a push-based delivery of data to a target.
3333

@@ -37,12 +37,12 @@ So let's set up our stream of data back into an ADLS Gen2 folder called **master
3737

3838
1. In the value for the Entity Type, choose **Employee** and save.
3939

40-
:::image type="content" source="../media/Stream_Filter.png" alt-text="Screenshot of the CluedIn stream configuration window, showing the value selector.":::
40+
:::image type="content" source="../media/stream-filter.png" alt-text="Screenshot of the CluedIn stream configuration window, showing the value selector.":::
4141

4242
1. In the **Export Target** tab, choose the Azure Data Lake Connector that you just added. Select **Next**.
4343
1. Add **mastered** as the Target Name. This points the data stream to the folder you created in the first step.
4444

45-
:::image type="content" source="../media/Choose_Target.png" alt-text="Screenshot of the CluedIn stream Export Target Configuration window, showing the ADLS Gen 2 account selected.":::
45+
:::image type="content" source="../media/choose-target.png" alt-text="Screenshot of the CluedIn stream Export Target Configuration window, showing the ADLS Gen 2 account selected.":::
4646

4747
1. For the mode of the stream, choose **Synchronization**.
4848

@@ -56,7 +56,7 @@ So let's set up our stream of data back into an ADLS Gen2 folder called **master
5656
>[!NOTE]
5757
> You can look at the Data Tab to get a preview of the exact data that will be shared downstream.
5858
59-
:::image type="content" source="../media/Stream_Setup.png" alt-text="Screenshot of the CluedIn stream Export Target Configuration window, showing the Add Property drop-down menu.":::
59+
:::image type="content" source="../media/stream-setup.png" alt-text="Screenshot of the CluedIn stream Export Target Configuration window, showing the Add Property drop-down menu.":::
6060

6161
1. Toggle the **Inactive** button and your stream will be activated.
6262

learn-pr/azure/building-end-to-end-data-governance-master-data-stack-with-microsoft-purview-cluedin/includes/7-explore-the-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ With your data now mapped into the CluedIn platform and streaming to ADLS Gen 2,
22

33
1. In the search bar up the top of the Studio, search for **Lorain**. CluedIn will provide some autosuggested search results, but you can select the search button or press enter to see the results.
44

5-
:::image type="content" source="../media/Auto_Search.png" alt-text="Screenshot of CluedIn showing a search for Lorain in the top search bar.":::
5+
:::image type="content" source="../media/auto-search.png" alt-text="Screenshot of CluedIn showing a search for Lorain in the top search bar.":::
66

77
1. If you mapped the data like in the previous exercise then you should see one result for Lorain. If you see more than this, please revisit the last part of the exercise as you may be missing an identifier mapped. Most importantly, we don't see three Lorain records from across the three input files, but rather one single record of Lorain.
88

learn-pr/azure/building-end-to-end-data-governance-master-data-stack-with-microsoft-purview-cluedin/includes/8-exercise-fix-duplicate-records.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ So far in the exercise, we have found that most our records were able to actuall
1414

1515
1. In the left hand side menu of CluedIn, select **Management** -> **Deduplication**.
1616

17-
:::image type="content" source="../media/Deduplication_Menu.png" alt-text="Screenshot of CluedIn duplicate management dashboard.":::
17+
:::image type="content" source="../media/deduplication-menu.png" alt-text="Screenshot of CluedIn duplicate management dashboard.":::
1818

1919
1. Create a new deduplication project called **Products** and select the Entity Type of **Product**.
2020

@@ -24,13 +24,13 @@ So far in the exercise, we have found that most our records were able to actuall
2424

2525
1. Under the tab called **Matching Rules**, create a new rule called **Match on Name**.
2626

27-
:::image type="content" source="../media/Match_On_Name.png" alt-text="Screenshot of the Add Matching Rule page.":::
27+
:::image type="content" source="../media/match-on-name.png" alt-text="Screenshot of the Add Matching Rule page.":::
2828

2929
1. When prompted to provide input, choose the radio button for **Property** to choose the name of the record.
3030

3131
1. It will ask you to choose a comparator, in which we can keep it simple for now and use the Equals comparator.
3232

33-
:::image type="content" source="../media/Simple_Matching_Rule.png" alt-text="Screenshot showing the Equals comparator showing in the matching function.":::
33+
:::image type="content" source="../media/simple-matching-rule.png" alt-text="Screenshot showing the Equals comparator showing in the matching function.":::
3434

3535
1. Complete the project creator and then select **Generate Results** on the page.
3636

learn-pr/azure/building-end-to-end-data-governance-master-data-stack-with-microsoft-purview-cluedin/includes/9-exercise-validate-microsoft-purview-scan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Because we only ran our scan in Microsoft Purview once, let's run it again.
1212

1313
1. Select the **Employees.csv** file first, and select the **Lineage**. Here we can see that Employees.csv was mapped into an entity type called Employee and that it was also exported out to the same container that it came from in a folder called mastered.
1414

15-
:::image type="content" source="../media/Purview_Employees.png" alt-text="Screenshot of the lineage page for Employees.csv in Microsoft Purview.":::
15+
:::image type="content" source="../media/purview-employees.png" alt-text="Screenshot of the lineage page for Employees.csv in Microsoft Purview.":::

0 commit comments

Comments
 (0)