Skip to content

Commit b75f211

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into fdtoc
2 parents 1a98c50 + 8df7e0a commit b75f211

32 files changed

+54
-180
lines changed

articles/bastion/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
- name: Quickstarts
1010
expanded: true
1111
items:
12-
- name: Deploy Bastion automatically
12+
- name: Deploy Bastion - default settings - Standard SKU
1313
href: quickstart-host-portal.md
14-
- name: Deploy Bastion automatically - Developer SKU
14+
- name: Deploy Bastion - default settings - Developer SKU
1515
href: quickstart-developer-sku.md
1616
- name: Deploy Bastion - ARM template
1717
href: quickstart-host-arm-template.md
1818
- name: Deploy Bastion - Terraform
1919
href: quickstart-deploy-terraform.md
2020
- name: Tutorials
2121
items:
22-
- name: Deploy Bastion using manually specified settings
22+
- name: Deploy Bastion using manually specified settings and SKUs
2323
href: tutorial-create-host-portal.md
2424
- name: Concepts
2525
items:

articles/bastion/bastion-create-host-powershell.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to deploy Azure Bastion using PowerShell.
55
author: cherylmc
66
ms.service: azure-bastion
77
ms.topic: how-to
8-
ms.date: 04/05/2024
8+
ms.date: 03/03/2025
99
ms.author: cherylmc
1010
ms.custom: devx-track-azurepowershell
1111
# Customer intent: As someone with a networking background, I want to deploy Bastion and connect to a VM.
@@ -23,9 +23,9 @@ In this article, you create a virtual network (if you don't already have one), d
2323

2424
You can also deploy Bastion by using the following other methods:
2525

26-
* [Azure portal](./tutorial-create-host-portal.md)
27-
* [Azure CLI](create-host-cli.md)
28-
* [Quickstart - deploy with default settings](quickstart-host-portal.md)
26+
* [Azure portal - Deploy Bastion with specified settings and SKUs](./tutorial-create-host-portal.md)
27+
* [Azure portal - Deploy Bastion with default settings and Standard SKU](quickstart-host-portal.md)
28+
* [Deploy using Azure CLI](create-host-cli.md)
2929

3030
[!INCLUDE [DNS private zone](../../includes/bastion-private-dns-zones-non-support.md)]
3131

articles/bastion/bastion-faq.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about frequently asked questions for Azure Bastion.
44
author: cherylmc
55
ms.service: azure-bastion
66
ms.topic: faq
7-
ms.date: 04/01/2024
7+
ms.date: 03/03/2025
88
ms.author: cherylmc
99
ms.custom: references_regions
1010
---
@@ -68,8 +68,7 @@ At this time, for most address spaces, you must add a subnet named **AzureBastio
6868

6969
### <a name="write-permissions"></a>Are special permissions required to deploy Bastion to the AzureBastionSubnet?
7070

71-
To deploy Bastion to the AzureBastionSubnet, the following RBAC permissions are required: **Microsoft.Network/virtualNetworks/write**,**Microsoft.Network/virtualNetworks/subnets/join/action**, and
72-
**Microsoft.Network/publicIPAddresses**
71+
To deploy Bastion to the AzureBastionSubnet, the following RBAC permissions are required: **Microsoft.Network/virtualNetworks/write**,**Microsoft.Network/virtualNetworks/subnets/join/action**, and **Microsoft.Network/publicIPAddresses**.
7372

7473
### <a name="subnet"></a>Can I have an Azure Bastion subnet of size /27 or smaller (/28, /29, etc.)?
7574

articles/bastion/bastion-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-bastion
66
ms.custom:
77
- ignite-2024
88
ms.topic: overview
9-
ms.date: 04/30/2024
9+
ms.date: 03/03/2025
1010
ms.author: cherylmc
1111
# Customer intent: As someone with a basic network background, but is new to Azure, I want to understand the capabilities of Azure Bastion so that I can securely connect to my Azure virtual machines.
1212
---
@@ -81,9 +81,9 @@ For frequently asked questions, see the Bastion [FAQ](bastion-faq.md).
8181

8282
## Next steps
8383

84-
* [Quickstart: Deploy Bastion automatically - Standard SKU](quickstart-host-portal.md)
84+
* [Quickstart: Deploy Bastion automatically with default settings and Standard SKU](quickstart-host-portal.md)
8585
* [Quickstart: Deploy Bastion automatically - Developer SKU](quickstart-developer-sku.md)
86-
* [Tutorial: Deploy Bastion using specified settings](tutorial-create-host-portal.md)
86+
* [Tutorial: Deploy Bastion using specified settings and SKUs](tutorial-create-host-portal.md)
8787
* [Learn module: Introduction to Azure Bastion](/training/modules/intro-to-azure-bastion/)
8888
* Learn about some of the other key [networking capabilities](../networking/fundamentals/networking-overview.md) of Azure
8989
* [Learn more about Azure network security](../networking/security/index.yml)

articles/bastion/configuration-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: cherylmc
55
ms.author: cherylmc
66
ms.service: azure-bastion
77
ms.topic: concept-article
8-
ms.date: 09/17/2024
8+
ms.date: 03/03/2025
99
ms.custom: references_regions, ignite-2024
1010
---
1111

@@ -37,7 +37,7 @@ The Premium SKU is a new SKU that supports Bastion features such as [Session Rec
3737
| Method | SKU Value | Links |
3838
| --- | --- | --- |
3939
| Azure portal | Tier - Developer | [Quickstart](quickstart-developer-sku.md)|
40-
| Azure portal | Tier - Basic| [Quickstart](quickstart-host-portal.md) |
40+
| Azure portal | Tier - Standard| [Quickstart](quickstart-host-portal.md) |
4141
| Azure portal | Tier - Basic or higher | [Tutorial](tutorial-create-host-portal.md) |
4242
| Azure PowerShell | Tier - Basic or higher |[How-to](bastion-create-host-powershell.md) |
4343
| Azure CLI | Tier - Basic or higher | [How-to](create-host-cli.md) |

articles/bastion/connect-ip-address.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to connect to your virtual machines using a specified pri
55
author: cherylmc
66
ms.service: azure-bastion
77
ms.topic: how-to
8-
ms.date: 04/05/2024
8+
ms.date: 03/03/2025
99
ms.author: cherylmc
1010

1111
---
@@ -37,7 +37,7 @@ Before you begin these steps, verify that you have the following environment set
3737
* A VNet with Bastion already deployed.
3838

3939
* Make sure that you have deployed Bastion to the virtual network. Once the Bastion service is provisioned and deployed in your virtual network, you can use it to connect to any VM deployed in any of the virtual networks that is reachable from Bastion.
40-
* To deploy Bastion, see [Quickstart: Deploy Bastion with default settings](quickstart-host-portal.md).
40+
* To deploy Bastion, see [Quickstart: Deploy Bastion with default settings and the Standard SKU](quickstart-host-portal.md).
4141

4242
* A virtual machine in any reachable virtual network. This is the virtual machine to which you'll connect.
4343

articles/bastion/create-host-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this article, you create a virtual network (if you don't already have one), d
2424

2525
* [Azure portal](./tutorial-create-host-portal.md)
2626
* [Azure PowerShell](bastion-create-host-powershell.md)
27-
* [Quickstart - deploy with default settings](quickstart-host-portal.md)
27+
* [Quickstart - Deploy Bastion with default settings and the Standard SKU](quickstart-host-portal.md)
2828

2929
[!INCLUDE [DNS private zone](../../includes/bastion-private-dns-zones-non-support.md)]
3030

articles/bastion/design-architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For some configurations, the user can connect to the virtual machine via the nat
3030

3131
For configuration steps, see:
3232

33-
* [Deploy Bastion automatically - Basic SKU only](quickstart-host-portal.md)
33+
* [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

3636
## <a name="developer"></a>Deployment - Developer SKU
@@ -57,7 +57,7 @@ For more information about private-only deployments, see [Deploy Bastion as priv
5757

5858
## Next steps
5959

60-
* [Deploy Bastion automatically - Basic SKU only](quickstart-host-portal.md)
61-
* [Deploy Bastion using manually specified settings](tutorial-create-host-portal.md)
60+
* [Deploy Bastion automatically - Standard SKU only](quickstart-host-portal.md)
61+
* [Deploy Bastion using manually specified settings and SKU](tutorial-create-host-portal.md)
6262
* [Deploy Azure Bastion - Developer SKU](quickstart-developer-sku.md)
6363
* [Deploy Bastion as private-only](private-only-deployment.md)

articles/bastion/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.topic: landing-page
1111
author: cherylmc
1212
ms.author: cherylmc
13-
ms.date: 09/27/2024
13+
ms.date: 03/03/2025
1414

1515
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
1616

@@ -43,13 +43,13 @@ landingContent:
4343
linkLists:
4444
- linkListType: quickstart
4545
links:
46-
- text: Deploy Bastion automatically - Basic SKU
46+
- text: Deploy Bastion - default settings - Standard SKU
4747
url: quickstart-host-portal.md
48-
- text: Deploy Bastion automatically - Developer SKU
48+
- text: Deploy Bastion - default settings - Developer SKU
4949
url: quickstart-developer-sku.md
5050
- linkListType: deploy
5151
links:
52-
- text: Deploy Bastion using manually specified settings
52+
- text: Deploy Bastion using manually specified settings and SKUs
5353
url: tutorial-create-host-portal.md
5454
- text: Deploy Bastion as a private-only deployment
5555
url: private-only-deployment.md

articles/bastion/quickstart-deploy-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this Quickstart, you learn how to use Terraform to deploy [Azure Bastion](bas
1818

1919
:::image type="content" source="./media/create-host/host-architecture.png" alt-text="Diagram that shows the Azure Bastion architecture." lightbox="./media/create-host/host-architecture.png":::
2020

21-
Deploying Azure Bastion allows you to use RDP and SSH to access to your virtual machines within the Azure portal. This service is provisioned directly in your virtual network and supports all virtual machines there, reducing exposure to public network connections. When you deploy Bastion automatically, Bastion is deployed with the Standard SKU. To deploy with the Developer SKU instead, see [Quickstart: Deploy Azure Bastion - Developer SKU](quickstart-developer-sku.md). See the [Azure Bastion deployment guidance](quickstart-host-portal.md) for more information about how to customize your Azure Bastion deployment.
21+
Deploying Azure Bastion allows you to use RDP and SSH to access to your virtual machines within the Azure portal. This service is provisioned directly in your virtual network and supports all virtual machines there, reducing exposure to public network connections. When you deploy Bastion automatically, Bastion is deployed with the Standard SKU. To deploy with the Developer SKU instead, see [Quickstart: Deploy Azure Bastion - Developer SKU](quickstart-developer-sku.md). See the [Azure Bastion deployment guidance](design-architecture.md) for more information about how to customize your Azure Bastion deployment.
2222

2323
[!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
2424

0 commit comments

Comments
 (0)