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/load-balancer/load-balancer-manage-health-status.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,9 +79,6 @@ Health status can be retrieved on a per load balancing rule basis. This is suppo
79
79
3. On the **Load Balancers** page, select your load balancer from the list.
80
80
4. In your load balancer's **Settings** section, select **Load balancing rules**.
81
81
5. In the **Load balancing rules** page, select **View details** under the **Health status** column for the rule you want to view.
82
-
83
-
:::image type="content" source="media/load-balancer-manage-health-status/load-balancing-rules-list-small.png" alt-text="Screenshot of list of load balancing rules with health status link." lightbox="media/load-balancer-manage-health-status/load-balancing-rules-list.png":::
84
-
85
82
6. Review the health status of your backend instances in the **Load balancing rule health status** window.
86
83
7. To retrieve the latest health status, select **Refresh**.
Copy file name to clipboardExpand all lines: articles/load-balancer/load-balancer-monitor-alert-health-event-logs.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,6 @@ In this section, you learn configure diagnostic settings to collect LoadBalancer
32
32
33
33
1. In the Azure portal, navigate to your load balancer resource.
34
34
1. From your load balancer resource's **Overview** page, choose **Monitoring** > **Diagnostic settings**.
35
-
36
-
:::image type="content" source="media/monitor-alert-load-balancer-health-event-logs/add-diagnostic-settings.png" alt-text="Screenshot of diagnostic settings window in Azure portal.":::
37
-
38
35
1. Select **+ Add diagnostic setting**.
39
36
1. In the **Diagnostic setting** window, select or enter the following settings:
40
37
@@ -62,12 +59,12 @@ In this section, you learn how to query LoadBalancerHealthEvent logs in a Log An
62
59
63
60
1. In the Azure portal, navigate to your load balancer resource.
64
61
1. From your load balancer resource’s **Overview** page, choose **Monitoring** > **Logs**.
65
-
3. In the **Queries** window, enter **Latest SNAT Port** in the search bar.
66
-
4. From the results, select **Load to editor** under **Latest SNAT Port Exhaustion per LB Frontend**.
62
+
1. In the **Queries** window, enter **Latest SNAT Port** in the search bar.
63
+
1. From the results, select **Load to editor** under **Latest SNAT Port Exhaustion per LB Frontend**.
67
64
68
65
:::image type="content" source="media/monitor-alert-load-balancer-health-event-logs/search-queries.png" alt-text="Screenshot of Queries window performing search for built-in query.":::
69
66
70
-
5. The following code is displayed in the query editor:
67
+
1. The following code is displayed in the query editor:
71
68
72
69
```kusto
73
70
// Latest Snat Port Exhaustion Per LB Frontend
@@ -79,11 +76,10 @@ In this section, you learn how to query LoadBalancerHealthEvent logs in a Log An
79
76
```
80
77
:::image type="content" source="media/monitor-alert-load-balancer-health-event-logs/view-snat-query.png" alt-text="Screenshot of query editor with SNAT port exhaustion kusto query.":::
81
78
82
-
6. Select **Run** to execute the query.
79
+
1. Select **Run** to execute the query.
83
80
1. If you want to modify and save the query, make your query changes and select **Save**>**Save as query**.
84
81
1. In the **Save a query** window, enter a name for the query, other optional information, and select **Save**.
85
82
86
-
:::image type="content" source="media/monitor-alert-load-balancer-health-event-logs/save-snat-query.png" alt-text="Screenshot of Save a query window.":::
87
83
88
84
## Create alerts based on LoadBalancerHealthEvent logs
Copy file name to clipboardExpand all lines: articles/load-balancer/load-balancer-test-frontend-reachability.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,9 +104,6 @@ This section describes how to test reachability of a standard public load balanc
104
104
1. In the Search bar at the top of the portal, enter **Virtual machines** and select Virtual machines.
105
105
1. In **Virtual machines**, select your virtual machine from the list.
106
106
1. In the virtual machine’s menu, select **Networking** and then select **Add inbound port rule**.
107
-
108
-
:::image type="content" source="media/load-balancer-front-end-reachability-testing/virtual-machine-port-rules-thumb.png" alt-text="Screenshot of Virtual network page listing port rules and selection of add outbound port rule button." lightbox="media/load-balancer-front-end-reachability-testing/virtual-machine-port-rules.png":::
109
-
110
107
1. In **Add inbound security rule**, enter or select the following information:
111
108
112
109
|**Setting**|**Value**|
@@ -121,9 +118,6 @@ This section describes how to test reachability of a standard public load balanc
121
118
|**Priority**| Enter **100** or a priority of your choosing. |
122
119
|**Name**| Enter **AllowICMP** or a name of your choosing |
123
120
|**Description**| Leave as Blank or enter a description |
124
-
125
-
:::image type="content" source="media/load-balancer-front-end-reachability-testing/add-Inbound-port-rule-thumb.png" alt-text="Screenshot of Add inbound port rule windows with settings allowing ICMP echo messages."lightbox="media/load-balancer-front-end-reachability-testing/add-Inbound-port-rule.png":::
Copy file name to clipboardExpand all lines: articles/load-balancer/manage-admin-state-how-to.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,13 +71,7 @@ In this section, you learn how to set an admin state to **Up** or **Down** as pa
71
71
72
72
7. Select **Save**.
73
73
8. In your **Backend pools** page, select the corresponding **Admin State** value of your recently added backend pool instance.
74
-
75
-
:::image type="content" source="media/manage-admin-state-how-to/select-admin-state-backend-pools-window.png" alt-text="Screenshot of backend pools window with admin state link highlighted.":::
76
-
77
74
9. In your **Admin state details** window, select **Down** from the dropdown menu.
78
-
79
-
:::image type="content" source="media/manage-admin-state-how-to/set-admin-state-backend-pool-down.png" alt-text="Screenshot of admin state details windows with down selected for admin state.":::
80
-
81
75
10. Select **Save**.
82
76
83
77
# [Azure PowerShell](#tab/azurepowershell)
@@ -170,9 +164,6 @@ In this section, you learn how to set an admin state to **Up** or **Down** as pa
170
164
8. Select **Add** and **Save**.
171
165
9. In your **Backend pools** page, select the corresponding **Admin State** value of your recently added backend pool instance.
172
166
10. In your **Admin state details** window, select **Up** from the dropdown menu.
173
-
174
-
:::image type="content" source="media/manage-admin-state-how-to/set-admin-state-backend-pool-up.png" alt-text="Screenshot of admin state details window with up selected for admin state.":::
175
-
176
167
11. Select **Save**.
177
168
178
169
# [Azure PowerShell](#tab/azurepowershell)
@@ -264,15 +255,12 @@ In this section, you learn how to update an existing admin state from existing b
264
255
4. In your load balancer's page, select **Backend pools** under **Settings**.
265
256
9. In your **Backend pools** page, select the corresponding **Admin State** value of your recently added backend pool instance.
266
257
10. In your **Admin state details** window, select **Up** from the dropdown menu.
267
-
268
-
:::image type="content" source="media/manage-admin-state-how-to/set-admin-state-backend-pool-up.png" alt-text="Screenshot of admin state details window with up selected for admin state value.":::
269
-
270
258
11. Select **Save**.
271
259
272
260
# [Azure PowerShell](#tab/azurepowershell)
273
261
274
262
1. Connect to your Azure subscription with Azure PowerShell.
275
-
2. Update an existing backend pool instance with the admin state value configured to UP or DOWN with [New-AzLoadBalancerBackendAddressConfig](/powershell/module/az.network/new-azloadbalancerbackendaddressconfig).. Replace the values in brackets with the names of the resources in your configuration.
263
+
2. Update an existing backend pool instance with the admin state value configured to UP or DOWN with [New-AzLoadBalancerBackendAddressConfig](/powershell/module/az.network/new-azloadbalancerbackendaddressconfig). Replace the values in brackets with the names of the resources in your configuration.
276
264
277
265
```azurepowershell
278
266
@@ -359,10 +347,7 @@ In this section, you learn how to remove an existing admin state from an existin
359
347
4. In your load balancer's page, select **Backend pools** under **Settings**.
360
348
5. Select the corresponding **Admin State** value of your backend pool instance that you would like to remove.
361
349
6. In your admin state’s window, select **None** from the dropdown menu.
362
-
363
-
:::image type="content" source="media/manage-admin-state-how-to/set-admin-state-backend-pool-none.png" alt-text="Screenshot of admin state details windows with none selected for admin state.":::
0 commit comments