Skip to content

Commit dafced8

Browse files
committed
Update Azure Bastion deployment instructions to use Manage subnet workflow
- Updated both tutorial-hybrid-portal.md and tutorial-hybrid-portal-policy.md - Changed from pre-creating subnet to using 'Manage subnet configuration' option - Simplified deployment flow by creating subnet during Bastion setup - Removed deployment time note for cleaner instructions AB#544784
1 parent a89c8fd commit dafced8

2 files changed

Lines changed: 31 additions & 44 deletions

File tree

articles/firewall/tutorial-hybrid-portal-policy.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -445,36 +445,30 @@ This is a virtual machine that you use to connect using Azure Bastion. From ther
445445

446446
## Deploy Azure Bastion
447447

448-
Now deploy Azure Bastion in the hub virtual network to provide secure access to the on-premises virtual machine.
449-
450-
1. Navigate to the **VNet-hub** virtual network.
451-
1. Select **Subnets** > **+ Subnet**.
452-
1. Configure the new subnet:
453-
- **Name**: **AzureBastionSubnet** (this exact name is required)
454-
- **Subnet address range**: **10.5.3.0/26**
455-
1. Select **Save**.
448+
Now deploy Azure Bastion to provide secure access to the virtual machine.
456449

457450
1. On the Azure portal menu, select **Create a resource**.
458-
1. Search for **Bastion** and select it.
451+
1. In the search box, type **Bastion** and select it from the results.
459452
1. Select **Create**.
460-
1. Configure the Bastion deployment:
453+
1. On the **Create a Bastion** page, configure the following settings:
461454

462455
| Setting | Value |
463456
|---------|-------|
464-
| Subscription | Your subscription |
457+
| Subscription | Select your subscription |
465458
| Resource group | **FW-Hybrid-Test** |
466459
| Name | **Hub-Bastion** |
467460
| Region | Same as your other resources |
468461
| Tier | **Developer** |
469462
| Virtual network | **VNet-hub** |
470-
| Subnet | **AzureBastionSubnet** (auto-selected) |
471-
| Public IP address | Create new |
472-
| Public IP address name | **Bastion-pip** |
463+
| Subnet | Select **Manage subnet configuration** |
473464

465+
1. In the **Subnets** page, select **+ Subnet**.
466+
1. Configure the new subnet:
467+
- **Name**: **AzureBastionSubnet** (this name is required)
468+
- **Subnet address range**: **10.5.3.0/26**
469+
1. Select **Save** and close the subnets page.
474470
1. Select **Review + create**.
475-
1. Select **Create**.
476-
477-
The deployment takes about 10 minutes to complete.
471+
1. After validation passes, select **Create**.
478472

479473
## Test the firewall
480474

articles/firewall/tutorial-hybrid-portal.md

Lines changed: 20 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -433,37 +433,30 @@ Create a virtual machine that you use to connect via Azure Bastion. From there,
433433

434434
## Deploy Azure Bastion
435435

436-
Deploy Azure Bastion in the hub virtual network to provide secure access to the on-premises virtual machine.
437-
438-
1. Navigate to the **VNet-Hub** virtual network.
439-
1. Select **Subnets** > **+ Subnet**.
440-
1. Configure the new subnet:
441-
- **Name**: **AzureBastionSubnet** (this exact name is required)
442-
- **Starting address**: **10.5.3.0**
443-
- **Subnet size**: **/26 (64 addresses)**
444-
1. Select **Save**.
436+
Now deploy Azure Bastion to provide secure access to the virtual machine.
445437

446438
1. On the Azure portal menu, select **Create a resource**.
447-
1. Search for **Bastion** and select it.
439+
1. In the search box, type **Bastion** and select it from the results.
448440
1. Select **Create**.
449-
1. Configure the Bastion deployment:
450-
451-
| Setting | Value |
452-
|-----------------------|---------------------------------|
453-
| Subscription | Your subscription |
454-
| Resource group | **RG-fw-hybrid-test** |
455-
| Name | **Hub-Bastion** |
456-
| Region | Same location as other resources |
457-
| Tier | **Developer** |
458-
| Virtual network | **VNet-Hub** |
459-
| Subnet | **AzureBastionSubnet** (auto-selected) |
460-
| Public IP address | Create new |
461-
| Public IP address name | **Bastion-pip** |
462-
441+
1. On the **Create a Bastion** page, configure the following settings:
442+
443+
| Setting | Value |
444+
|---------|-------|
445+
| Subscription | Select your subscription |
446+
| Resource group | **RG-fw-hybrid-test** |
447+
| Name | **Hub-Bastion** |
448+
| Region | Same location as other resources |
449+
| Tier | **Developer** |
450+
| Virtual network | **VNet-Hub** |
451+
| Subnet | Select **Manage subnet configuration** |
452+
453+
1. In the **Subnets** page, select **+ Subnet**.
454+
1. Configure the new subnet:
455+
- **Name**: **AzureBastionSubnet** (this name is required)
456+
- **Subnet address range**: **10.5.3.0/26**
457+
1. Select **Save** and close the subnets page.
463458
1. Select **Review + create**.
464-
1. Select **Create**.
465-
466-
The deployment takes about 10 minutes to complete.
459+
1. After validation passes, select **Create**.
467460

468461
## Test the firewall
469462

0 commit comments

Comments
 (0)