-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'davenew-patch-1' of https://github.com/davenew/Azure-Pr…
…oactive-Resiliency-Library-v2 into davenew-patch-1
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
- description: Deploy Azure Bastion across Availability Zones | ||
aprlGuid: c9b0c6f6-1f64-4b4b-8165-00770b295dd7 | ||
recommendationTypeId: null | ||
recommendationControl: HighAvailability | ||
recommendationImpact: Medium | ||
recommendationResourceType: Microsoft.Network/bastionHosts | ||
recommendationMetadataState: Active | ||
longDescription: | | ||
Azure Bastion provides secure operational access to workload components. By distributing your Bastion resource across multiple availability zones, you can enhance the resiliency and reliability of your production workloads. | ||
potentialBenefits: Provide high availability and resilience to failures | ||
pgVerified: true | ||
automationAvailable: true | ||
tags: [] | ||
learnMoreLink: | ||
- name: Reliability in Azure Bastion | ||
url: "https://learn.microsoft.com/en-us/azure/reliability/reliability-bastion" | ||
|
||
- description: Deploy Azure Bastion into the virtual network in secondary Azure region | ||
aprlGuid: 0e57956d-71d9-4a35-bdcf-d7cfd7cd71f4 | ||
recommendationTypeId: null | ||
recommendationControl: DisasterRecovery | ||
recommendationImpact: Medium | ||
recommendationResourceType: Microsoft.Network/bastionHosts | ||
recommendationMetadataState: Active | ||
longDescription: | | ||
Azure Bastion is a single-region service, if the primary region becomes unavailable, the Bastion resource will also be unavailable. To ensure disaster recovery, it is recommended to deploy Azure Bastion into separate virtual networks across different regions. | ||
potentialBenefits: Provides disaster recovery from regional outages | ||
pgVerified: true | ||
automationAvailable: false | ||
tags: [] | ||
learnMoreLink: | ||
- name: Multi-region support in Azure bastion | ||
url: "https://learn.microsoft.com/en-us/azure/reliability/reliability-bastion#multi-region-support" |