Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Update VMSS Main and VMSS 10 KQL (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimays-avila authored Apr 2, 2024
1 parent 392faea commit ffbeed3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The presented resiliency recommendations in this guidance include Virtual Machin
| [VMSS-7 - Configure Allocation Policy Spreading algorithm to Max Spreading](#vmss-7---configure-allocation-policy-spreading-algorithm-to-max-spreading) | System Efficiency | Medium | Preview | Yes |
| [VMSS-8 - Deploy VMSS across availability zones with VMSS Flex](#vmss-8---deploy-vmss-across-availability-zones-with-vmss-flex) | Availability | High | Verified | Yes |
| [VMSS-9 - Set Patch orchestration options to Azure-orchestrated](#vmss-9---set-patch-orchestration-options-to-azure-orchestrated) | Automation | Low | Verified | Yes |
| [VMSS-10 - Upgrade VMSS Image versions scheduled to be deprecated or already retired](#vmss-10---upgrade-vmss-image-versions-scheduled-to-be-deprecated-or-already-retired) | Governance | High | Preview | Yes |
| [VMSS-10 - Upgrade VMSS Image versions scheduled to be deprecated or already retired](#vmss-10---upgrade-vmss-image-versions-scheduled-to-be-deprecated-or-already-retired) | Governance | High | Preview | No |
| [VMSS-11 - Production VMSS instances should be using SSD disks](#vmss-11---production-vmss-instances-should-be-using-ssd-disks) | System Efficiency | High | Verified | Yes |

{{< /table >}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
// Azure Resource Graph Query
// This query will check if the VMSS are currently using the latest image. If not the Image reference will be empty
resources
| where type == "microsoft.compute/virtualmachinescalesets"
| extend VMSSName = name
| extend ImageReference = tostring(properties.virtualMachineProfile.storageProfile.imageReference.version)
| project recommendationId="vmss-10",name,id, tags, param1="ImageReference"
//cannot be validated with arg
4 changes: 2 additions & 2 deletions docs/content/services/networking/front-door/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The below table shows the list of resiliency recommendations for Front Door and
| [AFD-4 - Configure logs](#afd-4---configure-logs) | Monitoring | Medium | Verified | No |
| [AFD-5 - Use end-to-end TLS](#afd-5---use-end-to-end-tls) | Security | High | Verified | No |
| [AFD-6 - Use HTTP to HTTPS redirection](#afd-6---use-http-to-https-redirection) | Access & Security | High | Verified | No |
| [AFD-7 - Use managed TLS certificates](#afd-7---use-managed-tls-certificates) | Access & Security | Medium | Verified | No |
| [AFD-7 - Use managed TLS certificates](#afd-7---use-managed-tls-certificates) | Access & Security | High | Verified | No |
| [AFD-8 - Use latest version for customer-managed certificates](#afd-8---use-latest-version-for-customer-managed-certificates) | Access & Security | Medium | Verified | No |
| [AFD-9 - Use the same domain name on Front Door and your origin](#afd-9---use-the-same-domain-name-on-front-door-and-your-origin) | Networking | Medium | Verified | No |
| [AFD-10 - Enable the WAF](#afd-10---enable-the-waf) | Access & Security | Medium | Verified | No |
Expand Down Expand Up @@ -204,7 +204,7 @@ You can configure Front Door to automatically redirect HTTP requests to use the

**Category: Access & Security**

**Impact: Medium**
**Impact: High**

**Guidance**

Expand Down

0 comments on commit ffbeed3

Please sign in to comment.