Skip to content

Commit bf61aac

Browse files
committed
freshness review
1 parent d4ee9cc commit bf61aac

File tree

6 files changed

+30
-33
lines changed

6 files changed

+30
-33
lines changed
Binary file not shown.
Binary file not shown.

articles/bastion/shareable-link.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
---
2-
title: 'Create a shareable link for Azure Bastion'
2+
title: Create a shareable link for Azure Bastion
33
description: Learn how to create a shareable link to let a user connect to a target resource via Bastion without using the Azure portal.
44
author: cherylmc
55
ms.service: azure-bastion
66
ms.topic: how-to
7-
ms.date: 05/10/2023
7+
ms.date: 12/09/2024
88
ms.author: cherylmc
99
---
1010

1111
# Create a shareable link for Bastion
1212

1313
The Bastion **Shareable Link** feature lets users connect to a target resource (virtual machine or virtual machine scale set) using Azure Bastion without accessing the Azure portal. This article helps you use the Shareable Link feature to create a shareable link for an existing Azure Bastion deployment.
1414

15-
When a user without Azure credentials clicks a shareable link, a webpage opens that prompts the user to sign in to the target resource via RDP or SSH. Users authenticate using username and password or private key, depending on what you have configured for the target resource. The shareable link does not contain any credentials - the admin must provide sign-in credentials to the user.
15+
When a user without Azure credentials clicks a shareable link, a webpage opens that prompts the user to sign in to the target resource via RDP or SSH. Users authenticate using username and password or private key, depending on what is configured for the target resource. The shareable link doesn't contain any credentials - the admin must provide sign-in credentials to the user.
1616

17-
By default, users in your org will have only read access to shared links. If a user has read access, they'll only be able to use and view shared links, but can't create or delete a shareable link. For more information, see the [Permissions](#permissions) section of this article.
17+
By default, users in your org have only **Read** access to shared links. If a user has **Read** access, they'll only be able to use and view shared links, but can't create or delete a shareable link. For more information, see the [Permissions](#permissions) section of this article.
1818

1919
## Considerations
2020

21-
* Shareable Links isn't currently supported for peered VNETs across tenants.
21+
* Shareable Links isn't currently supported for peered virtual networks across tenants.
2222
* Shareable Links isn't currently supported over Virtual WAN.
23-
* Shareable Links does not support connection to on-premises or non-Azure VMs and VMSS. 
23+
* Shareable Links doesn't support connection to on-premises or non-Azure virtual machines and Virtual Machine Scale Sets.
2424
* The Standard SKU is required for this feature.
2525
* Bastion only supports 50 requests, including creates and deletes, for shareable links at a time.
26-
* Bastion only supports 500 shareable links per Bastion resource.
26+
* Bastion only supports 500 shareable links per Bastion resource.
2727

2828
## Prerequisites
2929

30-
* Azure Bastion is deployed to your VNet. See [Tutorial - Deploy Bastion using manual settings](tutorial-create-host-portal.md) for steps.
30+
* Azure Bastion is deployed to your virtual network. See [Tutorial - Deploy Bastion using manual settings](tutorial-create-host-portal.md) for steps.
3131

3232
* Bastion must be configured to use the **Standard** SKU for this feature. You can update the SKU from Basic to Standard when you configure the shareable links feature.
3333

34-
* The VNet in which the Bastion resource is deployed or a directly peered VNet contains the VM resource to which you want to create a shareable link.
34+
* The virtual network in which the Bastion resource is deployed or a directly peered virtual network contains the VM resource to which you want to create a shareable link.
3535

3636
## Enable Shareable Link feature
3737

@@ -49,7 +49,7 @@ Before you can create a shareable link to a VM, you must first enable the featur
4949

5050
1. Verify that you've selected the settings that you want, then click **Apply**.
5151

52-
1. Bastion will immediately begin updating the settings for your bastion host. Updates will take about 10 minutes.
52+
1. Bastion will immediately begin updating the settings for your bastion host. Updates take about 10 minutes.
5353

5454
## Create shareable links
5555

@@ -61,7 +61,7 @@ In this section, you specify each resource for which you want to create a sharea
6161

6262
:::image type="content" source="./media/shareable-link/add.png" alt-text="Screenshot shareable links page with + add." lightbox="./media/shareable-link/add.png":::
6363

64-
1. On the **Create shareable link** page, select the resources for which you want to create a shareable link. You can select specific resources, or you can select all. A separate shareable link will be created for each selected resource. Click **Apply** to create links.
64+
1. On the **Create shareable link** page, select the resources for which you want to create a shareable link. You can select specific resources, or you can select all. A separate shareable link is created for each selected resource. Click **Apply** to create links.
6565

6666
:::image type="content" source="./media/shareable-link/select-vm.png" alt-text="Screenshot of shareable links page to create a shareable link." lightbox="./media/shareable-link/select-vm.png":::
6767

@@ -71,7 +71,7 @@ In this section, you specify each resource for which you want to create a sharea
7171

7272
## Connect to a VM
7373

74-
1. After receiving the link, the user opens the link in their browser.
74+
1. After the user receives the link, the user opens the link in their browser.
7575

7676
1. In the left corner, the user can select whether to see text and images copied to the clipboard. The user inputs the required information, then clicks **Login** to connect. A shared link doesn't contain authentication credentials. The admin must provide sign-in credentials to the user. Custom port and protocols are supported.
7777

@@ -91,7 +91,7 @@ In this section, you specify each resource for which you want to create a sharea
9191

9292
## Permissions
9393

94-
Permissions to the Shareable Link feature are configured using Access control (IAM). By default, users in your org will have only read access to shared links. If a user has read access, they'll only be able to use and view shared links, but can't create or delete a shared link.
94+
Permissions to the Shareable Link feature are configured using Access control (IAM). By default, users in your org have only **Read** access to shared links. If a user has **Read** access, they'll only be able to use and view shared links, but can't create or delete a shared link.
9595

9696
To give someone permissions to create or delete a shared link, use the following steps:
9797

articles/bastion/tutorial-create-host-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy Azure Bastion by using settings that you specif
44
author: cherylmc
55
ms.service: azure-bastion
66
ms.topic: tutorial
7-
ms.date: 03/29/2024
7+
ms.date: 12/09/2024
88
ms.author: cherylmc
99
---
1010

articles/bastion/upgrade-sku.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: 'Upgrade or view a SKU: portal'
2+
title: Upgrade or view a SKU - portal
33
titleSuffix: Azure Bastion
44
description: Learn how to view a SKU and upgrade SKU tiers.
55
author: cherylmc
66
ms.service: azure-bastion
77
ms.topic: how-to
8-
ms.date: 10/13/2023
8+
ms.date: 12/09/2024
99
ms.author: cherylmc
1010

1111
---
@@ -24,8 +24,6 @@ To view the SKU for your bastion host, use the following steps.
2424
1. In the Azure portal, go to your bastion host.
2525
1. In the left pane, select **Configuration** to open the Configuration page. Click through the different Tier options. Notice that the SKU affects the available features you can select for your bastion host.
2626

27-
:::image type="content" source="./media/upgrade-sku/configuration-sku.png" alt-text="Screenshot of the configuration page with the Basic SKU selected." lightbox="./media/upgrade-sku/configuration-sku.png":::
28-
2927
## Upgrade from the Developer SKU
3028

3129
When you upgrade from a Developer SKU to a dedicated deployment SKU, you need to create a public IP address and an Azure Bastion subnet.
@@ -38,7 +36,7 @@ Use the following steps to upgrade to a higher SKU.
3836
1. Create a new public IP address value unless you have already created one for your bastion host, in which case, select the value.
3937
1. Because you already created the AzureBastionSubnet, the **Subnet** field will automatically populate.
4038
1. You can add features at the same time you upgrade the SKU. You don't need to upgrade the SKU and then go back to add the features as a separate step.
41-
1. Select **Apply** to apply changes. The bastion host updates. This takes about 10 minutes to complete.
39+
1. Select **Apply** to apply changes. The bastion host updates. This procedure takes about 10 minutes to complete.
4240

4341
## Upgrade from the Basic or Standard SKU
4442

@@ -50,7 +48,7 @@ Use the following steps to upgrade to a higher SKU.
5048

5149
1. You can add features at the same time you upgrade the SKU. You don't need to upgrade the SKU and then go back to add the features as a separate step.
5250

53-
1. Select **Apply** to apply changes. The bastion host updates. This takes about 10 minutes to complete.
51+
1. Select **Apply** to apply changes. The bastion host updates. This procedure takes about 10 minutes to complete.
5452

5553
## Next steps
5654

articles/bastion/vnet-peering.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: 'VNet peering and Azure Bastion architecture'
3-
description: Learn how VNet peering and Azure Bastion can be used together to connect to VMs.
2+
title: VNet peering and Azure Bastion architecture
3+
description: Learn how virtual network peering and Azure Bastion can be used together to connect to VMs.
44
author: cherylmc
55
ms.service: azure-bastion
66
ms.topic: conceptual
7-
ms.date: 04/05/2024
7+
ms.date: 12/09/2024
88
ms.author: cherylmc
99

1010
---
1111

1212
# Virtual network peering and Azure Bastion
1313

14-
Azure Bastion and Virtual Network peering can be used together. When Virtual Network peering is configured, you don't have to deploy Azure Bastion in each peered VNet. This means if you have an Azure Bastion host configured in one virtual network (VNet), it can be used to connect to VMs deployed in a peered VNet without deploying an additional bastion host. For more information about VNet peering, see [About virtual network peering](../virtual-network/virtual-network-peering-overview.md).
14+
Azure Bastion and Virtual Network peering can be used together. When Virtual Network peering is configured, you don't have to deploy Azure Bastion in each peered VNet (virtual network). This means if you have an Azure Bastion host configured in one virtual network, it can be used to connect to virtual machines (VMs) deployed in a peered virtual network without deploying an additional bastion host. For more information about virtual network peering, see [About virtual network peering](../virtual-network/virtual-network-peering-overview.md).
1515

1616
Azure Bastion works with the following types of peering:
1717

@@ -20,35 +20,34 @@ Azure Bastion works with the following types of peering:
2020

2121
> [!NOTE]
2222
> Deploying Azure Bastion **within** a Virtual WAN hub is not supported. You can deploy Azure Bastion in a spoke VNet and use the [IP-based connection](connect-ip-address.md) feature to connect to virtual machines deployed across a different VNet via the Virtual WAN hub.
23-
>
2423
2524
## Architecture
2625

27-
When VNet peering is configured, Azure Bastion can be deployed in hub-and-spoke or full-mesh topologies. Azure Bastion deployment is per virtual network, not per subscription/account or virtual machine.
26+
When virtual network peering is configured, Azure Bastion can be deployed in hub-and-spoke or full-mesh topologies. Azure Bastion deployment is per virtual network, not per subscription/account or virtual machine.
2827

29-
Once you provision the Azure Bastion service in your virtual network, the RDP/SSH experience is available to all your VMs in the same VNet and peered VNets. This means you can consolidate Bastion deployment to single VNet and still reach VMs deployed in a peered VNet, centralizing the overall deployment.
28+
Once you provision the Azure Bastion service in your virtual network, the RDP/SSH experience is available to all your virtual machines in the same virtual network and peered virtual networks. This means you can consolidate Bastion deployment to single virtual network and still reach virtual machines deployed in a peered virtual network, centralizing the overall deployment.
3029

3130
:::image type="content" source="./media/vnet-peering/design.png" alt-text="Design and Architecture diagram":::
3231

3332
The diagram shows the architecture of an Azure Bastion deployment in a hub-and-spoke model. In the diagram, you can see the following configuration:
3433

3534
* The bastion host is deployed in the centralized hub virtual network.
3635
* Centralized Network Security Group (NSG) is deployed.
37-
* A public IP is not required on the Azure VM.
36+
* A public IP isn't required on the Azure VM.
3837

3938
## <a name="deploy"></a>Deployment overview
4039

41-
1. Verify that you have configured [VNets](../virtual-network/quick-create-portal.md), and [virtual machines](/azure/virtual-machines/windows/quick-create-portal) within the VNets.
42-
1. [Configure VNet peering](../virtual-network/virtual-network-peering-overview.md).
40+
1. Verify that you have configured [virtual networks](../virtual-network/quick-create-portal.md), and [virtual machines](/azure/virtual-machines/windows/quick-create-portal) within the virtual networks.
41+
1. [Configure virtual network peering](../virtual-network/virtual-network-peering-overview.md).
4342
1. [Configure Bastion](tutorial-create-host-portal.md) in one of the VNets.
4443
1. [Verify permissions](#permissions).
45-
1. [Connect to a VM](bastion-connect-vm-rdp-windows.md) via Azure Bastion. In order to connect via Azure Bastion, you must have the correct permissions for the subscription you are signed into.
44+
1. [Connect to a virtual machine](bastion-connect-vm-rdp-windows.md) via Azure Bastion. In order to connect via Azure Bastion, you must have the correct permissions for the subscription you're signed into.
4645

4746
### <a name="permissions"></a>To verify permissions
4847

4948
Verify the following permissions when working with this architecture:
5049

51-
* Ensure you have **read** access to both the target VM and the peered VNet.
50+
* Ensure you have **read** access to both the target VM and the peered virtual network.
5251
* Check your permissions in **YourSubscription | IAM** and verify that you have read access to the following resources:
5352
* Reader role on the virtual machine.
5453
* Reader role on the NIC with private IP of the virtual machine.
@@ -57,7 +56,7 @@ Verify the following permissions when working with this architecture:
5756

5857
## <a name="FAQ"></a>Bastion VNet peering FAQ
5958

60-
For frequently asked questions, see the Bastion VNet peering [FAQ](bastion-faq.md#peering).
59+
For frequently asked questions, see the Bastion virtual network peering [FAQ](bastion-faq.md#peering).
6160

6261
## Next steps
6362

0 commit comments

Comments
 (0)