Skip to content

Commit 9d0376f

Browse files
committed
Moved the old Secure Score page to join the new one in the same section of the TOC
And fixed the horizontal scrolling table
1 parent 5ea95fb commit 9d0376f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/security-center/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
- name: Concepts
3434
items:
35+
- name: Secure Score in Security Center
36+
href: security-center-secure-score.md
3537
- name: The enhanced Secure Score
3638
href: secure-score-security-controls.md
3739
- name: Permissions
@@ -79,8 +81,6 @@
7981

8082
- name: How-to guides
8183
items:
82-
- name: Improve your secure score
83-
href: security-center-secure-score.md
8484
- name: Upgrade to advanced security
8585
href: security-center-onboarding.md
8686
- name: Scan your VMs for vulnerabilities
5.13 KB
Loading

articles/security-center/secure-score-security-controls.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ The value for the Security Control "Apply system updates" in the screenshot abov
6767

6868
### Calculations - understanding your score
6969

70-
|Metric|Calculation|Example|
71-
|-|-|-|
72-
|**Security Control**<br>The scoring for each control|![Equation for calculating a Security Control's current score](media/secure-score-security-controls/security-control-scoring-equation.png)|Each individual Security Control contributes towards the Security Score. Each resource affected by a recommendation within the control, contributes towards the control's current score. The current score for each control is a measure of the status of the resources *within* the control.<br>![Tooltips showing the values used when calculating the Security Control's current score](media/secure-score-security-controls/security-control-scoring-tooltips.png)<br>In this example, the max score of 6 would be divided by 78 because that's the sum of the healthy and unhealthy resources.<br>6 / 78 = 0.0769<br>Multiplying that by the number of healthy resources (74) results in the current score:<br>0.0769 * 74 = **5.69**|
73-
|**Secure Score**<br>Single subscription|(Sum of your current points /<br> sum of the maximum score available)<br> * 100|![Single subscription secure score with all controls enabled](media/secure-score-security-controls/secure-score-example-single-sub.png)<br>In this example, there is a single subscription with all Security Controls available (a potential maximum score of 60 points). The score shows 28 points out of a possible 60 and the remaining 32 points are reflected in the "Potential score increase" figures of the Security Controls.<br>![List of controls and the potential score increase](media/secure-score-security-controls/secure-score-example-single-sub-recs.png)|
74-
|**Secure Score**<br>Multiple subscriptions|(Sum of your current points for all resources in all subscriptions/<br> sum of the maximum score available)<br> * 100|When viewing multiple subscriptions, Secure Score evaluates all resources within all enabled policies and groups their combined impact on each Security Control's maximum score.<br>![Secure Score for multiple subscriptions with all controls enabled](media/secure-score-security-controls/secure-score-example-multiple-subs.png)<br>The combined score is **not** an average; rather it's the evaluated posture of the status of all resources across all subscriptions.<br>Here too, if you go to the recommendations page and add up the potential points available, you will find that it's the difference between the current score (24) and the maximum score available (60).|
70+
|Metric|Formula and example|
71+
|-|-|
72+
|**Security Control's current score**|<br>![Equation for calculating a Security Control's current score](media/secure-score-security-controls/security-control-scoring-equation.png)<br><br>Each individual Security Control contributes towards the Security Score. Each resource affected by a recommendation within the control, contributes towards the control's current score. The current score for each control is a measure of the status of the resources *within* the control.<br>![Tooltips showing the values used when calculating the Security Control's current score](media/secure-score-security-controls/security-control-scoring-tooltips.png)<br>In this example, the max score of 6 would be divided by 78 because that's the sum of the healthy and unhealthy resources.<br>6 / 78 = 0.0769<br>Multiplying that by the number of healthy resources (74) results in the current score:<br>0.0769 * 74 = **5.69**<br><br>|
73+
|**Secure Score**<br>Single subscription|<br>![Equation for calculating the current Secure Score](media/secure-score-security-controls/secure-score-equation.png)<br><br>![Single subscription secure score with all controls enabled](media/secure-score-security-controls/secure-score-example-single-sub.png)<br>In this example, there is a single subscription with all Security Controls available (a potential maximum score of 60 points). The score shows 28 points out of a possible 60 and the remaining 32 points are reflected in the "Potential score increase" figures of the Security Controls.<br>![List of controls and the potential score increase](media/secure-score-security-controls/secure-score-example-single-sub-recs.png)|
74+
|**Secure Score**<br>Multiple subscriptions|<br>The current score for all resources across all subscriptions are added and the calculation is then the same as for a single subscription<br><br>When viewing multiple subscriptions, Secure Score evaluates all resources within all enabled policies and groups their combined impact on each Security Control's maximum score.<br>![Secure Score for multiple subscriptions with all controls enabled](media/secure-score-security-controls/secure-score-example-multiple-subs.png)<br>The combined score is **not** an average; rather it's the evaluated posture of the status of all resources across all subscriptions.<br>Here too, if you go to the recommendations page and add up the potential points available, you will find that it's the difference between the current score (24) and the maximum score available (60).|
7575
||||
7676

7777
## Improving your Secure Score

0 commit comments

Comments
 (0)