You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/bastion/shareable-link.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,37 +1,37 @@
1
1
---
2
-
title: 'Create a shareable link for Azure Bastion'
2
+
title: Create a shareable link for Azure Bastion
3
3
description: Learn how to create a shareable link to let a user connect to a target resource via Bastion without using the Azure portal.
4
4
author: cherylmc
5
5
ms.service: azure-bastion
6
6
ms.topic: how-to
7
-
ms.date: 05/10/2023
7
+
ms.date: 12/09/2024
8
8
ms.author: cherylmc
9
9
---
10
10
11
11
# Create a shareable link for Bastion
12
12
13
13
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.
14
14
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.
16
16
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.
18
18
19
19
## Considerations
20
20
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.
22
22
* 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.
24
24
* The Standard SKU is required for this feature.
25
25
* 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.
27
27
28
28
## Prerequisites
29
29
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.
31
31
32
32
* 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.
33
33
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.
35
35
36
36
## Enable Shareable Link feature
37
37
@@ -49,7 +49,7 @@ Before you can create a shareable link to a VM, you must first enable the featur
49
49
50
50
1. Verify that you've selected the settings that you want, then click **Apply**.
51
51
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.
53
53
54
54
## Create shareable links
55
55
@@ -61,7 +61,7 @@ In this section, you specify each resource for which you want to create a sharea
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.
65
65
66
66
:::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":::
67
67
@@ -71,7 +71,7 @@ In this section, you specify each resource for which you want to create a sharea
71
71
72
72
## Connect to a VM
73
73
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.
75
75
76
76
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.
77
77
@@ -91,7 +91,7 @@ In this section, you specify each resource for which you want to create a sharea
91
91
92
92
## Permissions
93
93
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.
95
95
96
96
To give someone permissions to create or delete a shared link, use the following steps:
Copy file name to clipboardExpand all lines: articles/bastion/upgrade-sku.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: 'Upgrade or view a SKU: portal'
2
+
title: Upgrade or view a SKU - portal
3
3
titleSuffix: Azure Bastion
4
4
description: Learn how to view a SKU and upgrade SKU tiers.
5
5
author: cherylmc
6
6
ms.service: azure-bastion
7
7
ms.topic: how-to
8
-
ms.date: 10/13/2023
8
+
ms.date: 12/09/2024
9
9
ms.author: cherylmc
10
10
11
11
---
@@ -24,8 +24,6 @@ To view the SKU for your bastion host, use the following steps.
24
24
1. In the Azure portal, go to your bastion host.
25
25
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.
26
26
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
-
29
27
## Upgrade from the Developer SKU
30
28
31
29
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.
38
36
1. Create a new public IP address value unless you have already created one for your bastion host, in which case, select the value.
39
37
1. Because you already created the AzureBastionSubnet, the **Subnet** field will automatically populate.
40
38
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.
42
40
43
41
## Upgrade from the Basic or Standard SKU
44
42
@@ -50,7 +48,7 @@ Use the following steps to upgrade to a higher SKU.
50
48
51
49
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.
52
50
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.
Copy file name to clipboardExpand all lines: articles/bastion/vnet-peering.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
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.
4
4
author: cherylmc
5
5
ms.service: azure-bastion
6
6
ms.topic: conceptual
7
-
ms.date: 04/05/2024
7
+
ms.date: 12/09/2024
8
8
ms.author: cherylmc
9
9
10
10
---
11
11
12
12
# Virtual network peering and Azure Bastion
13
13
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).
15
15
16
16
Azure Bastion works with the following types of peering:
17
17
@@ -20,35 +20,34 @@ Azure Bastion works with the following types of peering:
20
20
21
21
> [!NOTE]
22
22
> 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
-
>
24
23
25
24
## Architecture
26
25
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.
28
27
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.
30
29
31
30
:::image type="content" source="./media/vnet-peering/design.png" alt-text="Design and Architecture diagram":::
32
31
33
32
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:
34
33
35
34
* The bastion host is deployed in the centralized hub virtual network.
36
35
* 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.
38
37
39
38
## <aname="deploy"></a>Deployment overview
40
39
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.
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.
1.[Configure Bastion](tutorial-create-host-portal.md) in one of the VNets.
44
43
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.
0 commit comments