Skip to content

Commit 0abfda8

Browse files
committed
Added Tables
1 parent b6f4612 commit 0abfda8

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

articles/load-balancer/load-balancer-migrate-nic-to-ip-based-backend-pools.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ In this article, you'll learn how to migrate a load balancer with NIC-based back
1717

1818
## Prerequisites
1919

20-
- <!-- prerequisite 1 -->
21-
- <!-- prerequisite 2 -->
20+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
21+
- An existing standard Load Balancer in the subscription, with NIC-based backend pools.
2222
- <!-- prerequisite n -->
2323
## What is IP-based Load Balancer
2424

@@ -33,8 +33,20 @@ To migrate a load balancer with NIC-based backend pools to IP-based with VMs (no
3333
POST URL: https://management.azure.com/subscriptions/{sub}/resourceGroups/{rg}/providers/Microsoft.Network/loadBalancers/{lbName}/migrateToIpBased?api-version=2022-01-01
3434
3535
```
36+
### URI Parameters
3637

37-
Request: List (string) of backend pools to be migrated.
38+
| Name | In | Required | Type | Description |
39+
|---- | ---- | ---- | ---- | ---- |
40+
|Sub | Path | True | String | The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
41+
| Rg | Path | True | String | The name of the resource group. |
42+
| LbName | Path | True | String | The name of the load balancer. |
43+
| api-version | Query | True | String | Client API Version |
44+
45+
### Request Body
46+
47+
| Name | Type | Description |
48+
| ---- | ---- | ---- |
49+
| Backend Pools | String | A list of backend pools to migrate. Note if request body is specified, all backend pools will be migrated. |
3850

3951
A full example using the CLI to migrate all backend pools in a load balancer is shown here:
4052

0 commit comments

Comments
 (0)