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
11. Select the **Security** tab, or the **Next: Security** button at the bottom of the page.
75
+
76
+
12. In the **Security** tab, in **BastionHost** select **Enable**.
77
+
78
+
13. Enter or select the following information:
68
79
69
80
| Setting | Value |
70
81
| ------- | ----- |
71
82
| Bastion name | Enter **MyBastionHost**. |
72
83
| AzureBastionSubnet address space | Enter **10.1.1.0/27**. |
73
84
| Public IP address | Select **Create new**. </br> Enter **myBastionIP** in **Name**. |
74
85
75
-
13. Select the **Review + create** tab, or the blue **Review + create** button at the bottom of the page.
86
+
14. Select the **Review + create** tab, or the blue **Review + create** button at the bottom of the page.
76
87
77
-
14. Select **Create**.
88
+
15. Select **Create**.
78
89
79
90
## Create NAT gateway
80
91
@@ -139,9 +150,9 @@ In this section, you'll create a load balancer for the virtual machines.
139
150
| SKU | Leave the default **Standard**. |
140
151
| Tier | Leave the default **Regional**. |
141
152
142
-
4. Select **Next: Frontend IP configuration** at the bottom of the page.
153
+
4. Select the **Frontend IP configuration** tab, or select the **Next: Frontend IP configuration** button at the bottom of the page.
143
154
144
-
5. In **Frontend IP configuration**, select **+ Add a frontend IP**.
155
+
5. In **Frontend IP configuration**, select **+ Add a frontend IP configuration**.
145
156
146
157
6. Enter **LoadBalancerFrontend** in **Name**.
147
158
@@ -162,15 +173,15 @@ In this section, you'll create a load balancer for the virtual machines.
162
173
11. Select **Zone-redundant** in **Availability zone**.
163
174
164
175
> [!NOTE]
165
-
> In regions with [Availability Zones](../availability-zones/az-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json#availability-zones), you have the option to select no-zone (default option), a specific zone, or zone-redundant. The choice will depend on your specific domain failure requirements. In regions without Availability Zones, this field won't appear. </br> For more information on availability zones, see [Availability zones overview](../availability-zones/az-overview.md).
176
+
> In regions with [Availability Zones](../availability-zones/az-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json#availability-zones), you have the option to select nozone (default option), a specific zone, or zone-redundant. The choice will depend on your specific domain failure requirements. In regions without Availability Zones, this field won't appear. </br> For more information on availability zones, see [Availability zones overview](../availability-zones/az-overview.md).
166
177
167
178
12. Leave the default of **Microsoft Network** for **Routing preference**.
168
179
169
180
13. Select **OK**.
170
181
171
182
14. Select **Add**.
172
183
173
-
15. Select **Next: Backend pools** at the bottom of the page.
184
+
15. Select the **Backend pools** tab, or select the **Next: Backend pools** button at the bottom of the page.
174
185
175
186
16. In the **Backend pools** tab, select **+ Add a backend pool**.
176
187
@@ -184,7 +195,7 @@ In this section, you'll create a load balancer for the virtual machines.
184
195
185
196
21. Select **Add**.
186
197
187
-
22. Select the **Next: Inbound rules** button at the bottom of the page.
198
+
22. Select the **Inbound rules** tab, or select the **Next: Inbound rules** button at the bottom of the page.
188
199
189
200
23. In **Load balancing rule** in the **Inbound rules** tab, select **+ Add a load balancing rule**.
190
201
@@ -213,7 +224,7 @@ In this section, you'll create a load balancer for the virtual machines.
213
224
27. Select **Create**.
214
225
215
226
> [!NOTE]
216
-
> In this example we created a NAT gateway to provide outbound Internet access. The outbound rules tab in the configuration is bypassed as it's optional isn't needed with the NAT gateway. For more information on Azure NAT gateway, see [What is Azure Virtual Network NAT?](../virtual-network/nat-gateway/nat-overview.md)
227
+
> In this example we created a NAT gateway to provide outbound Internet access. The outbound rules tab in the configuration is bypassed as it's optional and isn't needed with the NAT gateway. For more information on Azure NAT gateway, see [What is Azure Virtual Network NAT?](../virtual-network/nat-gateway/nat-overview.md)
217
228
> For more information about outbound connections in Azure, see [Source Network Address Translation (SNAT) for outbound connections](../load-balancer/load-balancer-outbound-connections.md)
218
229
219
230
## Create virtual machines
@@ -270,7 +281,7 @@ In this section, you'll create two availability groups with two virtual machines
270
281
271
282
7. Select **Create**.
272
283
273
-
8. Repeat steps 1 through seven to create the second virtual machine of the set. Replace the settings for the VM with the following information:
284
+
8. Repeat steps 1 through 7 to create the second virtual machine of the set. Replace the settings for the VM with the following information:
274
285
275
286
| Setting | Value |
276
287
| ------- | ----- |
@@ -334,7 +345,7 @@ In this section, you'll create two availability groups with two virtual machines
334
345
335
346
7. Select **Create**.
336
347
337
-
8. Repeat steps 1 through seven to create the second virtual machine of the set. Replace the settings for the VM with the following information:
348
+
8. Repeat steps 1 through 7 to create the second virtual machine of the set. Replace the settings for the VM with the following information:
338
349
339
350
| Setting | Value |
340
351
| ------- | ----- |
@@ -358,11 +369,9 @@ In this section, you'll use the Azure Bastion host you created previously to con
358
369
359
370
4. In the **Overview** page of myVM1, select **Connect** > **Bastion**.
360
371
361
-
5. Select **Use Bastion**.
362
-
363
-
6. Enter the **Username** and **Password** you created when you created the virtual machine.
372
+
5. Enter the **Username** and **Password** you created when you created the virtual machine.
364
373
365
-
7. Select **Connect**.
374
+
6. Select **Connect**.
366
375
367
376
7. On the server desktop, navigate to **Windows Administrative Tools** > **Windows PowerShell**.
368
377
@@ -382,9 +391,9 @@ In this section, you'll use the Azure Bastion host you created previously to con
382
391
# Add a new htm file that displays server name
383
392
Add-Content -Path "C:\inetpub\wwwroot\iisstart.htm" -Value $("Hello World from " + $env:computername)
384
393
```
385
-
8. Close the Bastion session with **myVM1**.
394
+
9. Close the Bastion session with **myVM1**.
386
395
387
-
9. Repeat steps 1 through eight for **myVM2**, **myVM3**, and **myVM4**.
396
+
10. Repeat steps 1 through 8 for **myVM2**, **myVM3**, and **myVM4**.
0 commit comments