-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Added new recommendations for Azure bastion hosts (#586)
Co-authored-by: Soniya Mittal <[email protected]> Co-authored-by: Zach Trocinski <[email protected]>
- Loading branch information
1 parent
e1ae6dd
commit ade9403
Showing
5 changed files
with
41 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: bastionHosts | ||
geekdocCollapseSection: true | ||
geekdocHidden: true | ||
geekdocHidden: false | ||
--- | ||
|
||
{{< azure-resources-recommendationlist name="azure-resources-recommendationlist" >}} |
1 change: 1 addition & 0 deletions
1
azure-resources/Network/bastionHosts/kql/0e57956d-71d9-4a35-bdcf-d7cfd7cd71f4.kql
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 @@ | ||
// cannot-be-validated-with-arg |
1 change: 1 addition & 0 deletions
1
azure-resources/Network/bastionHosts/kql/c9b0c6f6-1f64-4b4b-8165-00770b295dd7.kql
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 @@ | ||
// under-development |
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,35 @@ | ||
- 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: null | ||
learnMoreLink: | ||
- name: Reliability in Azure Bastion | ||
url: "https://learn.microsoft.com/en-us/azure/reliability/reliability-bastion" | ||
- name: Deploy Azure Bastion by using specified settings | ||
url: "https://learn.microsoft.com/en-us/azure/bastion/tutorial-create-host-portal" | ||
|
||
- 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: null | ||
learnMoreLink: | ||
- name: Multi-region support in Azure bastion | ||
url: "https://learn.microsoft.com/en-us/azure/reliability/reliability-bastion#multi-region-support" |
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