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
Once that step is done, Arc no longer works on the Azure VMware Solution private cloud. When you delete Arc resources from vCenter Server, it doesn't affect the Azure VMware Solution private cloud for the customer.
Copy file name to clipboardExpand all lines: articles/load-balancer/load-balancer-test-frontend-reachability.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Test reachability of Azure Public Load Balancer front-ends with ping and traceroute
3
-
description: Learn how to test Azure Public Load Balancer front-end IPv4 and IPv6 addresses for reachability from an Azure VM or an external device. Supports ping and traceroute.
2
+
title: Test reachability of Azure Public Load Balancer frontends with ping and traceroute
3
+
description: Learn how to test Azure Public Load Balancer frontend IPv4 and IPv6 addresses for reachability from an Azure VM or an external device. Supports ping and traceroute.
4
4
services: load-balancer
5
5
author: mbender-ms
6
6
ms.service: load-balancer
@@ -10,39 +10,39 @@ ms.author: mbender
10
10
ms.custom: template-how-to
11
11
---
12
12
13
-
# Test reachability of Azure Public Load Balancer front-ends with ping and traceroute
13
+
# Test reachability of Azure Public Load Balancer frontends with ping and traceroute
14
14
15
-
Standard Public Azure Load Balancer front-end IPv4 and IPv6 addresses support testing reachability using ping and traceroute. Testing reachability of a load balancer front-end is useful for troubleshooting inbound connectivity issues to Azure resources. In this article, you learn how to use ping and traceroute for testing a front-end of an existing Standard public load balancer. It can be completed from an Azure Virtual Machine or from a device outside of Azure.
15
+
Standard Public Azure Load Balancer frontend IPv4 and IPv6 addresses support testing reachability using ping and traceroute. Testing reachability of a load balancer frontend is useful for troubleshooting inbound connectivity issues to Azure resources. In this article, you learn how to use ping and traceroute for testing a frontend of an existing Standard public load balancer. It can be completed from an Azure Virtual Machine or from a device outside of Azure.
16
16
17
17
## Prerequisites
18
18
19
19
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) and access to the Azure portal.
20
20
21
-
- A standard public load balancer with an IPv4 and IPv6 front-end in your subscription. For more information on creating an Azure Load Balancer, see [Quickstart: Create a public load balancer](/azure/load-balancer/quickstart-load-balancer-standard-public-portal) to load balance VMs using the Azure portal.
21
+
- A standard public load balancer with an IPv4 and IPv6 frontend in your subscription. For more information on creating an Azure Load Balancer, see [Quickstart: Create a public load balancer](/azure/load-balancer/quickstart-load-balancer-standard-public-portal) to load balance VMs using the Azure portal.
22
22
23
23
- An Azure Virtual Machine with a public IP address assigned to its network interface. For more information on creating a virtual machine with a public IP, see [Quickstart: Create a Windows virtual machine in the Azure portal](/azure/virtual-machines/windows/quick-create-portal).
24
24
25
25
> [!NOTE]
26
-
> Testing inbound connectivity to Azure Load Balancer front-ends is only supported for public load balancers. Testing inbound connectivity to internal load balancer front-ends is not supported.
26
+
> Testing inbound connectivity to Azure Load Balancer frontends is only supported for public load balancers. Testing inbound connectivity to internal load balancer frontends is not supported.
27
27
28
28
## Testing from a device outside of Azure
29
29
### [Windows](#tab/windows-outside)
30
30
31
-
This section describes testing reachability of a standard load balancer front-end from a Windows device outside of Azure.
31
+
This section describes testing reachability of a standard load balancer frontend from a Windows device outside of Azure.
32
32
33
33
### [Linux](#tab/linux-outside)
34
34
35
-
This section describes testing reachability of a standard load balancer front-end from a Linux device outside of Azure.
35
+
This section describes testing reachability of a standard load balancer frontend from a Linux device outside of Azure.
36
36
37
37
---
38
38
39
-
### Test the load balancer's front-end
39
+
### Test the load balancer's frontend
40
40
41
-
Choose either ping or traceroute to test reachability of a standard load balancer front-end from a device outside of Azure.
41
+
Choose either ping or traceroute to test reachability of a standard load balancer frontend from a device outside of Azure.
42
42
43
43
### [Ping](#tab/ping/windows-outside)
44
44
45
-
Follow these steps to test reachability of a standard public load balancer front-end using `ping` from a Windows device outside of Azure:
45
+
Follow these steps to test reachability of a standard public load balancer frontend using `ping` from a Windows device outside of Azure:
46
46
47
47
1. From your Windows device, open the **Search taskbar** and enter `cmd`. Select **Command Prompt**.
48
48
2. In the command prompt, type the following command:
@@ -55,7 +55,7 @@ Follow these steps to test reachability of a standard public load balancer front
55
55
56
56
### [Ping](#tab/ping/linux-outside)
57
57
58
-
Follow these steps to test reachability of a standard public load balancer front-end using `ping` from a Linux device outside of Azure:
58
+
Follow these steps to test reachability of a standard public load balancer frontend using `ping` from a Linux device outside of Azure:
59
59
60
60
1. Open Terminal.
61
61
2. Type the following command:
@@ -68,7 +68,7 @@ Follow these steps to test reachability of a standard public load balancer front
68
68
69
69
### [Traceroute](#tab/traceroute/windows-outside)
70
70
71
-
Follow these steps to test reachability of a standard public load balancer front-end using `tracert` from a Windows device outside of Azure:
71
+
Follow these steps to test reachability of a standard public load balancer frontend using `tracert` from a Windows device outside of Azure:
72
72
73
73
1. From your Windows device, open the **Search taskbar** and enter `cmd`. Select **Command Prompt**.
74
74
2. In the command prompt, type the following command:
@@ -81,7 +81,7 @@ Follow these steps to test reachability of a standard public load balancer front
81
81
82
82
### [Traceroute](#tab/traceroute/linux-outside)
83
83
84
-
Follow these steps to test reachability of a standard public load balancer front-end using `traceroute` from a Linux device outside of Azure:
84
+
Follow these steps to test reachability of a standard public load balancer frontend using `traceroute` from a Linux device outside of Azure:
85
85
86
86
1. Open Terminal.
87
87
2. Type the following command:
@@ -96,7 +96,7 @@ Follow these steps to test reachability of a standard public load balancer front
96
96
97
97
## Testing from an Azure Virtual Machine
98
98
99
-
This section describes how to test reachability of a standard public load balancer front-end from an Azure Virtual Machine. First, you create an inbound Network Security Group (NSG) rule on the virtual machine to allow ICMP traffic. Then, you test reachability of the front-end of the load balancer from the virtual machine with ping or traceroute.
99
+
This section describes how to test reachability of a standard public load balancer frontend from an Azure Virtual Machine. First, you create an inbound Network Security Group (NSG) rule on the virtual machine to allow ICMP traffic. Then, you test reachability of the frontend of the load balancer from the virtual machine with ping or traceroute.
100
100
101
101
### Configure inbound NSG rule
102
102
@@ -130,26 +130,26 @@ This section describes how to test reachability of a standard public load balanc
130
130
131
131
### [Windows](#tab/windowsvm)
132
132
133
-
This section describes testing reachability of a standard load balancer front-end from a Windows Virtual Machine on Azure.
133
+
This section describes testing reachability of a standard load balancer frontend from a Windows Virtual Machine on Azure.
134
134
135
135
1. Return to **Overview** in the virtual machine’s menu and select **Connect**.
136
136
1. Sign in to your virtual machine using RDP, SSH, or Bastion.
137
137
138
138
### [Linux](#tab/linuxvm/)
139
139
140
-
This section describes testing reachability of a standard load balancer front-end from a Linux Virtual Machine on Azure.
140
+
This section describes testing reachability of a standard load balancer frontend from a Linux Virtual Machine on Azure.
141
141
142
142
1. Return to **Overview** in the virtual machine’s menu and select **Connect**.
143
143
1. Sign in to your virtual machine using SSH or Bastion.
144
144
---
145
145
146
-
### Test the load balancer's front-end
146
+
### Test the load balancer's frontend
147
147
148
-
Choose either ping or traceroute to test reachability of a standard public load balancer front-end from an Azure Virtual Machine.
148
+
Choose either ping or traceroute to test reachability of a standard public load balancer frontend from an Azure Virtual Machine.
149
149
150
150
### [Ping](#tab/ping/windowsvm)
151
151
152
-
Follow these steps to test reachability of a standard public load balancer front-end using `ping` from a Windows virtual machine:
152
+
Follow these steps to test reachability of a standard public load balancer frontend using `ping` from a Windows virtual machine:
153
153
154
154
1. From your Windows device, open the **Search taskbar** and enter `cmd`. Select **Command Prompt**.
155
155
2. In the command prompt, type the following command:
@@ -162,7 +162,7 @@ Follow these steps to test reachability of a standard public load balancer front
162
162
163
163
### [Ping](#tab/ping/linuxvm)
164
164
165
-
Follow these steps to test reachability of a standard public load balancer front-end using `ping` from a Linux virtual machine:
165
+
Follow these steps to test reachability of a standard public load balancer frontend using `ping` from a Linux virtual machine:
166
166
167
167
1. Open Terminal.
168
168
2. Type the following command:
@@ -175,7 +175,7 @@ Follow these steps to test reachability of a standard public load balancer front
175
175
176
176
### [Traceroute](#tab/traceroute/windowsvm)
177
177
178
-
Follow these steps to test reachability of a standard public load balancer front-end using `tracert` from a Windows virtual machine:
178
+
Follow these steps to test reachability of a standard public load balancer frontend using `tracert` from a Windows virtual machine:
179
179
180
180
1. From your Windows device, open the **Search taskbar** and enter `cmd`. Select **Command Prompt**.
181
181
2. In the command prompt, type the following command:
@@ -188,7 +188,7 @@ Follow these steps to test reachability of a standard public load balancer front
188
188
189
189
### [Traceroute](#tab/traceroute/linuxvm)
190
190
191
-
Follow these steps to test reachability of a standard public load balancer front-end using `traceroute` from a Linux virtual machine:
191
+
Follow these steps to test reachability of a standard public load balancer frontend using `traceroute` from a Linux virtual machine:
192
192
193
193
1. Open Terminal.
194
194
2. Type the following command:
@@ -203,7 +203,7 @@ Follow these steps to test reachability of a standard public load balancer front
203
203
204
204
## Expected replies with ping
205
205
206
-
Based on the current health probe state of your backend instances, you receive different replies when testing the Load Balancer’s front-end with ping. Review the following scenarios for the expected reply:
206
+
Based on the current health probe state of your backend instances, you receive different replies when testing the Load Balancer’s frontend with ping. Review the following scenarios for the expected reply:
Copy file name to clipboardExpand all lines: articles/virtual-machines/capacity-reservation-associate-virtual-machine-scale-set-flex.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ This content applies to the flexible orchestration mode. For uniform orchestrati
27
27
> [!IMPORTANT]
28
28
> Capacity Reservations with virtual machine set using flexible orchestration is currently in general availability for Fault Domain equlas to 1.
29
29
30
+
> [!IMPORTANT]
30
31
> Capacity Reservations with virtual machine set using flexible orchestration is currently in Public Preview for Fault Domain greater than 1. This preview version is provided without a service-level agreement, and we don't recommend it for production workloads. Certain features might not be supported or might have constrained capabilities. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
31
32
> During the preview, always attach reserved capacity during creation of new scale sets using flexible orchestration mode. There are known issues attaching capacity reservations to existing scale sets using flexible orchestration. Microsoft will update this page as more options become enabled during preview.
0 commit comments