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-multiple-ip.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
@@ -117,14 +117,10 @@ For more information on configuring floating IP in the virtual machine configura
117
117
118
118
5. In **Networking**, select the name of the network interface next to **Network interface**. The network interface begins with the name of the VM and has a random number assigned. In this example, **myVM1266**.
119
119
120
-
:::image type="content" source="./media/load-balancer-multiple-ip/myvm1-nic.png" alt-text="Screenshot of myVM1 networking configuration in Azure portal.":::
121
-
122
120
6. In the network interface page, select **IP configurations** in **Settings**.
123
121
124
122
7. In **IP configurations**, select **ipconfig1**.
125
123
126
-
:::image type="content" source="./media/load-balancer-multiple-ip/myvm1-ipconfig1.png" alt-text="Screenshot of myVM1 network interface configuration.":::
127
-
128
124
8. Select **Static** in **Assignment** in the **ipconfig1** configuration.
129
125
130
126
9. Select **Save**.
@@ -135,8 +131,6 @@ For more information on configuring floating IP in the virtual machine configura
135
131
136
132
12. In the **Networking** page, select **Attach network interface**.
137
133
138
-
:::image type="content" source="./media/load-balancer-multiple-ip/myvm1-attach-nic.png" alt-text="Screenshot of myVM1 attach network interface.":::
139
-
140
134
13. In **Attach network interface**, select **Create and attach network interface**.
141
135
142
136
14. In **Create network interface**, enter or select the following information:
Copy file name to clipboardExpand all lines: articles/load-balancer/load-balancer-standard-diagnostics.md
-40Lines changed: 0 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,10 +69,6 @@ To view the metrics for your load balancer resources:
69
69
>
70
70
>Recommendation: When analyzing metric aggregation type Sum and Count, we recommend using a time aggregation value that is greater than one minute.
71
71
72
-
:::image type="content" source="./media/load-balancer-standard-diagnostics/lbmetrics1anew.png" alt-text="Metric for data path availability for a standard load balancer.":::
73
-
74
-
*Figure: Metric for data path availability for a standard load balancer*
75
-
76
72
### Retrieve multi-dimensional metrics programmatically via APIs
77
73
78
74
For API guidance for retrieving multi-dimensional metric definitions and values, see [Azure Monitoring REST API walkthrough](/azure/azure-monitor/essentials/rest-api-walkthrough#retrieve-metric-definitions). These metrics can be written to a storage account by adding a [diagnostic setting](/azure/azure-monitor/essentials/diagnostic-settings) for the 'All Metrics' category.
@@ -101,10 +97,6 @@ To get the Data Path Availability for your load balancer resources:
101
97
102
98
1. Additionally, add a filter on the frontend IP address or frontend port as the dimension with the required frontend IP address or frontend port. Then group them by the selected dimension.
The metric is generated by a probing service within the region that simulates traffic. The probing service periodically generates a packet that matches your deployment's frontend and load balancing rule. The packet then traverse the region from the source to the host of a VM in the backend pool. The load balancer infrastructure performs the same load balancing and translation operations as it does for all other traffic. After the probe arrives on the host, where a VM in the backend pool is located, the host generates a response to the probing service. Your VM doesn’t see this traffic.
109
101
110
102
Please note that the Data Path Availability metric will only be generated on frontend IP configurations with load balancing rules.
@@ -161,10 +153,6 @@ To get SNAT connection statistics:
161
153
162
154
2. Group by **Connection State** for successful and failed SNAT connection counts to be represented by different lines.
#### How do I check my SNAT port usage and allocation?
@@ -195,14 +183,6 @@ To view SNAT port usage and allocation:
195
183
196
184
5. For example, to monitor SNAT usage for TCP flows per machine, aggregate by **Average**, split by **Backend IPs** and filter by **Protocol Type**.
197
185
198
-
:::image type="content" source="./media/load-balancer-standard-diagnostics/snat-usage-and-allocation.png" alt-text="Average TCP SNAT port allocation and usage for a set of backend VMs.":::
199
-
200
-
*Figure: Average TCP SNAT port allocation and usage for a set of backend VMs*
201
-
202
-
:::image type="content" source="./media/load-balancer-standard-diagnostics/snat-usage-split.png" alt-text="TCP SNAT port usage per backend instance.":::
203
-
204
-
*Figure: TCP SNAT port usage per backend instance*
205
-
206
186
</details>
207
187
208
188
#### How do I check inbound/outbound connection attempts for my service?
@@ -216,10 +196,6 @@ For more information on outbound connections, see [Source Network Address Transl
216
196
217
197
Use **Sum** as the aggregation for most scenarios.
218
198
219
-
:::image type="content" source="./media/load-balancer-standard-diagnostics/lbmetrics-syncount.png" alt-text="Load balancer SYN count.":::
220
-
221
-
*Figure: Load balancer SYN count*
222
-
223
199
</details>
224
200
225
201
#### How do I check my network bandwidth consumption?
@@ -242,10 +218,6 @@ To get byte or packet count statistics:
242
218
243
219
* Get overall statistics for your load balancer resource without any filtering.
0 commit comments