Skip to content

Commit

Permalink
docs: Added new recommendations for Azure bastion hosts (#586)
Browse files Browse the repository at this point in the history
Co-authored-by: Soniya Mittal <[email protected]>
Co-authored-by: Zach Trocinski <[email protected]>
  • Loading branch information
3 people authored Jan 16, 2025
1 parent e1ae6dd commit ade9403
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-resources/Network/bastionHosts/_index.md
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" >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// cannot-be-validated-with-arg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// under-development
35 changes: 35 additions & 0 deletions azure-resources/Network/bastionHosts/recommendations.yaml
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"
3 changes: 3 additions & 0 deletions azure-specialized-workloads/ai/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ geekdocHidden: false
| [Ensure to create Machine Learning Compute resources in secondary region](../../../Azure-Proactive-Resiliency-Library-v2/azure-resources/MachineLearningServices/workspaces/#ensure-to-create-machine-learning-compute-resources-in-secondary-region) | MachineLearningServices | workspaces |
| [Configure API management service in multiple Azure regions](../../../Azure-Proactive-Resiliency-Library-v2/azure-resources/ApiManagement/service/#configure-api-management-service-in-multiple-azure-regions) | ApiManagement | service |
| [Migrate App Service to Availability Zone Support](../../../Azure-Proactive-Resiliency-Library-v2/azure-resources/Web/serverFarms/#migrate-app-service-to-availability-zone-support) | Web | serverFarms |
| [Deploy Azure Bastion across Availability Zones](../../../Azure-Proactive-Resiliency-Library-v2/azure-resources/Network/bastionHosts/#deploy-azure-bastion-across-availability-zones) | Network | bastionHosts |
| [Deploy Azure Bastion into the virtual network in secondary Azure region](../../../Azure-Proactive-Resiliency-Library-v2/azure-resources/Network/bastionHosts/#deploy-azure-bastion-into-the-virtual-network-in-secondary-azure-region) | Network | bastionHosts |

<br>

## General Workload Guidance
Expand Down

0 comments on commit ade9403

Please sign in to comment.