Skip to content

Commit 8e35a87

Browse files
authored
Merge pull request #164532 from memildin/asc-melvyn-containerwork
Tweaks to workbooks & permissions
2 parents 8846225 + 29694d7 commit 8e35a87

File tree

4 files changed

+37
-38
lines changed

4 files changed

+37
-38
lines changed

articles/security-center/custom-dashboards-azure-workbooks.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,76 +15,76 @@ ms.date: 06/13/2021
1515

1616
Workbooks provide a rich set of capabilities for visualizing your Azure data. For detailed examples of each visualization type, see the [visualizations examples and documentation](../azure-monitor/visualize/workbooks-text-visualizations.md).
1717

18-
Within Azure Security Center, you can access the built-in reports to track your organization’s security posture. You can also build custom reports to view a wide range of data from Security Center or other supported data sources.
18+
Within Azure Security Center, you can access the built-in workbooks to track your organization’s security posture. You can also build custom workbooks to view a wide range of data from Security Center or other supported data sources.
1919

20-
:::image type="content" source="media/custom-dashboards-azure-workbooks/secure-score-over-time-snip.png" alt-text="Secure score over time report.":::
20+
:::image type="content" source="media/custom-dashboards-azure-workbooks/secure-score-over-time-snip.png" alt-text="Secure score over time workbook.":::
2121

2222
## Availability
2323

2424
| Aspect | Details |
2525
|---------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------|
2626
| Release state: | General Availability (GA) |
2727
| Pricing: | Free |
28-
| Required roles and permissions: | To save workbooks, you must have at least Workbook Contributor permissions on the target resource group |
28+
| Required roles and permissions: | To save workbooks, you must have at least [Workbook Contributor](../role-based-access-control/built-in-roles.md#workbook-contributor) permissions on the target resource group |
2929
| Clouds: | ![Yes](./media/icons/yes-icon.png) Commercial clouds<br>![Yes](./media/icons/yes-icon.png) National/Sovereign (US Gov, Azure China) |
3030
| | |
3131

3232
## Workbooks gallery in Azure Security Center
3333

34-
With the integrated Azure Workbooks functionality, Azure Security Center makes it straightforward to build your own custom, interactive reports. Security Center also includes a workbook gallery with the following reports ready for your customization:
34+
With the integrated Azure Workbooks functionality, Azure Security Center makes it straightforward to build your own custom, interactive workbooks. Security Center also includes a gallery with the following workbooks ready for your customization:
3535

3636
- **Secure Score Over Time** - Track your subscriptions' scores and changes to recommendations for your resources
3737
- **System Updates** - View missing system updates by resources, OS, severity, and more
3838
- **Vulnerability Assessment Findings** - View the findings of vulnerability scans of your Azure resources
3939

4040
:::image type="content" source="media/custom-dashboards-azure-workbooks/workbooks-gallery-security-center.png" alt-text="Gallery of built-in workbooks in Azure Security Center.":::
4141

42-
Choose one of the supplied reports or create your own.
42+
Choose one of the supplied workbooks or create your own.
4343

4444
> [!TIP]
45-
> Use the **Edit** button to customize any of the supplied reports to your satisfaction. When you're done editing, select **Save** and your changes will be saved to a new workbook.
45+
> Use the **Edit** button to customize any of the supplied workbooks to your satisfaction. When you're done editing, select **Save** and your changes will be saved to a new workbook.
4646
>
4747
> :::image type="content" source="media/custom-dashboards-azure-workbooks/editing-supplied-workbooks.png" alt-text="Editing the supplied workbooks to customize them for your particular needs.":::
4848
49-
### Use the 'Secure Score Over Time' report
49+
### Use the 'Secure Score Over Time' workbook
5050

51-
This report uses secure score data from your Log Analytics workspace. That data needs to be exported from the continuous export tool as described in [Configure continuous export from the Security Center pages in Azure portal](continuous-export.md?tabs=azure-portal).
51+
This workbook uses secure score data from your Log Analytics workspace. That data needs to be exported from the continuous export tool as described in [Configure continuous export from the Security Center pages in Azure portal](continuous-export.md?tabs=azure-portal).
5252

5353
When you set up the continuous export, set the export frequency to both **streaming updates** and **snapshots**.
5454

5555
:::image type="content" source="media/custom-dashboards-azure-workbooks/export-frequency-both.png" alt-text="For the secure score over time workbook you'll need to select both of these options from the export frequency settings in your continuous export configuration":::
5656

5757
> [!NOTE]
58-
> Snapshots get exported weekly, so you'll need to wait at least one week for the first snapshot to be exported before you can view data in this report.
58+
> Snapshots get exported weekly, so you'll need to wait at least one week for the first snapshot to be exported before you can view data in this workbook.
5959
6060
> [!TIP]
6161
> To configure continuous export across your organization, use the supplied Azure Policy 'DeployIfNotExist' policies described in [Configure continuous export at scale](continuous-export.md?tabs=azure-policy).
6262
63-
The secure score over time report has five graphs for the subscriptions reporting to the selected workspaces:
63+
The secure score over time workbook has five graphs for the subscriptions reporting to the selected workspaces:
6464

6565

6666
|Graph |Example |
6767
|---------|---------|
68-
|**Score trends for the last week and month**<br>Use this section to monitor the current score and general trends of the scores for your subscriptions.|:::image type="content" source="media/custom-dashboards-azure-workbooks/secure-score-over-time-table-1.png" alt-text="Trends for secure score on the built-in report.":::|
68+
|**Score trends for the last week and month**<br>Use this section to monitor the current score and general trends of the scores for your subscriptions.|:::image type="content" source="media/custom-dashboards-azure-workbooks/secure-score-over-time-table-1.png" alt-text="Trends for secure score on the built-in workbook.":::|
6969
|**Aggregated score for all selected subscriptions**<br>Hover your mouse over any point in the trend line to see the aggregated score at any date in the selected time range.|:::image type="content" source="media/custom-dashboards-azure-workbooks/secure-score-over-time-table-2.png" alt-text="Aggregated score for all selected subscriptions.":::|
7070
|**Recommendations with the most unhealthy resources**<br>This table helps you triage the recommendations that have had the most resources changed to unhealthy over the selected period.|:::image type="content" source="media/custom-dashboards-azure-workbooks/secure-score-over-time-table-3.png" alt-text="Recommendations with the most unhealthy resources.":::|
7171
|**Scores for specific security controls**<br>Security Center's security controls are logical groupings of recommendations. This chart shows you, at a glance, the weekly scores for all of your controls.|:::image type="content" source="media/custom-dashboards-azure-workbooks/secure-score-over-time-table-4.png" alt-text="Scores for your security controls over the selected time period.":::|
7272
|**Resources changes**<br>Recommendations with the most resources that have changed state (healthy, unhealthy, or not applicable) during the selected period are listed here. Select any recommendation from the list to open a new table listing the specific resources.|:::image type="content" source="media/custom-dashboards-azure-workbooks/secure-score-over-time-table-5.png" alt-text="Recommendations with the most resources that have changed health state.":::|
7373

74-
### Use the 'System Updates' report
74+
### Use the 'System Updates' workbook
7575

76-
This report is based on the security recommendation "System updates should be installed on your machines".
76+
This workbook is based on the security recommendation "System updates should be installed on your machines".
7777

78-
The report helps you identify machines with outstanding updates.
78+
The workbook helps you identify machines with outstanding updates.
7979

8080
You can view the situation for the selected subscriptions according to:
8181

8282
- The list of resources with outstanding updates
8383
- The list of updates missing from your resources
8484

85-
:::image type="content" source="media/custom-dashboards-azure-workbooks/system-updates-report.png" alt-text="Security Center's system updates report based on the missing updates security recommendation":::
85+
:::image type="content" source="media/custom-dashboards-azure-workbooks/system-updates-report.png" alt-text="Security Center's system updates workbook based on the missing updates security recommendation":::
8686

87-
### Use the 'Vulnerability Assessment Findings' report
87+
### Use the 'Vulnerability Assessment Findings' workbook
8888

8989
Security Center includes vulnerability scanners for your machines, containers in container registries, and SQL servers.
9090

@@ -101,9 +101,9 @@ Findings for each of these scanners are reported in separate recommendations:
101101
- Vulnerability assessment findings on your SQL databases should be remediated
102102
- Vulnerability assessment findings on your SQL servers on machines should be remediated
103103

104-
This report gathers these findings and organizes them by severity, resource type, and category.
104+
This workbook gathers these findings and organizes them by severity, resource type, and category.
105105

106-
:::image type="content" source="media/custom-dashboards-azure-workbooks/vulnerability-assessment-findings-report.png" alt-text="Security Center's vulnerability assessment findings report":::
106+
:::image type="content" source="media/custom-dashboards-azure-workbooks/vulnerability-assessment-findings-report.png" alt-text="Security Center's vulnerability assessment findings workbook":::
107107

108108

109109
## Import workbooks from other workbook galleries
@@ -143,4 +143,4 @@ You'll find your saved workbook in the **Recently modified workbooks** category.
143143
This article described Security Center's integrated Azure Monitor Workbooks page with built-in reports and the option to build your own custom, interactive reports.
144144

145145
- Learn more about [Azure Monitor Workbooks](../azure-monitor/visualize/workbooks-overview.md)
146-
- The built-in reports pull their data from Security Center's recommendations. Learn about the many security recommendations in [Security recommendations - a reference guide](recommendations-reference.md)
146+
- The built-in workbooks pull their data from Security Center's recommendations. Learn about the many security recommendations in [Security recommendations - a reference guide](recommendations-reference.md)

articles/security-center/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ landingContent:
7676
- text: Exempt a resource from a recommendation
7777
url: exempt-resource.md
7878
- text: Track your scores over time
79-
url: custom-dashboards-azure-workbooks.md#use-the-secure-score-over-time-report
79+
url: custom-dashboards-azure-workbooks.md#use-the-secure-score-over-time-workbook
8080

8181
# Card
8282
- title: Mitigate threats

articles/security-center/release-notes-archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ These tools have been enhanced and expanded in the following ways:
188188

189189
- **Regulatory compliance assessment data added (in preview).** You can now continuously export updates to regulatory compliance assessments, including for any custom initiatives, to a Log Analytics workspace or Event Hub. This feature is unavailable on national/sovereign clouds.
190190

191-
:::image type="content" source="media/release-notes/continuous-export-regulatory-compliance-option.png" alt-text="The options for including regulatory compliant assessment information with your continuous export data.":::
191+
:::image type="content" source="media/release-notes/continuous-export-regulatory-compliance-option.png" alt-text="The options for including regulatory compliance assessment information with your continuous export data.":::
192192

193193
## November 2020
194194

0 commit comments

Comments
 (0)