Skip to content

Commit 8312071

Browse files
committed
edit pass: purview-how-to
1 parent cb30aad commit 8312071

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

articles/purview/how-to-create-import-export-glossary.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To create a glossary term, follow these steps:
2323

2424
2. On the **Glossary terms** page, select **+ New term**.
2525

26-
A pane opens with the **System Default** template selected. Choose the template that you want to use to create a glossary term, and then select **Continue**.
26+
A pane opens with the **System default** template selected. Choose the template that you want to use to create a glossary term, and then select **Continue**.
2727

2828
:::image type="content" source="media/how-to-create-import-export-glossary/new-term-with-default-template.png" alt-text="Screenshot of the button and pane for creating a new term." border="true":::
2929

@@ -61,7 +61,7 @@ To create a glossary term, follow these steps:
6161
| Redo | Redo changes that you made to the content. | Ctrl+Y |
6262

6363
> [!NOTE]
64-
> Updating a definition with the rich text editor adds the attribute `microsoft_isDescriptionRichText": "true"` in the term payload. This attribute is not visible on the user experience and is automatically populated when you take any rich text action. The right text definition is populated in the following snippet of a term's JSON message:
64+
> Updating a definition with the rich text editor adds the attribute `"microsoft_isDescriptionRichText": "true"` in the term payload. This attribute is not visible on the user experience and is automatically populated when you take any rich text action. The right text definition is populated in the following snippet of a term's JSON message:
6565
>
6666
>```json
6767
> {
@@ -75,7 +75,7 @@ To create a glossary term, follow these steps:
7575
7676
:::image type="content" source="media/how-to-create-import-export-glossary/overview-tab.png" alt-text="Screenshot of the status choices.":::
7777
78-
These status markers are metadata associated with the term. Currently, you can set the following status on each term:
78+
Status markers are metadata associated with the term. Currently, you can set the following status on each term:
7979
8080
- **Draft**: This term isn't yet officially implemented.
8181
- **Approved**: This term is officially approved.
@@ -87,7 +87,7 @@ To create a glossary term, follow these steps:
8787
8888
6. Add **Resources** and **Acronym** information. If the term is part of a hierarchy, you can add parent terms at **Parent** on the **Overview** tab.
8989
90-
7. Add **Synonyms** and **Related terms** information on the **Related** tab.
90+
7. Add **Synonyms** and **Related terms** information on the **Related** tab, and then select **Apply**.
9191
9292
:::image type="content" source="media/how-to-create-import-export-glossary/related-tab.png" alt-text="Screenshot of tab for related terms and the box for adding synonyms." border="true":::
9393
@@ -115,11 +115,11 @@ The Microsoft Purview data catalog provides a template .csv file for you to impo
115115
Give your template file a name that starts with a letter and includes only letters, numbers, spaces, an underscore (_), or other non-ASCII Unicode characters. Special characters in the file name will create an error.
116116
117117
> [!Important]
118-
> The system supports only importing columns that are available in the template. The **System Default** template will have all the default attributes.
118+
> The system supports only importing columns that are available in the template. The **System default** template will have all the default attributes.
119119
>
120120
> Custom term templates define out-of-the box attributes and additional custom attributes. Therefore, the .csv file differs in the total number of columns and the column names, depending on the term template that you select. You can also review the file for problems after upload.
121121
>
122-
> If you want to upload a file with a rich text definition, be sure to enter the definition with markup tags and populate the column **IsDefinitionRichText** to **true** in the .csv file.
122+
> If you want to upload a file with a rich text definition, be sure to enter the definition with markup tags and populate the column `IsDefinitionRichText` to `true` in the .csv file.
123123
124124
:::image type="content" source="media/how-to-create-import-export-glossary/select-file-for-import.png" alt-text="Screenshot of the button for downloading a sample template file.":::
125125
@@ -141,7 +141,7 @@ Select **Export terms** to download the selected terms.
141141
:::image type="content" source="media/how-to-create-import-export-glossary/select-term-template-for-export.png" lightbox="media/how-to-create-import-export-glossary/select-term-template-for-export.png" alt-text="Screenshot of the button to export terms on the glossary terms page.":::
142142
143143
> [!Important]
144-
> If the terms in a hierarchy belong to different term templates, you need to split them into different .csv files for import. Also, updating a parent of a term is currently not supported in the import process.
144+
> If the terms in a hierarchy belong to different term templates, you need to split them into different .csv files for import. Also, the import process currently doesn't support updating the parent of a term.
145145
146146
## Delete terms
147147
@@ -171,11 +171,9 @@ Select **Export terms** to download the selected terms.
171171
1. The **Approval needed** column shows which terms require an approval process. If the value is **Yes**, the term will go through an approval workflow before deletion. If the value is **No**, the term will be deleted without any approvals.
172172
173173
> [!NOTE]
174-
> If a parent has an associated approval process but its child doesn't, the workflow for deleting the parent term will be triggered. This is because the selection is done on the parent, and you're acknowledging to delete child terms along with parent.
174+
> If a parent has an associated approval process but its child doesn't, the workflow for deleting the parent term will be triggered. This is because the selection is done on the parent, and you're acknowledging the deletion of child terms along with parent.
175175
176-
:::image type="content" source="media/how-to-create-import-export-glossary/approval-needed.png" alt-text="Screenshot of the window for deleting glossary terms, with the column that shows which terms need approval to be deleted." border="true":::
177-
178-
1. If at least one term needs to be approved, **Submit for approval** and **Cancel** buttons appear. Selecting **Submit for approval** will delete all the terms where approval isn't needed and will trigger approval workflows for terms that require it.
176+
If at least one term needs to be approved, **Submit for approval** and **Cancel** buttons appear. Selecting **Submit for approval** will delete all the terms where approval isn't needed and will trigger approval workflows for terms that require it.
179177
180178
:::image type="content" source="media/how-to-create-import-export-glossary/yes-approval-needed.png" alt-text="Screenshot of the window for deleting glossary terms, which shows terms that need approval and includes the button for submitting them for approval." border="true":::
181179

articles/purview/how-to-workflow-self-service-data-access-hybrid.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ The data analyst notices that one of the Azure Data Lake Storage Gen2 accounts s
2424

2525
You can create these workflows for any of your resources across your data estate to automate the access request process. Workflows are assigned at the [collection](reference-azure-purview-glossary.md#collection) level, so they automate business processes along the same organizational lines as your permissions.
2626

27-
This guide will show you how to create and manage self-service access workflows in Microsoft Purview.
27+
This guide shows you how to create and manage self-service access workflows in Microsoft Purview.
2828

2929
>[!NOTE]
30-
> To create or edit a workflow, you'll need the [workflow admin role](catalog-permissions.md) in Microsoft Purview. You can also contact the workflow admin in your collection, or reach out to your collection administrator, for permissions.
30+
> To create or edit a workflow, you need the [workflow admin role](catalog-permissions.md) in Microsoft Purview. You can also contact the workflow admin in your collection, or reach out to your collection administrator, for permissions.
3131
3232
## Create and enable the self-service access workflow
3333

@@ -69,14 +69,14 @@ This guide will show you how to create and manage self-service access workflows
6969
Assign data owners as approvers. Using the dynamic variable **Asset.Owner** as approvers in the approval connector will send approval requests to the data owners on the entity.
7070

7171
>[!Note]
72-
> Because entities might not have the data owner field populated, using the **Asset.Owner** variable might result in errors if no data owner is found.
72+
> Using the **Asset.Owner** variable might result in errors if an entity doesn't have a data owner.
7373
7474
1. If the condition to check approval status is approved, take the following steps:
7575

7676
* If a data source is registered for [data use management](how-to-enable-data-use-governance.md) with the policy:
7777
1. Create a [self-service policy](concept-self-service-data-access-policy.md).
7878
1. Send email to the requestor that confirms access.
79-
* If a data source isn't registered with policy:
79+
* If a data source isn't registered with the policy:
8080
1. Use a connector to assign [a task](how-to-workflow-manage-requests-approvals.md#tasks) to a user or an Azure Active Directory (Azure AD) group to manually provide access to the requestor.
8181
1. Send an email to requestor to explain that access is provided after the task is marked as complete.
8282

@@ -109,23 +109,24 @@ This guide will show you how to create and manage self-service access workflows
109109
1. Make sure that the **Enable** toggle is on. The workflow should be enabled by default.
110110
1. Select **Save and close** to create and enable the workflow.
111111

112+
Your new workflow now appears in the list of workflows.
113+
112114
:::image type="content" source="./media/how-to-workflow-self-service-data-access-hybrid/completed-workflows.png" alt-text="Screenshot that shows the workflow authoring page with the newly created workflow listed among the other workflows.":::
113115

114116
## Edit an existing workflow
115117

116-
To modify an existing workflow, select the workflow and then select the **Edit** button. You're presented with the canvas that contains the workflow definition. Modify the workflow and select **Save** to commit the changes.
118+
To modify an existing workflow, select the workflow and then select the **Edit** button. You're presented with the canvas that contains the workflow definition. Modify the workflow and then select **Save** to commit the changes.
117119

118120
:::image type="content" source="./media/how-to-workflow-self-service-data-access-hybrid/select-edit.png" alt-text="Screenshot that shows the workflow authoring page, with the Edit button highlighted on the top menu.":::
119121

120122
## Disable a workflow
121123

122-
To disable a workflow, you can use either of these methods:
123-
124-
- Select the workflow, and then select **Disable**.
125-
- Select the workflow, select **Edit**, turn off the **Enable** toggle in the workflow canvas, and then select **Save and close**.
124+
To disable a workflow, select the workflow and then select **Disable**.
126125

127126
:::image type="content" source="./media/how-to-workflow-self-service-data-access-hybrid/select-disable.png" alt-text="Screenshot that shows the workflow authoring page, with the Disable button highlighted on the top menu.":::
128127

128+
Another way is to select the workflow, select **Edit**, turn off the **Enable** toggle in the workflow canvas, and then select **Save and close**.
129+
129130
## Delete a workflow
130131

131132
To delete a workflow, select the workflow and then select **Delete**.

0 commit comments

Comments
 (0)