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

docs: Added new recommendations for Azure bastion hosts #586

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
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
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"
2 changes: 2 additions & 0 deletions azure-specialized-workloads/ai/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ geekdocHidden: false
| [Deploy a PAYG instance of the model with provisioned throughput to manage overflow effectively](../../../Azure-Proactive-Resiliency-Library-v2/azure-resources/CognitiveServices/accounts/#deploy-a-PAYG-instance-of-the-model-with-provisioned-throughput-to-manage-overflow-effectively) | CognitiveServices | accounts |
| [Ensure that models are deployed using Global batch for large scale processing](../../../Azure-Proactive-Resiliency-Library-v2/azure-resources/CognitiveServices/accounts/#ensure-that-models-are-deployed-using-global-batch-for-large-scale-processing) | CognitiveServices | accounts |
| [Ensure AOAI models are deployed using Data Zone Standard for data residency requirements](../../../Azure-Proactive-Resiliency-Library-v2/azure-resources/CognitiveServices/accounts/#ensure-aoai-models-are-deployed-using-data-zone-standard-for-data-residency-requirements) | CognitiveServices | accounts |
| [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>

Expand Down
Loading