Skip to content

Commit bf622eb

Browse files
Merge pull request #224884 from whhender/insights-refresh-ga
Adding daily refresh
2 parents 1e0091a + 8807e5d commit bf622eb

File tree

3 files changed

+28
-12
lines changed

3 files changed

+28
-12
lines changed

articles/purview/concept-guidelines-pricing-data-estate-insights.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@ author: SunetraVirdi
55
ms.author: suvirdi
66
ms.service: purview
77
ms.topic: conceptual
8-
ms.date: 06/27/2022
8+
ms.date: 01/24/2023
99
ms.custom: ignite-fall-2021
1010
---
1111

1212
# Pricing for Data Estate Insights
1313

14-
> [!IMPORTANT]
15-
> The option to disable the Data Estate Insights application will only be available July 1st after 9am PST.
16-
1714
This guide covers pricing guidelines for Data Estate Insights.
1815

1916
For a full pricing guideline details for Microsoft Purview (formerly Azure Purview), see the [pricing guideline overview.](concept-guidelines-pricing.md)
@@ -24,10 +21,14 @@ For specific price details, see the [Microsoft Purview (formerly Azure Purview)
2421

2522
Data Estate Insights is billed on two dimensions:
2623

27-
- **Report generation** - this incorporates the jobs that aggregate metrics about your Microsoft Purview account that will appear in specific reports.
24+
- **Report generation** - this incorporates the job that checks for any changes in your environment and the jobs that aggregate metrics about your Microsoft Purview account that will appear in specific reports.
25+
- If you have [set your reports to refresh on a schedule](how-to-schedule-data-estate-insights.md), at the time of refresh there will be a job to check if any updates have been made to your environment. You'll always be billed a small amount for this check.
26+
- If updates have been made to your environment, you'll be billed for the jobs that aggregate metrics and generate your report.
27+
2828
> [!NOTE]
2929
> On the [pricing page](https://azure.microsoft.com/pricing/details/purview/), you can find details for report generation pricing under Data Map Enrichment.
3030
> :::image type="content" source="media/concept-guidelines-pricing/data-map-enrichment.png" alt-text="Screenshot of the pricing page headers, showing Data Map Enrichment selected." :::
31+
3132
- **Report consumption** - This incorporates access of the report features (currently served through the UX). On the [pricing page](https://azure.microsoft.com/pricing/details/purview/), you can find details for report generation pricing under Data Estate Insights.
3233
:::image type="content" source="media/concept-guidelines-pricing/data-estate-insights.png" alt-text="Screenshot of the pricing page headers, showing Data Estate Insights selected." :::
3334

@@ -52,10 +53,12 @@ A **[data curator](catalog-permissions.md#roles) on your account's [root collect
5253

5354
### Schedule Report Refresh
5455

55-
Your reports can be scheduled to refresh weekly or monthly depending on your needs, and this will affect billing.
56+
Your reports can be scheduled to refresh daily, weekly, or monthly depending on your needs, and this will affect billing.
57+
58+
Firstly, on the date/time of your scheduled refresh, insights will run a job to check if any changes have been made in your environment since the last refresh. You'll always be billed for this job.
5659

57-
Billing is calculated based on the amount of compute power that is used to generate the report, and is billed at the time of report generation.
58-
For more information about pricing, see the [pricing page](https://azure.microsoft.com/pricing/details/purview/) **under Data Map Enrichment.**
60+
If changes have been made since the last report refresh, billing is calculated based on the amount of compute power that is used to generate the report, and is billed at the time of report generation.
61+
For more information about specific pricing, see the [pricing page](https://azure.microsoft.com/pricing/details/purview/) **under Data Map Enrichment.**
5962

6063
For more information about setting your refresh schedule, see [the schedule Data Estate Insights reports article](how-to-schedule-data-estate-insights.md).
6164

articles/purview/how-to-schedule-data-estate-insights.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: suvirdi
66
ms.service: purview
77
ms.subservice: purview-insights
88
ms.topic: how-to
9-
ms.date: 12/08/2022
9+
ms.date: 01/24/2023
1010
---
1111

1212
# Schedule Data Estate Insights report refresh
@@ -28,6 +28,9 @@ To update the report refresh schedule for Data Estate Insights, you'll need **[d
2828

2929
## How to update the refresh schedule
3030

31+
>[!IMPORTANT]
32+
> Report refresh rate [does impact your billing](#does-the-refresh-schedule-affect-billing).
33+
3134
1. In the [Microsoft Purview governance portal](https://web.purview.azure.com/resource/), go to the **Management** section.
3235

3336
:::image type="content" source="media/how-to-schedule-data-estate-insights/locate-management.png" alt-text="Screenshot of the Microsoft Purview governance portal Management section highlighted.":::
@@ -42,7 +45,7 @@ To update the report refresh schedule for Data Estate Insights, you'll need **[d
4245

4346
1. In the **Edit** menu, select **Recurring**.
4447

45-
1. Then select your time zone, set your recurrence to **Month(s)** or **Weeks(s)**, select your day and time to run, specify a start time, and optionally specify an end time. For more information about the schedule options, see the [schedule options section below](#schedule-options).
48+
1. Then select your time zone, set your recurrence to **Month(s)**, **Weeks(s)**, or **Days(s)**, select your day and time to run, specify a start time, and optionally specify an end time. For more information about the schedule options, see the [schedule options section below](#schedule-options).
4649

4750
:::image type="content" source="media/how-to-schedule-data-estate-insights/set-recurrance.png" alt-text="Screenshot of the Data Estate Insights edit page, with the Recurring radio button highlighted and set to Recurring." :::
4851

@@ -53,7 +56,13 @@ To update the report refresh schedule for Data Estate Insights, you'll need **[d
5356

5457
## Does the refresh schedule affect billing?
5558

56-
Yes. You're billed when a report is generated. For more information about billing for Data Estates Insights, see our [pricing guidelines](concept-guidelines-pricing-data-estate-insights.md).
59+
Yes. You're billed when Microsoft Purview Data Estate Insights checks for updates in your environment and when a report is generated.
60+
61+
1. A check for updates to your Microsoft Purview instance is made at your scheduled report refresh time. You'll always be billed for this check at your report refresh time.
62+
63+
1. If updates have been made, you'll be billed to generate your insights report. If no updates were made since the last report, you'll not be billed to generate a report.
64+
65+
For more information about billing for Data Estates Insights, see our [pricing guidelines](concept-guidelines-pricing-data-estate-insights.md).
5766

5867
## Schedule options
5968

@@ -82,6 +91,10 @@ Select the time zone you'd like to align your refresh schedule with. If the time
8291

8392
You can select weekly or monthly refresh recurrence.
8493

94+
- **Daily recurrence** - schedule daily recurrence by setting recurrence to every (1-5) days(s), and choosing the time of day you would like to refresh the report. For example, the below report will refresh every other day at 12 AM UTC.
95+
96+
:::image type="content" source="media/how-to-schedule-data-estate-insights/daily-recurrence.png" alt-text="Screenshot of the Edit refresh page recurrence options, showing a daily recurrence set." :::
97+
8598
- **Weekly recurrence** - schedule weekly recurrence by setting recurrence to every (1-5) week(s), and choosing the day of the week and time of day you would like to refresh the report. For example, the below report will refresh on Monday every two weeks, at six AM.
8699

87100
:::image type="content" source="media/how-to-schedule-data-estate-insights/weekly-recurrence.png" alt-text="Screenshot of the Edit refresh page recurrence options, showing a weekly recurrence set." :::
@@ -90,7 +103,7 @@ You can select weekly or monthly refresh recurrence.
90103

91104
:::image type="content" source="media/how-to-schedule-data-estate-insights/monthly-recurrence.png" alt-text="Screenshot of the Edit refresh page recurrence options, showing a monthly recurrence set." :::
92105

93-
Set **Scan at this time** to the time of day you'd like to begin your refresh.
106+
Set **Scan at this time** to the time of day you'd like to begin your refresh.
94107

95108
>[!TIP]
96109
> The time you select will be the time that the report begins its refresh. Microsoft Purview will adjust compute for the amount of data being aggregated, but **schedule your recurrence a little before you will need the report** so the report has time to fully refresh and will be ready.
12.7 KB
Loading

0 commit comments

Comments
 (0)