Skip to content

Commit

Permalink
feat: Added recommendation for On-Demand Capacity Reservations for DR…
Browse files Browse the repository at this point in the history
… regions (#466)
  • Loading branch information
judyer28 authored Oct 16, 2024
1 parent cc918db commit 9c83fa7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// cannot-be-validated-with-arg

18 changes: 18 additions & 0 deletions azure-resources/Compute/virtualMachines/recommendations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -523,3 +523,21 @@
learnMoreLink:
- name: How to update the Azure Linux Agent on a VM
url: "https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/update-linux-agent?tabs=ubuntu"

- description: Reserve Compute Capacity in Disaster Recovery Regions
aprlGuid: 587ca3e4-113b-4c4f-b4e0-92cd8d2065b6
recommendationTypeId: null
recommendationControl: Disaster Recovery
recommendationImpact: Medium
recommendationResourceType: Microsoft.Compute/virtualMachines
recommendationMetadataState: Active
longDescription: |
On-Demand Capacity Reservations ensure recovery of virtual machines in the event of a natural disaster by reserving compute capacity in advance within a specific region or zone. This guarantees that VMs have the necessary resources during disaster recovery failover events thus reducing downtime.
potentialBenefits: Guaranteed capacity in disaster recovery regions
pgVerified: true
publishedToLearn: false
automationAvailable: false
tags: null
learnMoreLink:
- name: On-demand Capacity Reservation
url: "https://aka.ms/on-demand-capacity-reservations-docs"

0 comments on commit 9c83fa7

Please sign in to comment.