Skip to content

Commit b13e749

Browse files
Merge pull request #296199 from isamorris99/patch-21
Update design-architecture.md
2 parents 3f502b7 + 6b51d07 commit b13e749

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/bastion/design-architecture.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'About Azure Bastion design and architecture'
33
description: Learn about the different architectures available with Azure Bastion.
44
author: cherylmc
55
ms.topic: concept-article
6-
ms.date: 05/09/2024
6+
ms.date: 03/12/2025
77
ms.author: cherylmc
88
ms.service: azure-bastion
99
---
@@ -14,7 +14,7 @@ Azure Bastion offers multiple deployment architectures, depending on the selecte
1414

1515
RDP and SSH are some of the fundamental means through which you can connect to your workloads running in Azure. Exposing RDP/SSH ports over the Internet isn't desired and is seen as a significant threat surface. This is often due to protocol vulnerabilities. To contain this threat surface, you can deploy bastion hosts (also known as jump-servers) at the public side of your perimeter network. Bastion host servers are designed and configured to withstand attacks. Bastion servers also provide RDP and SSH connectivity to the workloads sitting behind the bastion, and also further inside the network.
1616

17-
The SKU you select when you deploy Bastion determines the architecture and the available features. You can upgrade to a higher SKU to support more features, but you can't downgrade a SKU after deploying. Certain architectures, such as [Private-only](#private-only) and [Developer SKU](#developer), must be configured at the time of deployment.
17+
The SKU you select when you deploy Bastion determines the architecture and the available features. You can upgrade to a higher SKU to support more features, but you can't downgrade a SKU after deploying. Certain architectures, such as [Private-only](#private-only) and [Bastion Developer](#developer), must be configured at the time of deployment.
1818

1919
## <a name="basic"></a>Deployment - Basic SKU and higher
2020

@@ -33,13 +33,13 @@ For configuration steps, see:
3333
* [Deploy Bastion automatically using default settings and the Standard SKU](quickstart-host-portal.md)
3434
* [Deploy Bastion using manually specified settings](tutorial-create-host-portal.md)
3535

36-
## <a name="developer"></a>Deployment - Developer SKU
36+
## <a name="developer"></a>Deployment - Bastion Developer
3737

38-
:::image type="content" source="./media/quickstart-developer-sku/bastion-shared-pool.png" alt-text="Diagram that shows the Azure Bastion developer SKU architecture." lightbox="./media/quickstart-developer-sku/bastion-shared-pool.png":::
38+
:::image type="content" source="./media/quickstart-developer-sku/bastion-shared-pool.png" alt-text="Diagram that shows the Azure Bastion Developer architecture." lightbox="./media/quickstart-developer-sku/bastion-shared-pool.png":::
3939

40-
[!INCLUDE [Developer SKU](../../includes/bastion-developer-sku-description.md)]
40+
[!INCLUDE [Bastion Developer](../../includes/bastion-developer-sku-description.md)]
4141

42-
For more information about the Developer SKU, see [Deploy Azure Bastion - Developer SKU](quickstart-developer-sku.md).
42+
For more information about Bastion Developer, see [Connect with Azure Bastion Developer](quickstart-developer-sku.md).
4343

4444
## <a name="private-only"></a>Deployment - Private-only
4545

@@ -59,5 +59,5 @@ For more information about private-only deployments, see [Deploy Bastion as priv
5959

6060
* [Deploy Bastion automatically - Standard SKU only](quickstart-host-portal.md)
6161
* [Deploy Bastion using manually specified settings and SKU](tutorial-create-host-portal.md)
62-
* [Deploy Azure Bastion - Developer SKU](quickstart-developer-sku.md)
62+
* [Connect with Azure Bastion Developer](quickstart-developer-sku.md)
6363
* [Deploy Bastion as private-only](private-only-deployment.md)

0 commit comments

Comments
 (0)