Skip to content

Commit

Permalink
feat: add sql failover group customer managed policy recommendation (v2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmsoss authored Jan 28, 2025
1 parent b80503c commit feceaa1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// cannot-be-validated-with-arg
17 changes: 17 additions & 0 deletions azure-resources/Sql/servers/recommendations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,20 @@
learnMoreLink:
- name: Failover Group endpoint redirection
url: "https://learn.microsoft.com/azure/azure-sql/database/failover-group-sql-db?view=azuresql#endpoint-redirection"

- description: Use Failover Group customer managed policy
aprlGuid: 0f838324-ffe3-4b8a-b7a2-d983be8f9fa9
recommendationTypeId: null
recommendationControl: DisasterRecovery
recommendationImpact: High
recommendationResourceType: Microsoft.Sql/servers
recommendationMetadataState: Active
longDescription: |
When using Failover Groups, setting your failover policy to customer managed is highly recommended as it keeps you in control of when to initiate a failover.
potentialBenefits: Enhanced disaster recovery
pgVerified: false
automationAvailable: false
tags: null
learnMoreLink:
- name: Learn More
url: "https://aka.ms/SQLDBFGPolicy"

0 comments on commit feceaa1

Please sign in to comment.