Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General-bug fixes #270

Merged
merged 6 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)