Skip to content

Commit b6f4612

Browse files
committed
typo
1 parent a222c55 commit b6f4612

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Request: List (string) of backend pools to be migrated.
3838

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

41-
```azurecli
41+
```azurecli-interactive
4242
4343
az rest –m post –u “https://management.azure.com/subscriptions/MySubscriptionId/resourceGroups/MyResourceGroup/providers/Microsoft.Network/loadBalancers/MyLB/migrateToIpBased?api-version=2022-01-01”
4444
@@ -47,7 +47,7 @@ az rest –m post –u “https://management.azure.com/subscriptions/MySubscript
4747

4848
A full example using the CLI to migrate a set of specific backend pool in a load balancer is shown below. To migrate a specific group of backend pools from NIC-based to IP-based, you can pass in a list of the backend pool names in the request body:
4949

50-
```azurecli
50+
```azurecli-interactive
5151
5252
az rest –m post –u “https://management.azure.com/subscriptions/MySubscriptionId/resourceGroups/MyResourceGroup/providers/Microsoft.Network/loadBalancers/MyLB/migrateToIpBased?api-version=2022-01-01”
5353
@@ -62,9 +62,9 @@ To upgrade a NIC-based load balancer to IP based load balancer with virtual mach
6262

6363
A full example using the CLI is shown here:
6464

65-
```azurecli
65+
```azurecli-interactive
6666
67-
Az rest –m post –u “https://management.azure.com/subscriptions/MySubscriptionId/resourceGroups/MyResourceGroup/providers/Microsoft.Network/loadBalancers/MyLB/migrateToIpBased?api-version=2022-01-01”
67+
az rest –m post –u “https://management.azure.com/subscriptions/MySubscriptionId/resourceGroups/MyResourceGroup/providers/Microsoft.Network/loadBalancers/MyLB/migrateToIpBased?api-version=2022-01-01”
6868
6969
az virtual machine scale sets update --resource-group MyResourceGroup --name MyVMSS --remove virtualMachineProfile.networkProfile.networkInterfaceConfigurations[0].ipConfigurations[0].loadBalancerBackendAddressPools
7070

0 commit comments

Comments
 (0)