Skip to content

Commit 563ea50

Browse files
authored
Update how-to-side-by-side-migrate.md
1 parent 1ff99a4 commit 563ea50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/environment/how-to-side-by-side-migrate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,13 @@ You can get the new inbound IP address for your new App Service Environment v3 b
238238
For ILB App Service Environments, get the private inbound IP address by running the following command:
239239

240240
```azurecli
241-
az rest --method get --uri "${ASE_ID}?api-version=2022-03-01" --query properties.internalInboundIpAddresses
241+
az rest --method get --uri "${ASE_ID}/configurations/networking?api-version=2022-03-01" --query properties.internalInboundIpAddresses
242242
```
243243

244244
For ELB App Service Environments, get the public inbound IP address by running the following command:
245245

246246
```azurecli
247-
az rest --method get --uri "${ASE_ID}?api-version=2022-03-01" --query properties.externalInboundIpAddresses
247+
az rest --method get --uri "${ASE_ID}/configurations/networking?api-version=2022-03-01" --query properties.externalInboundIpAddresses
248248
```
249249

250250
## 11. Redirect customer traffic and complete migration

0 commit comments

Comments
 (0)