Skip to content

Commit

Permalink
Merge branch 'main' into cleanup-network
Browse files Browse the repository at this point in the history
  • Loading branch information
ejhenry authored Nov 19, 2024
2 parents 4d681b9 + 4f72b67 commit edab1ae
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 39 deletions.
7 changes: 7 additions & 0 deletions azure-resources/Compute/disks/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "disks"
geekdocCollapseSection: true
geekdocHidden: false
---

{{< azure-resources-recommendationlist name="azure-resources-recommendationlist" >}}
35 changes: 35 additions & 0 deletions azure-resources/Compute/disks/recommendations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
- description: Shared disks should only be enabled in clustered servers
aprlGuid: 3263a64a-c256-de48-9818-afd3cbc55c2a
recommendationTypeId: null
recommendationControl: Other Best Practices
recommendationImpact: Medium
recommendationResourceType: Microsoft.Compute/disks
recommendationMetadataState: Active
longDescription: |
Azure shared disks let you attach a disk to multiple VMs at once for deploying or migrating clustered applications, suitable only when a disk is shared among VM cluster members.
potentialBenefits: Enhances clustered server performance
pgVerified: true
automationAvailable: true
tags: null
learnMoreLink:
- name: Azure Shared Disk Introduction
url: "https://learn.microsoft.com/azure/virtual-machines/disks-shared"
- name: Enable Shared Disks
url: "https://learn.microsoft.com/azure/virtual-machines/disks-shared-enable?tabs=azure-portal"

- description: Use Azure Disks with Zone Redundant Storage for higher resiliency and availability
aprlGuid: fa0cf4f5-0b21-47b7-89a9-ee936f193ce1
recommendationTypeId: d4102c0f-ebe3-4b22-8fe0-e488866a87af
recommendationControl: High Availability
recommendationImpact: Medium
recommendationResourceType: Microsoft.Compute/disks
recommendationMetadataState: Active
longDescription: |
Azure disks offers a zone-redundant storage (ZRS) option for workloads that need to be resilient to an entire zone being down. Due to the cross-zone data replication, ZRS disks have higher write latency when compared to the locally-redundant option (LRS), so make sure to benchmark your disks.
potentialBenefits: Enhanced Disk resilience to failures
pgVerified: true
automationAvailable: true
tags: null
learnMoreLink:
- name: Redundancy options for managed disks
url: "https://aka.ms/zrsdisksdoc"
36 changes: 0 additions & 36 deletions azure-resources/Compute/virtualMachines/recommendations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,25 +246,6 @@
- name: Name resolution for resources in Azure virtual networks
url: "https://learn.microsoft.com/azure/virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances"

- description: Shared disks should only be enabled in clustered servers
aprlGuid: 3263a64a-c256-de48-9818-afd3cbc55c2a
recommendationTypeId: null
recommendationControl: Other Best Practices
recommendationImpact: Medium
recommendationResourceType: Microsoft.Compute/virtualMachines
recommendationMetadataState: Active
longDescription: |
Azure shared disks let you attach a disk to multiple VMs at once for deploying or migrating clustered applications, suitable only when a disk is shared among VM cluster members.
potentialBenefits: Enhances clustered server performance
pgVerified: true
automationAvailable: true
tags: null
learnMoreLink:
- name: Azure Shared Disk Introduction
url: "https://learn.microsoft.com/azure/virtual-machines/disks-shared"
- name: Enable Shared Disks
url: "https://learn.microsoft.com/azure/virtual-machines/disks-shared-enable?tabs=azure-portal"

- description: Network access to the VM disk should be set to Disable public access and enable private access
aprlGuid: 70b1d2be-e6c4-b54e-9959-b1b690f9e485
recommendationTypeId: null
Expand Down Expand Up @@ -445,23 +426,6 @@
- name: Azure Metadata Service Scheduled Events for Windows VMs
url: "https://learn.microsoft.com/azure/virtual-machines/windows/scheduled-events"

- description: Use Azure Disks with Zone Redundant Storage for higher resiliency and availability
aprlGuid: fa0cf4f5-0b21-47b7-89a9-ee936f193ce1
recommendationTypeId: d4102c0f-ebe3-4b22-8fe0-e488866a87af
recommendationControl: High Availability
recommendationImpact: Medium
recommendationResourceType: Microsoft.Compute/virtualMachines
recommendationMetadataState: Active
longDescription: |
Azure disks offers a zone-redundant storage (ZRS) option for workloads that need to be resilient to an entire zone being down. Due to the cross-zone data replication, ZRS disks have higher write latency when compared to the locally-redundant option (LRS), so make sure to benchmark your disks.
potentialBenefits: Enhanced Disk resilience to failures
pgVerified: true
automationAvailable: true
tags: null
learnMoreLink:
- name: Redundancy options for managed disks
url: "https://aka.ms/zrsdisksdoc"

- description: Reserve Compute Capacity for critical workloads
aprlGuid: 302fda08-ee65-4fbe-a916-6dc0b33169c4
recommendationTypeId: null
Expand Down
2 changes: 1 addition & 1 deletion azure-resources/Resources/resourceGroups/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: resourceGroups
geekdocCollapseSection: true
geekdocHidden: false
geekdocHidden: true
---

{{< azure-resources-recommendationlist name="azure-resources-recommendationlist" >}}
2 changes: 1 addition & 1 deletion azure-resources/Resources/subscriptions/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: subscriptions
geekdocCollapseSection: true
geekdocHidden: true
geekdocHidden: false
---

{{< azure-resources-recommendationlist name="azure-resources-recommendationlist" >}}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
recommendationTypeId: null
recommendationControl: Disaster Recovery
recommendationImpact: High
recommendationResourceType: Microsoft.Resources/resourceGroups
recommendationResourceType: Microsoft.Resources/subscriptions
recommendationMetadataState: Active
longDescription: |
Ensure resource locations align with their resource group to manage resources during regional outages. ARM stores resource data, which if in an unavailable region, could halt updates, rendering resources read-only.
Expand Down

0 comments on commit edab1ae

Please sign in to comment.