Skip to content

Commit

Permalink
General-bug fixes (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
oZakari authored Jul 12, 2024
1 parent aa7ebc9 commit a9527a1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 20 deletions.
4 changes: 3 additions & 1 deletion azure-resources/Databricks/workspaces/recommendations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,9 @@
recommendationResourceType: Microsoft.Databricks/workspaces
recommendationMetadataState: Active
longDescription: |
Implementing a disaster recovery pattern is vital for Azure Databricks, a cloud-native data analytics platform, ensuring data teams' access even during rare regional outages caused by disasters like hurricanes or earthquakes.
Implementing a disaster recovery pattern is vital for Azure Databricks, ensuring data teams' access even during rare regional outages.
It is important to note that the Azure Databricks service is not entirely zone redudant and does support zonal failover.
potentialBenefits: Ensures service continuity during disasters
pgVerified: false
publishedToLearn: false
Expand Down
2 changes: 1 addition & 1 deletion azure-resources/EventHub/namespaces/recommendations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
recommendationControl: High Availability
recommendationImpact: High
recommendationResourceType: Microsoft.EventHub/namespaces
recommendationMetadataState: Disabled
recommendationMetadataState: Active
longDescription: |
When using the Azure portal, zone redundancy is automatically enabled. However, some Infrastructure as Code (IaC) tools may default this to false. To ensure replication of metadata and events across data centers in an availability zone, always verify that zone redundancy is enabled.
potentialBenefits: Enhanced fault tolerance for Event Hub
Expand Down
9 changes: 0 additions & 9 deletions azure-specialized-workloads/avd/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@ geekdocHidden: false

<br>

## Dependent Well-Architected Framework - Reliability Recommendations

| Recommendation | Reliability Stage |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------: |
| [Ensure that all fault-points and fault-modes are understood and operationalized](../../../Azure-Proactive-Resiliency-Library-v2/azure-waf/design/#ensure-that-all-fault-points-and-fault-modes-are-understood-and-operationalized) | Design |
| [Design a BCDR strategy that will help to meet the business requirements](../../../Azure-Proactive-Resiliency-Library-v2/azure-waf/design/#design-a-bcdr-strategy-that-will-help-to-meet-the-business-requirements) | Design |

<br>

## General Workload Guidance

{{< azure-specialized-workloads-recommendationlist name="azure-specialized-workloads-recommendationlist" >}}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ resources
| project lname, name
| summarize disks = make_list(name) by lname) on lname
| where isnotnull(disks)
| project recommendationId = "df0ff862-814d-45a3-95e4-4fad5a244ba6", name, id, tags, param1=strcat("AffectedDisks: ", disks)
| project recommendationId = "b60ae773-9917-4bca-8a42-7cb45365a917", name, id, tags, param1=strcat("AffectedDisks: ", disks)

0 comments on commit a9527a1

Please sign in to comment.